w3c / html-aria

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

header and footer specification do not match HTML AAM #161

Closed JAWS-test closed 5 years ago

JAWS-test commented 5 years ago

HTML-ARIA: "If not a descendant of an article, aside, main, nav - (changed) or section element" HTML AAM: "scoped to the main element, a sectioning content element, or a sectioning root element other than body"

Definition of sectioning root: https://html.spec.whatwg.org/multipage/sections.html#sectioning-root

I don't care which of the specifications is adapted, but it should be uniform. See also: https://github.com/w3c/html-aam/issues/222