mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-29 10:40:23 +00:00
Update docs.html
Added heads up regarding lone icons providing accessibility issues for screen readers.
This commit is contained in:
parent
647e930e49
commit
c78c66527d
1 changed files with 5 additions and 0 deletions
|
|
@ -2561,6 +2561,11 @@ For example, <code><section></code> should be wrapped as inline.
|
|||
</div>
|
||||
{% endhighlight %}
|
||||
|
||||
<p class="alert alert-info">
|
||||
<strong>Heads up!</strong>
|
||||
Using icons without any additional content means the icons are not represented to screen reader users.
|
||||
</p>
|
||||
|
||||
<h5>Dropdown in a button group</h5>
|
||||
<div class="bs-docs-example">
|
||||
<div class="btn-group">
|
||||
|
|
|
|||
Loading…
Reference in a new issue