-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider accessibilityparent/accessibilitychildren in webdriver #21
Comments
|
Another idea that came up in discussion was a a new AccessibilityNode type, which would be accessed as a property of DOMNode, and could either be:
|
A new type sounds reasonable to me. An AccessibilityNode instance can have a property pointing back to the element, or null if there's no element. |
The design of this should happen in some other, chartered WG with an IPR policy. |
Yes, that discussion originally happened in the linked WICG incubator. |
As with #6, agenda should be to discuss which group should own what will likely result in some spec change... WICG AOM seems like the obvious starting point, even if potential changes end up in BTT WG WebDriver, WHATWG TestUtils, or some new ARIA WG deliverable. |
Group agreed to pass this over to AOM. I will file an issue there and then close. |
Breaking this one out from #3 and #6.
Even though most acknowledge accessibility tree synchronicity may not be achievable/desirable in the short term, I think most are in agreement that computed accessors like
accessibilityparent
andaccessibilitychildren
may be useful sooner b/c they would make the tree differences more apparent.A few examples where I expect the DOM-first (Gecko) vs Render-first (WebKit) trees to be different are:
having
accessibilityparent
andaccessibilitychildren
could allow us to catalog the differences and prioritize any potential alignment in future investigations or focus areas.The text was updated successfully, but these errors were encountered: