diff options
| author | Jamie Knight <[email protected]> | 2013-04-07 16:25:00 +0200 |
|---|---|---|
| committer | Jamie Knight <[email protected]> | 2013-04-07 16:25:00 +0200 |
| commit | c78c66527dcb9b2481fd0494081adf4e9ebe94bd (patch) | |
| tree | f0bbfa08ec120d80d051ac06ebd77187ad52cc8b | |
| parent | 647e930e4971a35b5ca1e547e38f88d31c05d582 (diff) | |
| download | bootstrap-c78c66527dcb9b2481fd0494081adf4e9ebe94bd.tar.xz bootstrap-c78c66527dcb9b2481fd0494081adf4e9ebe94bd.zip | |
Update docs.html
Added heads up regarding lone icons providing accessibility issues for screen readers.
| -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"> |
