[Webkit-unassigned] [Bug 241694] AX: Consider re-implementing aria-owns to reorder the accessibility tree (to match Gecko and the more recent implementation of Chromium)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 16 19:16:00 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=241694
--- Comment #5 from James Craig <jcraig at apple.com> ---
Aaron et al, would you expect reordering to work by adding an owned reference to an existing child node? effectively pulling out of the list and re-adding it?
```
tablist aria-owns=tab3 tab4 tab5
- dom tab1
- dom tab2
- dom tab5
div id=tab3
div id=tab4
```
or would this reverse the order?
```
tablist aria-owns=tab1 tab2 tab3
- dom tab3
- dom tab2
- dom tab1
```
--
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/20220617/068c19e6/attachment-0001.htm>
More information about the webkit-unassigned
mailing list