Commit a73dacf4 authored by westurner's avatar westurner Committed by Chris Rebert

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
parent 2179f9d6
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment