mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
add WAI-ARIA guideline to CONTRIBUTING.md
This commit is contained in:
parent
7a6bc67826
commit
2f26eaea5b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue