Bug 246745

Summary: AX: HTML AAM updating mapping for <s> element
Product: WebKit Reporter: Scott <scottaohara>
Component: AccessibilityAssignee: 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
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.