[Webkit-unassigned] [Bug 231170] New: AX: "web dialog" announced again when navigating past a list in modal content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 4 08:01:32 PDT 2021


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

            Bug ID: 231170
           Summary: AX: "web dialog" announced again when navigating past
                    a list in modal content
           Product: WebKit
           Version: Other
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: travisreed7 at gmail.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

I’ve noticed that when navigating through a modal – “web dialog” – with VoiceOver on iOS and the modal contains a list followed by text, or anything else, VO will announce “web dialog” and the modal “title” again when leaving the list. With multiple lists this will happen multiple times. 

Built example from a modal design pattern from Deque.

HTML:

<div id="deque-dialog" class="deque-dialog" data-id="first-deque-dialog">
                        <div class="deque-dialog-screen-wrapper"></div>
                        <div class="deque-dialog-screen">
                            <h1 id="dialogHeading" class="deque-dialog-heading">Simple Dialog</h1>
                            <p class="deque-dialog-description" id="dialogDescription">Please enter your first and last name.</p>
                            <ul>
                                <li>1</li>
                                <li>2</li>
                            </ul>
                            <p>some text</p>
                            <ol>
                                <li>1</li>
                                <li>2</li>
                            </ol>
                            <div class="deque-dialog-buttons">
                                <button class="deque-button deque-dialog-button-submit">Submit</button>
                                <button class="deque-button deque-dialog-button-cancel">Cancel</button>
                                <button class="deque-dialog-button-close" aria-label="Close dialog"><span aria-hidden="true"></span></button>
                            </div>
                        </div>
                    </div>
                    <div>
                        <button id="deque-dialog-trigger" class="deque-dialog-trigger hideFromQuizHint deque-button" aria-controls="deque-dialog"  data-id="first-deque-dialog">Show Dialog!</button>
                    </div>

CSS/JS: 
<link rel="stylesheet" type="text/css" href="https://dequeuniversity.com/assets/js/patterns/deque-patterns.min.css"/>
<script type="text/javascript" src="https://dequeuniversity.com/assets/js/patterns/deque-patterns.min.js"></script>

Please let me know if you have further questions. Thank you.

-- 
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/20211004/de44d4a4/attachment-0001.htm>


More information about the webkit-unassigned mailing list