aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/non-responsive
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2015-06-02 11:21:26 +0100
committerPatrick H. Lauke <[email protected]>2015-06-02 11:21:26 +0100
commitcaca5d46d5a88cef0a766ae1466d26a8a2342805 (patch)
tree66545697882ebf07543a9f9fb8f8edd0871f489d /docs/examples/non-responsive
parentf09e7964298971b024965b48a876153f5e420f81 (diff)
parent5fd7bc1554d492bdd5794d35fce515fe951439a6 (diff)
downloadbootstrap-caca5d46d5a88cef0a766ae1466d26a8a2342805.tar.xz
bootstrap-caca5d46d5a88cef0a766ae1466d26a8a2342805.zip
Merge pull request #16571 from patrickhlauke/generalize-dropdowns
generalize dropdowns / drop role="menu"
Diffstat (limited to 'docs/examples/non-responsive')
-rw-r--r--docs/examples/non-responsive/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/non-responsive/index.html b/docs/examples/non-responsive/index.html
index e134b394d..e27e6a496 100644
--- a/docs/examples/non-responsive/index.html
+++ b/docs/examples/non-responsive/index.html
@@ -46,8 +46,8 @@
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<li class="dropdown">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Dropdown <span class="caret"></span></a>
- <ul class="dropdown-menu" role="menu">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a>
+ <ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>