-
Notifications
You must be signed in to change notification settings - Fork 62
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
Add accessibility section #327
Comments
It should also have an Internationalization section, to round out the horizontals. Are there any good templates to follow, or existing specs that speak to accessibility concerns well, especially for similar pure-API standards with no expected UI? |
We're blazing a bit of a trail on this. For an API like this where there is definitely no impact on the UI/accessibility, I'd suggest an "Accessibility" heading followed by a very short and simple section that says something like the following:
|
Are there any checklists regarding potential accessibility impacts of APIs? |
There is the Framework for Accessible Specification of Technologies (FAST) with an associated FAST checklist. Worth noting that in 2016 the APA WG (that does horizontal review for accessibility) decided that this spec did not need accessibility review, presumably (if my memory serves) because it has no impact on the UI. |
Awesome, thanks for the links. The checklist will provide a good format, even if mostly enumerating that this API does not have most of the relevant features. Note that user agents are likely to have some user interface elements associated with storage APIs even when the storage APIs do not define them - such as developer tools, or for end users to see which sites are storing data. I called that out in a draft PR. |
Updated draft, direct link to the new accessibility section is https://pr-preview.s3.amazonaws.com/w3c/IndexedDB/pull/328.html#accessibility |
f77d89c Add accessibility section draft. Resolves #327 822a7ae Flesh out A11y section using draft FAST checklist https://w3c.github.io/apa/fast/checklist.html
Anyone want to review the PR? |
@inexorabletash Done. |
Assembled using the very helpful draft FAST checklist https://w3c.github.io/apa/fast/checklist.html Resolves #327
The accessibility section is terrific! Thanks @inexorabletash |
Assembled using the very helpful draft FAST checklist https://w3c.github.io/apa/fast/checklist.html Resolves #327
In the WebApps charter it says:
To this end each spec needs to have an accessibility section. For the avoidance of doubt in the reader, the section should be included even if it indicates there are no known accessibility considerations.
Relates to w3c/webappswg#15
The text was updated successfully, but these errors were encountered: