Summary: | Support for aria-current state changed notifications. | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Andres Gonzalez <andresg_22> | ||||||||
Component: | New Bugs | Assignee: | Andres Gonzalez <andresg_22> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | aboxhall, apinheiro, cfleizach, dmazzoni, ews-watchlist, jcraig, jdiggs, samuel_white, webkit-bug-importer | ||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||
Version: | WebKit Nightly Build | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=221447 | ||||||||||
Attachments: |
|
Description
Andres Gonzalez
2021-01-27 18:56:42 PST
Created attachment 418607 [details]
Patch
Comment on attachment 418607 [details]
Patch
Anything testing the domIdentifier?
(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. Looks like some build failures Created attachment 418641 [details]
Patch
Created attachment 418696 [details]
Patch
Committed r272067: <https://trac.webkit.org/changeset/272067> All reviewed patches have been landed. Closing bug and clearing flags on attachment 418696 [details]. |