KEMBAR78
update s element mapping by scottaohara · Pull Request #469 · w3c/html-aria · GitHub
Skip to content

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