diff options
| author | Patrick H. Lauke <[email protected]> | 2015-06-02 11:21:26 +0100 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2015-06-02 11:21:26 +0100 |
| commit | caca5d46d5a88cef0a766ae1466d26a8a2342805 (patch) | |
| tree | 66545697882ebf07543a9f9fb8f8edd0871f489d /docs/examples/non-responsive | |
| parent | f09e7964298971b024965b48a876153f5e420f81 (diff) | |
| parent | 5fd7bc1554d492bdd5794d35fce515fe951439a6 (diff) | |
| download | bootstrap-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.html | 4 |
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> |
