add WAI-ARIA guideline to CONTRIBUTING.md

This commit is contained in:
Chris Rebert 2014-01-23 12:50:57 -08:00
parent 7a6bc67826
commit 2f26eaea5b
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ license your work under the terms of the [MIT License](LICENSE.md).
- Always use proper indentation.
- Use tags and elements appropriate for an HTML5 doctype (e.g., self-closing tags).
- Use CDNs and HTTPS for third-party JS when possible. We don't use protocol-relative URLs in this case because they break when viewing the page locally via `file://`.
- Use [WAI-ARIA](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA) attributes in documentation examples to promote accessibility.
### CSS