diff options
| author | Chris Rebert <[email protected]> | 2014-11-11 19:49:44 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-11-11 19:51:10 -0800 |
| commit | 125945eb9058ad8db1f3843259ee9aa73e9bec5f (patch) | |
| tree | 2aece4b25ad7b14d2b126c45d80bad8217320946 /docs/_includes/css/tables.html | |
| parent | ba2b3a013696acea8e140209a1d6eeb2628aa6e8 (diff) | |
| download | bootstrap-125945eb9058ad8db1f3843259ee9aa73e9bec5f.tar.xz bootstrap-125945eb9058ad8db1f3843259ee9aa73e9bec5f.zip | |
add missing dots to .sr-only class mentions, for consistency w/ rest of docs
Diffstat (limited to 'docs/_includes/css/tables.html')
| -rw-r--r-- | docs/_includes/css/tables.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/tables.html b/docs/_includes/css/tables.html index d09c34068..ab7049611 100644 --- a/docs/_includes/css/tables.html +++ b/docs/_includes/css/tables.html @@ -348,7 +348,7 @@ {% endhighlight %} <div class="bs-callout bs-callout-warning"> <h4>Conveying meaning to assistive technologies</h4> - <p>Using color to add meaning to a table row or individual cell only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (the visible text in the relevant table row/cell), or is included through alternative means, such as additional text hidden with the <code>sr-only</code> class.</p> + <p>Using color to add meaning to a table row or individual cell only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (the visible text in the relevant table row/cell), or is included through alternative means, such as additional text hidden with the <code>.sr-only</code> class.</p> </div> <h2 id="tables-responsive">Responsive tables</h2> |
