mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-05 13:50:58 +00:00
Merge pull request #7500 from JamieKnight/patch-3
Update docs to add warning about accessibility implications of using icons without any text
This commit is contained in:
commit
fedf4c5677
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