[Webkit-unassigned] [Bug 246745] New: AX: HTML AAM updating mapping for <s> element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 19 08:39:11 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=246745

            Bug ID: 246745
           Summary: AX: HTML AAM updating mapping for <s> element
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: scottaohara at yahoo.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221019/4f4f180c/attachment.htm>


More information about the webkit-unassigned mailing list