Addition: Prohibit naming of elements#402
Merged
stevefaulkner merged 19 commits intogh-pagesfrom Apr 3, 2022
Merged
Conversation
Adds new naming requirements section. Additional work and review needed. Need to indicate all elements with implicit roles which prohibit naming closes #147
hardened the code comment
stevefaulkner
approved these changes
Feb 11, 2022
* define elements which are prohibited from being named so long as they expose their implicit semantics * introduce the concepts of prohibited attributes and provide a def for 'naming prohibited' in the spec
Member
Author
|
This PR needs #392 to be merged first. But this is now ready to review. |
patrickhlauke
requested changes
Feb 13, 2022
Member
patrickhlauke
left a comment
There was a problem hiding this comment.
question there about "from authors" vs "by authors". if the former is used elsewhere, fair enough keep it. but otherwise it would read better as the latter I'd say
Member
Author
|
@patrickhlauke ”name from” is on purpose. It’s what aria says |
Member
aha, in that case, as awks as it sounds...make it so |
patrickhlauke
approved these changes
Feb 13, 2022
same rules as caption and label
these either represent their children, per other text-level semantics, or are important in the structure of a `ruby` element. These shouldn't be named... more testing needed to determine the impact aria can have on these in general.
should push the test to the main branch instead.
This was referenced Mar 13, 2022
this will instead be covered in resolving #407
stevefaulkner
approved these changes
Apr 3, 2022
scottaohara
added a commit
that referenced
this pull request
May 19, 2022
estelle
pushed a commit
to mdn/content
that referenced
this pull request
Oct 14, 2023
* Set implicit role mappings to `generic` Implements changes from w3c/html-aria#425 * Set address' element implicit role to `group` Implements change from w3c/html-aria@ba30b83 * Assign ARIA 1.2 roles to elements Implements changes from w3c/html-aria#392 * Make `<section>` with inaccessible name's implicit role to be `generic` See w3c/html-aria#475 * Set implicit ARIA mapping for <s> element to `deletion` See w3c/html-aria#469 * Set `form` as the only implicit ARIA role for the form element See w3c/html-aria#402
julienw
added a commit
to julienw/aria-query
that referenced
this pull request
Mar 15, 2024
This has been changed in the ARIA spec in w3c/html-aria#402.
julienw
added a commit
to julienw/aria-query
that referenced
this pull request
Mar 15, 2024
This has been changed in the ARIA spec in w3c/html-aria#402. See also testing-library/dom-testing-library#1293
julienw
added a commit
to julienw/dom-accessibility-api
that referenced
this pull request
Mar 15, 2024
This has been changed in the ARIA spec in w3c/html-aria#402. See also testing-library/dom-testing-library#1293
julienw
added a commit
to julienw/aria-query
that referenced
this pull request
Mar 15, 2024
This has been changed in the ARIA spec in w3c/html-aria#402. See also testing-library/dom-testing-library#1293
pkra
pushed a commit
to w3c/aria
that referenced
this pull request
May 20, 2024
directly reference the following PRs in the changelog, and prepend each entry with the appropriate 'label' related to w3c/html-aria#419 - w3c/html-aria#352 - w3c/html-aria#367 (and follow on [commit](w3c/html-aria@9cc2c0a)) - w3c/html-aria#360 - w3c/html-aria#353 - w3c/html-aria#372 - w3c/html-aria#402 - w3c/html-aria#404 - w3c/html-aria#403 - w3c/html-aria#396 - w3c/html-aria#391 - w3c/html-aria#369 - w3c/html-aria#381
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.
Adds new naming requirements section.
Additional work and review needed.
Need to indicate all elements with implicit roles which prohibit naming
closes #147
test case
axe largely supports this rule, but for a few elements.
w3c validator partially supports this rule, but needs to change warnings to errors, and needs to add a check for aria-labelledby (only checks for aria-label right now)
ibm and
arc toolkitdo not yet support the naming prohibited rule (arc toolkit has implemented this rule)HTML validator
IBM equal access accessibility checker
axe-core (supported but for 2 elements)
ARC toolkit
NOTE: see follow on issue #407 concerning the
rpelement, which has been removed from this PR.Preview | Diff