From 2f26eaea5be499cbd42f2766e596bef59979cd23 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 23 Jan 2014 12:50:57 -0800 Subject: [PATCH] add WAI-ARIA guideline to CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) 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