aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-23 12:50:57 -0800
committerChris Rebert <[email protected]>2014-01-23 12:50:57 -0800
commit2f26eaea5be499cbd42f2766e596bef59979cd23 (patch)
tree94afe1c1a49782c7c614e4fe35ce56449c7d5cce /CONTRIBUTING.md
parent7a6bc67826d5aba3e551b04a054724c8cb817fa2 (diff)
downloadbootstrap-2f26eaea5be499cbd42f2766e596bef59979cd23.tar.xz
bootstrap-2f26eaea5be499cbd42f2766e596bef59979cd23.zip
add WAI-ARIA guideline to CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 94eb110ae..8f9bd3c44 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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