aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-07 11:46:23 -0700
committerMark Otto <[email protected]>2013-04-07 11:46:23 -0700
commitfedf4c5677811109f8feac2255b1e1c300fc4b4f (patch)
treef0bbfa08ec120d80d051ac06ebd77187ad52cc8b /docs
parent647e930e4971a35b5ca1e547e38f88d31c05d582 (diff)
parentc78c66527dcb9b2481fd0494081adf4e9ebe94bd (diff)
downloadbootstrap-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.html5
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>&lt;section&gt;</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">