Skip to content

Commit

Permalink
Cross-reference Issue #197
Browse files Browse the repository at this point in the history
  • Loading branch information
cookiecrook authored Apr 7, 2023
1 parent c6e124d commit 92aee91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ Not yet specced or implemented anywhere.
### Full Introspection of an Accessibility Tree - `ComputedAccessibleNode`
This API is still being considered.
This API is still being considered as part of [Issue #197](/WICG/aom/issues/197).
It may be approached initially as a testing-only API.
Expand Down Expand Up @@ -565,7 +565,7 @@ This could make it possible to:
##### WebDriver (Shipping in WebKit/Chrome, [implemented 20 Mar 2023 in Gecko](https://bugzilla.mozilla.org/show_bug.cgi?id=1585622#c22))
- [computedrole](https://www.w3.org/TR/webdriver/#dfn-get-computed-role)
- [computedlabel](https://www.w3.org/TR/webdriver/#dfn-get-computed-label)
- Some discussion of `getComputedAccessibilityNode` (and parent/children) for tree access
- Some discussion of [`getComputedAccessibilityNode` (and parent/children) for tree access](/WICG/aom/issues/197)
##### WPT TestDriver (functional as of March 2023)
Leverages WebDriver accessors for ease of test development.
Expand Down Expand Up @@ -658,6 +658,8 @@ These issues prompted a reassessment,
and a simplification of the API based around the original set of use cases
we were committed to addressing.
[Update: April 2023] This is being reconsidered as a test-only API in [Issue #197](/WICG/aom/issues/197)
## Next Steps
The Accessibility Object Model development is led by a team of editors
Expand Down

0 comments on commit 92aee91

Please sign in to comment.