Editorial: Normalize on using “accessibility child” — not “child elements”#2697
Merged
Editorial: Normalize on using “accessibility child” — not “child elements”#2697
Conversation
✅ Deploy Preview for wai-aria ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
🚀 Deployed on https://deploy-preview-2697--wai-aria.netlify.app |
pkra
requested changes
Jan 15, 2026
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Montalvo <49305434+daniel-montalvo@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: David Tseng <dtseng@google.com>
This makes the following changes: - Replace all occurrences of “child element(s)” or “child(ren)” with “accessibility child(ren)”. - Make ever occurrence of “accessibility child(ren)” a hyperlink to where that term is defined in the spec. - Do similarly for “allowed child(ren)” — make those all actual hyperlinks to #mustContain.
f18264f to
7d1dcd5
Compare
Member
Author
Thank you for the review+merge~ |
7 tasks
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.
🚀 Netlify Preview:
🔄 this PR updates the following sspecs:
This makes the following changes:
#mustContain.Rationale: To typical readers of the spec, it is ambiguous and misleading for the spec to be referring to something as a “child element” — or simply a “child” — in cases where that might not actually be a child in the DOM.
For a typical reader who sees the term “child element” or “child” on its own, it is completely reasonable for that reader to assume that what’s meant by that term is the same as what “child element” and “child” mean in the DOM spec and the HTML spec — and in basically every single other spec for the web platform, everywhere.
Readers cannot reasonably be expected to realize that only when they are reading this spec, “child element” and “child” do not have their normal meaning but instead actually mean “accessibility child”.
So instead always consistently using the (hyperlinked) term “accessibility child” makes the intended meaning unambiguous to readers.
Preview | Diff