Clarification of 2.5.3 Label in Name understanding (case insensitivity)#4836
Merged
patrickhlauke merged 10 commits intomainfrom Apr 5, 2026
Merged
Clarification of 2.5.3 Label in Name understanding (case insensitivity)#4836patrickhlauke merged 10 commits intomainfrom
patrickhlauke merged 10 commits intomainfrom
Conversation
✅ Deploy Preview for wcag2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…3812' into patrickhlauke-issue3812
scottaohara
approved these changes
Dec 28, 2025
Contributor
|
This precedes my #4897 so I will see if there is anything for me to add to this one and then close the other. |
bruce-usab
approved these changes
Feb 20, 2026
Contributor
There was a problem hiding this comment.
Very nice! Diff preview at “Punctuation and capitalization” — but please be aware that diff does not show the new images, and makes a hash of the code samples.
Contributor
|
Closes #4897 |
adampage
approved these changes
Mar 24, 2026
fstrr
pushed a commit
that referenced
this pull request
Apr 8, 2026
…y) (#4836) While the understanding document https://www.w3.org/WAI/WCAG22/Understanding/label-in-name.html does mention that capitalization "may" be irrelevant, the advice buries the lede. This makes it a lot more obvious and explicit, while also mentioning that as best practice capitalization/matching accName and visible label may be meaningful for SR users. --- In addition, one aspect that always felt strange and out of place in the understanding was the use of inline "live" examples.  They look amateurish, and the first two don't actually "work" - the accessible names of the controls match exactly what the visible labels are. Replaced these with figures AND code samples that *do* actually show a divergence between label and accName in terms of punctuation/capitalization. Lastly, this PR fixes some awkwardness in the prose for the mathematical section. --- Closes #3812 Preview: https://deploy-preview-4836--wcag2.netlify.app/understanding/label-in-name [HTML diff](https://services.w3.org/htmldiff?doc1=https%3A%2F%2Fwww.w3.org%2FWAI%2FWCAG22%2FUnderstanding%2Flabel-in-name&doc2=https%3A%2F%2Fdeploy-preview-4836--wcag2.netlify.app%2Funderstanding%2Flabel-in-name)
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.
While the understanding document https://www.w3.org/WAI/WCAG22/Understanding/label-in-name.html does mention that capitalization "may" be irrelevant, the advice buries the lede. This makes it a lot more obvious and explicit, while also mentioning that as best practice capitalization/matching accName and visible label may be meaningful for SR users.
In addition, one aspect that always felt strange and out of place in the understanding was the use of inline "live" examples.
They look amateurish, and the first two don't actually "work" - the accessible names of the controls match exactly what the visible labels are. Replaced these with figures AND code samples that do actually show a divergence between label and accName in terms of punctuation/capitalization.
Lastly, this PR fixes some awkwardness in the prose for the mathematical section.
Closes #3812
Preview: https://deploy-preview-4836--wcag2.netlify.app/understanding/label-in-name
HTML diff