Bug 228756 - Add support for aria-selected value changes in table cells.
Summary: Add support for aria-selected value changes in table cells.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andres Gonzalez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-08-03 15:17 PDT by Andres Gonzalez
Modified: 2021-08-09 08:14 PDT (History)
10 users (show)

See Also:


Attachments
Patch (10.25 KB, patch)
2021-08-03 15:25 PDT, Andres Gonzalez
no flags Details | Formatted Diff | Diff
Patch (11.11 KB, patch)
2021-08-03 17:49 PDT, Andres Gonzalez
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (11.15 KB, patch)
2021-08-04 06:17 PDT, Andres Gonzalez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andres Gonzalez 2021-08-03 15:17:19 PDT
Add support for aria-selected value changes in table cells.
Comment 1 Radar WebKit Bug Importer 2021-08-03 15:17:30 PDT
<rdar://problem/81483071>
Comment 2 Andres Gonzalez 2021-08-03 15:25:53 PDT
Created attachment 434865 [details]
Patch
Comment 3 chris fleizach 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
Comment 4 Andres Gonzalez 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.
Comment 5 Andres Gonzalez 2021-08-03 17:49:31 PDT
Created attachment 434875 [details]
Patch

Skip test in Mac WK1.
Comment 6 Andres Gonzalez 2021-08-04 06:17:06 PDT
Created attachment 434900 [details]
Patch
Comment 7 EWS 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].