Closed ajb closed 11 years ago
I like this idea. We should also provide some concrete examples with basic page elements. One element that isn't covered explicitly in any of the examples are tables. An example showing how to use thead and th elements, as well as scope row and col would be great.
Woah, thead
used to be in the docs. Not sure it's totally needed, since it's in the source at least.
closing this, but you're more than welcome to add more.
I think we should add a page into the documentation that talks about common pitfalls when building a bootstrap-styled accessible site:
h*
depending on what font size I want. For proper accessibility, the largest header on the screen should always be ah1
, the second largest ah2
, and so forth. What are the best practices for styling these? (I've always been told that you shouldn't use stylesheets to conditionally style header elements based on their placement within your app, but well... seems like that was wrong.)