[Webkit-unassigned] [Bug 210357] New: AX: Heading role description cannot be overridden

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 10 14:25:14 PDT 2020


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

            Bug ID: 210357
           Summary: AX: Heading role description cannot be overridden
           Product: WebKit
           Version: Safari 13
          Hardware: Macintosh
                OS: macOS 10.15
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: domoritz at apple.com
                CC: webkit-bug-importer at group.apple.com

Created attachment 396124

  --> https://bugs.webkit.org/attachment.cgi?id=396124&action=review

Demo webpage

When using VO on a website with the code below, VO says "heading level 2, hello webkit" instead of "title". I would expect aria-roledescription to have precedence. 


<p<>
    Webkit Bug demo:
</p>

<svg>
    <text role="heading" aria-roledescription="title">Hello Webkit</text>
</svg>

-- 
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/20200410/4c3f2252/attachment.htm>


More information about the webkit-unassigned mailing list