NEW 246745
AX: HTML AAM updating mapping for <s> element
https://bugs.webkit.org/show_bug.cgi?id=246745
Summary AX: HTML AAM updating mapping for <s> element
Scott
Reported 2022-10-19 08:39:11 PDT
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
Radar WebKit Bug Importer
Comment 1 2022-10-19 08:39:25 PDT
Scott
Comment 2 2022-10-19 09:13:32 PDT
obvious typo with my errant closing tag for the <s> element.
Note You need to log in before you can comment on or make changes to this bug.