w3c / html-aria

ARIA in HTML
https://w3c.github.io/html-aria/
Other
178 stars 48 forks source link

Mapping unnamed <section> element to role=generic #474

Closed jlp-craigmorten closed 1 year ago

jlp-craigmorten commented 1 year ago

Follows on from https://github.com/w3c/html-aam/issues/346 (https://github.com/w3c/html-aam/pull/348).

There have been prior changes in html-aam to update the mapping of the <section> element with no accessible name to role=generic.

Filing this for consideration to make the equivalent changes to the html-aria spec for the role mapping definition of the <section> element for consistency - moving from "no corresponding role" to "generic" in the no accessible name scenario.

Pertinent areas:

jlp-craigmorten commented 1 year ago

Re-reading the issues, may be a duplicate of https://github.com/w3c/html-aria/issues/365