Bug 221074 - Support for aria-current state changed notifications.
Summary: Support for aria-current state changed notifications.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andres Gonzalez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-01-27 18:56 PST by Andres Gonzalez
Modified: 2021-02-04 19:42 PST (History)
9 users (show)

See Also:


Attachments
Patch (39.31 KB, patch)
2021-01-27 19:27 PST, Andres Gonzalez
no flags Details | Formatted Diff | Diff
Patch (40.43 KB, patch)
2021-01-28 06:37 PST, Andres Gonzalez
no flags Details | Formatted Diff | Diff
Patch (40.71 KB, patch)
2021-01-28 19:10 PST, 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-01-27 18:56:42 PST
Support for aria-current state changed notifications.
Comment 1 Andres Gonzalez 2021-01-27 19:27:34 PST
Created attachment 418607 [details]
Patch
Comment 2 chris fleizach 2021-01-27 19:32:41 PST
Comment on attachment 418607 [details]
Patch

Anything testing the domIdentifier?
Comment 3 Andres Gonzalez 2021-01-27 19:51:08 PST
(In reply to chris fleizach from comment #2)
> Comment on attachment 418607 [details]
> Patch
> 
> Anything testing the domIdentifier?

In the test's accessibilityController event listener, we are doing:

            debug(notification + " notification for " + element.domIdentifier);

where element is an accessible element.

this ensures we are getting the right notification for the right element. this can be handy in a lot of other tests.
Comment 4 chris fleizach 2021-01-27 21:32:23 PST
Looks like some build failures
Comment 5 Andres Gonzalez 2021-01-28 06:37:42 PST
Created attachment 418641 [details]
Patch
Comment 6 Andres Gonzalez 2021-01-28 19:10:48 PST
Created attachment 418696 [details]
Patch
Comment 7 EWS 2021-01-29 11:08:05 PST
Committed r272067: <https://trac.webkit.org/changeset/272067>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 418696 [details].
Comment 8 Radar WebKit Bug Importer 2021-01-29 11:09:13 PST
<rdar://problem/73762907>