Add role="button" to <a> buttons
These should really be <button> elements, but until that gets squared away, this will suffice.
This commit is contained in:
parent
c0b00f22fe
commit
0add7700ad
3 changed files with 9 additions and 9 deletions
|
|
@ -1020,7 +1020,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {
|
|||
|
||||
<h3>Live demo</h3>
|
||||
<div class="bs-example" style="padding-bottom: 24px;">
|
||||
<a href="#" class="btn btn-lg btn-danger" data-toggle="popover" title="A Title" data-content="And here's some amazing content. It's very engaging. right?">Click to toggle popover</a>
|
||||
<a href="#" class="btn btn-lg btn-danger" data-toggle="popover" title="A Title" data-content="And here's some amazing content. It's very engaging. right?" role="button">Click to toggle popover</a>
|
||||
</div>
|
||||
|
||||
<h4>Four directions</h4>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue