fix(ci): the UI audit measured labels where the page paints boxes - #36
Merged
Merged
Conversation
Three false-positive classes from the live fleet sweep, each pinned by fixtures on both sides (12/12 self-tests): - A bare wrapper anchor around a styled button measured the wrapper's never-painted ink — surf-your-life's 'Konto erstellen' read 1:1 against the button fill it never renders on. Wrappers whose label a nested action paints are skipped; the nested control is scanned in its own right. - Disabled controls are dim BECAUSE they are disabled; WCAG exempts inactive controls, so they no longer bury real findings (their enabled twins still report). - A row of padded buttons measured its glyph left, not its box edge: aoz-wohnen's flush hero CTA row read as a 16px ragged column. Rows whose leading element paints its own box are measured at the border edge. En route this exposed that the nested-group exemption compared line tops EXACTLY — two buttons one row apart by a 1px border read as a two-line group and were exempted wholesale; tops now compare with an 8px tolerance, and a genuinely offset button row is a fixture that must keep firing. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Three false-positive classes from the live fleet sweep, each pinned by fixtures on both sides (12/12 self-tests):
<a>around a styled<button>measured the wrapper's never-painted ink — surf-your-life's Konto erstellen read 1:1 against a fill it never renders on. Skipped when a nested action paints the label (the nested control is scanned in its own right).🤖 Generated with Claude Code