]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add WAI-ARIA guideline to CONTRIBUTING.md 12355/head
authorChris Rebert <code@rebertia.com>
Thu, 23 Jan 2014 20:50:57 +0000 (12:50 -0800)
committerChris Rebert <code@rebertia.com>
Thu, 23 Jan 2014 20:50:57 +0000 (12:50 -0800)
CONTRIBUTING.md

index 94eb110ae54c24ea74ebf28a35b624f793a259ee..8f9bd3c44ad1b56cb5020826857dce39c91ffb71 100644 (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