[Webkit-unassigned] [Bug 254379] New: AX:

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 23 17:18:06 PDT 2023


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

            Bug ID: 254379
           Summary: AX:
           Product: WebKit
           Version: Safari 16
          Hardware: All
                OS: macOS 13
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: brenda_kim at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

Created attachment 465560

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

Screenshot

Hello,

I have a Listbox which contains a 3 <div> heading and <Ul> groups.


HTML structure:

<div role="listbox">
<div id="1">heading1</div>
<ul role="group" aria-labelledby="1">...</ul>

<div id="2">heading2</div>
<ul role="group" aria-labelledby="2">...</ul>

<div id="3">heading3</div>
<ul role="group" aria-labelledby="3">...</ul>
</div>


When reading using Voiceover + Safari, it fails to read the correct group heading for group 2 and 3, and always read group1. (This reads correctly when using Chrome) 

When list item is in focus, it says that I'm currently on a "Text element".







Similar example but using only one group: 
https://codepen.io/mijordan/pen/NWqBqOV

-- 
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/20230324/0347c35b/attachment.htm>


More information about the webkit-unassigned mailing list