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 elements that now map to role=generic #346

Closed
scottaohara opened this issue Sep 29, 2021 · 0 comments
Closed

update elements that now map to role=generic #346

scottaohara opened this issue Sep 29, 2021 · 0 comments

Comments

@scottaohara
Copy link
Member

Follow-on to #229

many elements now map to generic. this issue will track those, but serves mostly as a reminder right now.

scottaohara added a commit that referenced this issue Sep 29, 2021
starts on issue #346, indicate some of the elements that will map to, or under certain conditions map to `generic`

* autonomous custom elements
* div
* form without accessible name
* form associated custom elements
* section without accessible name
scottaohara added a commit that referenced this issue Nov 7, 2021
* blockquote update

map to core aam blockquote role

* fix mapping for body/html

`html` should have mapped to `document` - this is now corrected and the table now indicates to refer to the WAI-ARIA mapping for the document role.

`body` no longer maps to `document` - which matches reality.  `body` now maps to `role=generic`.   further updates may be needed here for instances where authors incorrectly name a generic / provide the body with elements important to accessibility - e.g., `contenteditable`.

closes #330

* update section 3.4 introduction list

* remove bullet about “?” cells.  these have all been removed.
* update list item about `aria-roledescription` and mention that UAs must not expose the attribute if used on an implicit `generic` element.

* update aria 1.1 to 1.2 links

* update json data for specs

* update hgroup mapping to match reality

closes #331

* point to aria 1.2 roles

this PR updates the following elements to point to their implicit ARIA roles defined in core aam

* caption
* code
* del
* em
* ins
* meter
* paragraph
* strong
* sub
* sup
* time

* start marking generics

starts on issue #346, indicate some of the elements that will map to, or under certain conditions map to `generic`

* autonomous custom elements
* div
* form without accessible name
* form associated custom elements
* section without accessible name

* typo fixed

* Update index.html

Co-authored-by: Steve Faulkner <[email protected]>
scottaohara added a commit that referenced this issue Jan 22, 2022
closes #363 by removing unnecessary instances of specifying 'interfaces' for ia2/atk

starts to resolve more `generic` mappings, per #346.
@scottaohara scottaohara added this to the ARIA 1.2 Related milestone Jan 23, 2022
scottaohara added a commit that referenced this issue Mar 7, 2022
* update HTML element mappings - starts to resolve more `generic` mappings, per #346.
* closes #363 by removing unnecessary instances of specifying 'interfaces' for ia2/atk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant