Audit probe: reject empty accessibility labels - #84
Closed
Blackspirits wants to merge 1 commit into
Closed
Blackspirits wants to merge 1 commit into
Blackspirits wants to merge 1 commit into
Conversation
Owner
Author
|
Probe complete and superseded by draft PR #86. The probe established that empty/dynamic inferred labels could produce false greens; #86 reduced that finding to a focused production rule, converted the CI-discovered dynamic relationships to explicit semantics, and passed full CI. Closing this audit-only probe; no merge or upstream action performed. |
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.
Temporary audit probe against upstream
e24e8f165662c0a69f1cc18822ea00ed95111edd.This is not a proposed production fix. It strengthens the new accessibility sweep so an input only passes when its explicit/derived accessible name contains usable text. The purpose is to detect concrete cases where
LabeledBy != nullpoints at an empty/dynamic/spacer control and therefore gives a false green.If the probe finds no actionable production case, this PR will be closed. If it finds one, the finding will be reduced to a focused regression/fix in a separate PR.