Merged
Conversation
the s element was remapped from generic to role=deletion in html aam. the only potential change here for conformance checkers is to signal a warning that use of the deletion role on the s element is unnecessary. this pr will close #466
4 tasks
Member
Author
|
as this update does not represent a normative must, there's no reason to hold up merging for updated implementations from checkers. issues have been filed to track their changes. |
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
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.
the s element was remapped from generic to role=deletion in html aam.
the only potential change here for conformance checkers is to signal a warning that use of the deletion role on the s element is unnecessary.
this pr will close #466
Issues filed:
Preview | Diff