]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Added WAI-ARIA roles to examples/theme/index.html (document, main)
authorwesturner <wes.turner@gmail.com>
Wed, 15 Jan 2014 03:14:11 +0000 (21:14 -0600)
committerChris Rebert <code@rebertia.com>
Sun, 19 Jan 2014 00:32:14 +0000 (16:32 -0800)
https://en.wikipedia.org/wiki/WAI-ARIA

http://www.w3.org/TR/wai-aria/roles

docs/examples/theme/index.html

index 080f480f842a24a215f3466b825893696160fa5c..e4b2d1a405f67dab9dfae1fd223adb1f02ce2099 100644 (file)
@@ -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">