Editorial: Update documentation on various web platform a11y testing initiatives - #2839
Editorial: Update documentation on various web platform a11y testing initiatives#2839rahimabdi wants to merge 1 commit into
Conversation
✅ Deploy Preview for wai-aria ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Please take a look and ensure it looks accurate:
Thank you! |
|
🚀 Deployed on https://deploy-preview-2839--wai-aria.netlify.app |
|
Thanks for this write-up @rahimabdi! |
spectranaut
left a comment
There was a problem hiding this comment.
Thanks Rahim for keeping this up to date!! A few requests.
|
|
||
| Acacia tests platform accessibility API mappings directly, as well as testing the internal accessibility tree: | ||
| - Acacia GitHub repo: https://github.com/Igalia/acacia | ||
| - Acacia goal and overview from Igalia: https://notes.igalia.com/s/UCAZ3KYIo |
There was a problem hiding this comment.
We can remove this whole section, this work was abandoned when I started working on the aamtest... before we got it to a state where it could be usable
|
|
||
| Ideally, we should have a test suite to test all "user agent MUST" statements, but we do not have yet have all the TestDriver interfaces required to write many of these tests. WPT TestDriver (through WebDriver) gives us access to `computedrole` and `comutedlabel`, so we are now adding various role tests (ARIA, HTML-AAM, etc.) and name computation tests (AccName). The IDL interface is also testable in WPT. | ||
|
|
||
| If a change adds or changes a "user agent must" or "user agent must not" statement, please add a issue describing the test once the PR is ready for merge. |
There was a problem hiding this comment.
We can now write these tests using the aamtest type! https://web-platform-tests.org/writing-tests/aamtest.html
Do you mind updating that in this PR? If not no worries I can do it later.
Closes #2743
Adds documentation on known web accessibility testing projects/initiatives:
Get Accessibility Properties For...[Element/AX Node]test accessors)