Preserve university fixture structure and visual tokens#659
Draft
chubes4 wants to merge 22 commits into
Draft
Conversation
This was referenced Jul 21, 2026
Closed
Open
Closed
Open
chubes4
force-pushed
the
fix/634-university-fixture
branch
from
July 24, 2026 03:27
6adf676 to
0b9428d
Compare
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
font-variant-caps, pseudo-element text shadows, and blockified flex-item link boxesFixes #634.
Current evidence
This remains a draft evidence PR, not a solved-site promotion.
Verified evidence:
19d7bd81-0269-4454-9662-733337370464had zero overlap mismatch, but the candidate was 3 px taller (1280 x 3699versus1280 x 3696).705aad31-551f-4ab6-8db3-a6e17e903b15exercised all eight university routes and exposed unresolved secondary-route visual mismatches from19.54%to68.13%.15-saasregression runb6c16b06-346f-41dd-a686-1d74beb430b7remained pixel-identical:0 / 9,751,080, equal1380 x 7066dimensions, zero fallbacks, and clean editor validity.4.03%, but it included a definition-list/breadcrumb experiment that was excluded from this PR after full-suite regressions. It is diagnostic evidence only and is not claimed as validation of the pushed branch.The pushed branch has not been rerun across all university routes after excluding that experiment. University promotion remains blocked until current-branch browser evidence reaches exact parity on every route.
Testing
cd php-transformer && composer install.composer test.Local result for commit
0b9428dc:git diff --checkpassedCompatibility
These are generic HTML-to-native-block translation changes. They alter emitted block structure and generated presentation CSS for CSS-addressed inline flex/grid tokens, linked visual identities, navigation links, and generated SVG assets. Authored inline SVG declarations remain in the generated asset; declarations projected from a stylesheet remain on the native image carrier only. No fixture-specific selectors, output patches, extension paths, or public PHP API changes are introduced.
AI assistance