[Webkit-unassigned] [Bug 235065] New: AX: HTML AAM Update to aside mapping
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 11 04:43:19 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=235065
Bug ID: 235065
Summary: AX: HTML AAM Update to aside mapping
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: scottaohara at yahoo.com
CC: andresg_22 at apple.com,
webkit-bug-importer at group.apple.com
HTML AAM issue https://github.com/w3c/html-aam/pull/350 revises the mapping of the aside element.
When an aside is scoped to the body element, or main element - allowing generic or presentational elements as ancestors - the aside element would map to the complementary landmark.
some examples:
body
div
aside = complementary
or
body
main
aside = complementary
or
body
div
main
section role=presentation
aside = complementary
Otherwise, if not scoped to the body or the main element, the aside element would map to the generic role.
body
main
section
aside = generic
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220111/06bf43ec/attachment-0001.htm>
More information about the webkit-unassigned
mailing list