Bug 264926
Summary: | AX: Slotted textnode visibility update is not reflected in ARIA tree | ||
---|---|---|---|
Product: | WebKit | Reporter: | Istvan Tutto <istvantutto> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Major | CC: | andresg_22, steverep+webkit, tyler_w, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 17 | ||
Hardware: | All | ||
OS: | All |
Istvan Tutto
If a custom element with a button and a default slot inside its shadowdom is mounted with visibility: hidden, then even after the visibility update, the assigned textnode for the button's label is ignored.
Demo:
https://codepen.io/istutto/pen/xxMPrZK
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/118496530>
Tyler Wilcock
I believe this is fixed by:
https://bugs.webkit.org/show_bug.cgi?id=264410
Tyler Wilcock
Thanks for confirming this is fixed!