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   

Description Scott 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
Comment 1 Radar WebKit Bug Importer 2022-10-19 08:39:25 PDT
<rdar://problem/101339027>
Comment 2 Scott 2022-10-19 09:13:32 PDT
obvious typo with my errant closing tag for the <s> element.