diff options
| author | Mark Otto <[email protected]> | 2013-04-07 11:46:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-07 11:46:23 -0700 |
| commit | fedf4c5677811109f8feac2255b1e1c300fc4b4f (patch) | |
| tree | f0bbfa08ec120d80d051ac06ebd77187ad52cc8b /docs | |
| parent | 647e930e4971a35b5ca1e547e38f88d31c05d582 (diff) | |
| parent | c78c66527dcb9b2481fd0494081adf4e9ebe94bd (diff) | |
| download | bootstrap-fedf4c5677811109f8feac2255b1e1c300fc4b4f.tar.xz bootstrap-fedf4c5677811109f8feac2255b1e1c300fc4b4f.zip | |
Merge pull request #7500 from JamieKnight/patch-3
Update docs to add warning about accessibility implications of using icons without any text
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/docs.html b/docs/docs.html index 0d259169a..4506d5ae5 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -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"> |
