[Webkit-unassigned] [Bug 230986] New: AX: AXMathRootRadicand should return an array of elements, not just the first

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 29 14:30:21 PDT 2021


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

            Bug ID: 230986
           Summary: AX: AXMathRootRadicand should return an array of
                    elements, not just the first
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
               URL: data:text/html,<math><msqrt><mi>x</mi><mi>y</mi></msqr
                    t></math>
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jcraig at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com
        Depends on: 146452

Follow on from bug 146452 and https://github.com/w3c/mathml-aam/issues/4


"AXMathRootRadicand [should] return an array of elements. This would cover the root of any index and possible variants like the root of a complex number or even future tweaks to the spec." This change in WebKit will require a counterpart change in VoiceOver.

Testcase:
data:text/html,<math><msqrt><mi>x</mi><mi>y</mi></msqrt></math>

Accessible tree exposed by Safari:
Role: AXGroup
Subrole: AXMathSquareRoot
MathRootRadicand: pointer to child "x"
accessibilityChildren: 3 items
  0 AXStaticText (radical symbol)
  1 AXMathIdentifier (x)
  2 AXMathIdentifier (y)


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=146452
[Bug 146452] AX: VoiceOver does not correctly read square root with 2 children or more
-- 
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/20210929/d38f0c71/attachment.htm>


More information about the webkit-unassigned mailing list