[Webkit-unassigned] [Bug 264873] AX: radio button described by an ul wrapped in divs with aria-describedby is not announced

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 4 17:49:34 PST 2023


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

--- Comment #3 from r.koller at gmail.com ---
I think i finally understood what the problem is. In the example illustrated in the videos you have unordered lists wrapped by divs twice and the out wrapping div is containing the aria-describedby attribute. THAT is the detail why the descriptions in the videos aren't announced in safari. if you build a reduced case in a codepen without any wrapping div and just have unordered lists directly the description is announced properly.  https://codepen.io/ermarus/pen/yLZGOyg
In contrast in edge it doesnt matter if the ul is wrapped in divs or not the description is announced all the time.

-- 
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/20231205/910cafea/attachment-0001.htm>


More information about the webkit-unassigned mailing list