Bug 263979
| Summary: | AX: comboboxes with aria-activedescendant but no aria-owns no longer work | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dominic Mazzoni <dm_mazzoni> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | andresg_22, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | macOS 14 | ||
Dominic Mazzoni
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/117747058>
Dominic Mazzoni
Pull request: https://github.com/WebKit/WebKit/pull/19777
EWS
Committed 270182@main (481028cb765b): <https://commits.webkit.org/270182@main>
Reviewed commits have been landed. Closing PR #19777 and removing active labels.