diff options
| author | Patrick H. Lauke <[email protected]> | 2014-11-14 01:44:09 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2014-11-14 10:52:57 +0000 |
| commit | bab36220c98bc9552a483d5d091cb8d8acfd3d31 (patch) | |
| tree | 4a51aad2780c8f6d316076d8aa6aeaa7e425f622 /docs/examples/offcanvas | |
| parent | 25cac1ea9a70ab192a4b4fb49b972de2f342d240 (diff) | |
| download | bootstrap-bab36220c98bc9552a483d5d091cb8d8acfd3d31.tar.xz bootstrap-bab36220c98bc9552a483d5d091cb8d8acfd3d31.zip | |
Redundant role="navigation" on <nav>s
plus one example that still used the old <div role="navigation"> and a
fix-up of the callout as per
https://github.com/twbs/bootstrap/issues/15109
Diffstat (limited to 'docs/examples/offcanvas')
| -rw-r--r-- | docs/examples/offcanvas/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index eee2918c4..5db233d74 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -28,7 +28,7 @@ </head> <body> - <nav class="navbar navbar-fixed-top navbar-inverse" role="navigation"> + <nav class="navbar navbar-fixed-top navbar-inverse"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> @@ -95,7 +95,7 @@ </div><!--/row--> </div><!--/.col-xs-12.col-sm-9--> - <div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar" role="navigation"> + <div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar"> <div class="list-group"> <a href="#" class="list-group-item active">Link</a> <a href="#" class="list-group-item">Link</a> |
