From: Chris Rebert Date: Thu, 23 Jan 2014 20:50:57 +0000 (-0800) Subject: add WAI-ARIA guideline to CONTRIBUTING.md X-Git-Tag: v3.1.0~19^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12355%2Fhead;p=thirdparty%2Fbootstrap.git add WAI-ARIA guideline to CONTRIBUTING.md --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 94eb110ae5..8f9bd3c44a 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