Bug 246745 - AX: HTML AAM updating mapping for <s> element
Summary: AX: HTML AAM updating mapping for <s> element
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-10-19 08:39 PDT by Scott
Modified: 2022-10-19 09:13 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.