Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update s element mapping #469

Merged
merged 3 commits into from
Jun 29, 2023
Merged

Conversation

scottaohara
Copy link
Member

@scottaohara scottaohara commented Jun 9, 2023

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

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
@scottaohara scottaohara added the Allowed roles Pertaining to the allowed roles of HTML elements label Jun 9, 2023
@scottaohara scottaohara added the HTML AAM Related Align with updates in HTML AAM label Jun 29, 2023
@scottaohara
Copy link
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.

@scottaohara scottaohara merged commit 51dd212 into gh-pages Jun 29, 2023
@scottaohara scottaohara deleted the s-element-mapping-ref-update branch June 29, 2023 19:28
@scottaohara scottaohara added the Meets 2 implementations req Indicates that a spec change has met the necessary 2 implementations needed to merge. label Jun 30, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Allowed roles Pertaining to the allowed roles of HTML elements HTML AAM Related Align with updates in HTML AAM Meets 2 implementations req Indicates that a spec change has met the necessary 2 implementations needed to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mapping <s> element to role=deletion
1 participant