Bug 246745
Summary: | AX: HTML AAM updating mapping for <s> element | ||
---|---|---|---|
Product: | WebKit | Reporter: | Scott <scottaohara> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | andresg_22, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
Scott
Per HTML AAM PR 442 - https://github.com/w3c/html-aam/pull/442
It was decided by the ARIA working group that it made sense to revise the mapping of HTML's <s> element to be exposed as an implicit role=deletion.
It would be expected that the following three markup examples all be exposed with this role by Webkit:
<del>foo</del>
<s>foo</del>
<span role=deletion>foo</span>
HTML AAM defers to Core AAM for how the deletion role is to be mapped in the AXAPI - https://w3c.github.io/core-aam/#role-map-deletion
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/101339027>
Scott
obvious typo with my errant closing tag for the <s> element.