RESOLVED FIXED 228756
Add support for aria-selected value changes in table cells.
https://bugs.webkit.org/show_bug.cgi?id=228756
Summary Add support for aria-selected value changes in table cells.
Andres Gonzalez
Reported 2021-08-03 15:17:19 PDT
Add support for aria-selected value changes in table cells.
Attachments
Patch (10.25 KB, patch)
2021-08-03 15:25 PDT, Andres Gonzalez
no flags
Patch (11.11 KB, patch)
2021-08-03 17:49 PDT, Andres Gonzalez
ews-feeder: commit-queue-
Patch (11.15 KB, patch)
2021-08-04 06:17 PDT, Andres Gonzalez
no flags
Radar WebKit Bug Importer
Comment 1 2021-08-03 15:17:30 PDT
Andres Gonzalez
Comment 2 2021-08-03 15:25:53 PDT
chris fleizach
Comment 3 2021-08-03 15:31:03 PDT
Comment on attachment 434865 [details] Patch Is this what normally happens on the Mac? I would have thought that NSAccessibilitySelectedChildrenChanged would be used for tables on the Mac
Andres Gonzalez
Comment 4 2021-08-03 15:41:54 PDT
(In reply to chris fleizach from comment #3) > Comment on attachment 434865 [details] > Patch > > Is this what normally happens on the Mac? I would have thought that > NSAccessibilitySelectedChildrenChanged would be used for tables on the Mac We don't support a single cell selection on the Mac or iOS. NSAccessibilitySelectedChildrenChanged with the table element is used to notify when rows are selected.
Andres Gonzalez
Comment 5 2021-08-03 17:49:31 PDT
Created attachment 434875 [details] Patch Skip test in Mac WK1.
Andres Gonzalez
Comment 6 2021-08-04 06:17:06 PDT
EWS
Comment 7 2021-08-04 07:04:45 PDT
Committed r280633 (240246@main): <https://commits.webkit.org/240246@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 434900 [details].
Note You need to log in before you can comment on or make changes to this bug.