RESOLVED FIXED263979
AX: comboboxes with aria-activedescendant but no aria-owns no longer work
https://bugs.webkit.org/show_bug.cgi?id=263979
Summary AX: comboboxes with aria-activedescendant but no aria-owns no longer work
Dominic Mazzoni
Reported 2023-10-31 09:52:27 PDT
WebKit should fire a notification when aria-activedescendant changes on a combobox, so that AT can announce the selected child. Previously this worked, but a refactor (https://bugs.webkit.org/show_bug.cgi?id=240357) led it to only work when the combobox uses aria-owns or aria-controls. It should also work when the author doesn’t use those.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-10-31 09:52:37 PDT
Dominic Mazzoni
Comment 2 2023-10-31 10:47:00 PDT
EWS
Comment 3 2023-11-03 10:10:52 PDT
Committed 270182@main (481028cb765b): <https://commits.webkit.org/270182@main> Reviewed commits have been landed. Closing PR #19777 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.