[Webkit-unassigned] [Bug 196756] New: AX: interactive elements inside role=math are not accessible

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 9 18:11:05 PDT 2019


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

            Bug ID: 196756
           Summary: AX: interactive elements inside role=math are not
                    accessible
           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: jcraig at apple.com
                CC: webkit-bug-importer at group.apple.com

Joanie pointed out that the field in the first example is accessible, but the field in the second is not. 

<div role='group'><input /> + 1 = 4</div>
<div role='math'><input /> + 1 = 4</div>

It seems like this could be resolved (treat the math role more like group) without affecting the MathML-specific implementation.

-- 
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/20190410/96ab25b2/attachment.html>


More information about the webkit-unassigned mailing list