Preserve CSS-significant semantic geometry#627
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refs #624. This is a measured intermediate improvement for Automattic/static-site-importer#489; it does not claim exact visual parity or make
15-saaseligible for solved-fixture promotion.Results
core/html: 0Supplementary Lab evidence: run summary. The exact-parity gate still fails because lower-page attribution is truncated by the current 160-element visual-compare capture.
How to test
cd php-transformer && composer test.php tests/unit/author-selector-semantics.php; confirm all 21 assertions pass.php tests/contract/run.php.php tests/parity/run.php; confirm all 244 fixtures pass.saastag and exact visual gating.core/htmlblocks are emitted, and the aligned mismatch is 18.34%.Backwards compatibility
This changes generated block markup and projected author CSS for selector-addressed inline leaves, responsive materialized SVGs, and promoted Button controls. It does not change the public PHP API. Consumers comparing generated markup byte-for-byte may observe intentional output changes.
AI assistance