Commit graph

9 commits

Author SHA1 Message Date
Tim Roes 99f1c65c4b Initial version of accessibility guide (#13390)
* Initial version of a11y guide

* Move a11y content from HTML guide to a11y guide

* Add PR feedback

* Add PRs feedback

* Add more roles

* Refactor labeling elements section

* Rename "labeling elements" -> "naming elements"

* Use span instead of i for icon examples

* Correct typo
2017-08-14 07:42:06 +02:00
Tim Roes 2043cf0e0a Add rule about tabindex > 0 to the styleguide (#12981) 2017-07-22 07:48:02 +02:00
CJ Cenizal e3af175b77 Update HTML style guide with rule about putting nested elements on multiple lines. (#12812) 2017-07-17 13:34:36 -07:00
CJ Cenizal 41b8ac0e6e Add title and tooltip accessibility information to HTML style guide. (#11655)
* Add title and tooltip accessibility information to HTML style guide.
* Add sections on native interactive elements and tab order.
2017-06-08 14:55:51 -07:00
CJ Cenizal ed8951a816 Update HTML style guide with rule for camel casing attribute values. (#11653)
* Update HTML style guide with rule for camel casing attribute values.
* Add notes about using the same capitalization in HTML and CSS.
2017-06-08 13:01:31 -07:00
CJ Cenizal 045e654c15 Explain rationale of HTML bracket formatting in HTML style guide. (#9629) 2016-12-23 12:16:51 -08:00
CJ Cenizal 4cc4252230 Change HTML style guide. Specify that the opening tag's closing bracket goes on its own line. 2016-06-27 09:32:00 -07:00
CJ Cenizal 81fb346a8c Update API and HTML style guides.
- 80-character line limit in HTML.
2016-06-09 15:32:03 -07:00
CJ Cenizal 9d8776b199 Add style_guides dir, extracted sections from STYLEGUIDE.md.
- css_style_guidee.md
- js_style_guide.md
- html_style_guide.md
- api_style_guide.md
2016-06-09 08:13:35 -07:00