[Webkit-unassigned] [Bug 254934] AX: Slot elements referenced with aria-labelledby have no label

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 29 21:11:55 PDT 2023


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

Tyler Wilcock <tyler_w at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tyler_w at apple.com

--- Comment #2 from Tyler Wilcock <tyler_w at apple.com> ---
Here's a runnable example of #14 stripped down from your complete Codepen:

https://codepen.io/twilco/pen/yLRovwR

We probably need to update AccessibilityNodeObject::accessibleNameForNode (or some other function) to collect accessible text from HTMLSlotElement::assignedNodes when we find a slot. But the fact that it works fine if the slot has something other than display:contents is interesting and maybe suggests that something else is wrong, so we'll need to investigate.

-- 
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/20230430/d9139c39/attachment.htm>


More information about the webkit-unassigned mailing list