[Webkit-unassigned] [Bug 220086] New: AX: <details> element cannot be interacted with using Voice Control

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 22 08:11:39 PST 2020


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

            Bug ID: 220086
           Summary: AX: <details> element cannot be interacted with using
                    Voice Control
           Product: WebKit
           Version: Safari 14
          Hardware: Mac (Intel)
                OS: macOS 10.15
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: oliver.byford at digital.cabinet-office.gov.uk
                CC: webkit-bug-importer at group.apple.com

Created attachment 416664

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

Screenshot of numbers overlay without an overlay for the details element

Given the following markup:

    <a href="https://www.google.com">Google</a>

    <br><br>

    <details>
    <summary>Details</summary>
    <p>These are the details!</p>
    </details>

    <br><br>

    <button type="button">Click me</button>

    <br><br>

    <a href="https://www.google.com">Google</a>


With Voice Control enabled, say 'Click Details'

Expected behaviour: The details element should be expanded.
Actual behaviour: Nothing happens.


Alternatively, you might try saying 'Show numbers' –

Expected behaviour: A number overlay should appear near the 'Details' summary, allowing you to interact with it by saying 'Click [number]'
Actual behaviour: No number overlay is shown for the 'Details' summary element (see screenshot)

-- 
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/20201222/e41bc932/attachment-0001.htm>


More information about the webkit-unassigned mailing list