diff options
| author | westurner <[email protected]> | 2014-01-14 21:14:11 -0600 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-18 16:32:14 -0800 |
| commit | a73dacf4a074e2ec57851b82e75dfe40063b866d (patch) | |
| tree | 0eff6d08769f47fb2a317af106f0aeb2ff7eb724 /docs/examples | |
| parent | 2179f9d68acffeebf5bd3ee5dcc33daa614b13aa (diff) | |
| download | bootstrap-a73dacf4a074e2ec57851b82e75dfe40063b866d.tar.xz bootstrap-a73dacf4a074e2ec57851b82e75dfe40063b866d.zip | |
Added WAI-ARIA roles to examples/theme/index.html (document, main)
https://en.wikipedia.org/wiki/WAI-ARIA
http://www.w3.org/TR/wai-aria/roles
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/theme/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index 080f480f8..e4b2d1a40 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -28,7 +28,7 @@ <![endif]--> </head> - <body> + <body role="document"> <!-- Fixed navbar --> <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> @@ -64,7 +64,7 @@ </div> </div> - <div class="container theme-showcase"> + <div class="container theme-showcase" role="main"> <!-- Main jumbotron for a primary marketing message or call to action --> <div class="jumbotron"> |
