diff options
| author | Mark Otto <[email protected]> | 2014-07-09 13:51:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-09 13:51:20 -0700 |
| commit | 4d5243674a0a236af2ff218da1decaafbdeaa719 (patch) | |
| tree | 8cc6bf8248cc1abea4793acf48def8433757ed77 /docs/_includes/css | |
| parent | f37dbe53a46b6deb8f37bfe1008f30b1275e49c6 (diff) | |
| download | bootstrap-4d5243674a0a236af2ff218da1decaafbdeaa719.tar.xz bootstrap-4d5243674a0a236af2ff218da1decaafbdeaa719.zip | |
remove deprecated warnings from docs
Diffstat (limited to 'docs/_includes/css')
| -rw-r--r-- | docs/_includes/css/helpers.html | 1 | ||||
| -rw-r--r-- | docs/_includes/css/responsive-utilities.html | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/docs/_includes/css/helpers.html b/docs/_includes/css/helpers.html index fa7a99fc0..dc992ee23 100644 --- a/docs/_includes/css/helpers.html +++ b/docs/_includes/css/helpers.html @@ -132,7 +132,6 @@ <h3 id="helper-classes-show-hide">Showing and hiding content</h3> <p>Force an element to be shown or hidden (<strong>including for screen readers</strong>) with the use of <code>.show</code> and <code>.hidden</code> classes. These classes use <code>!important</code> to avoid specificity conflicts, just like the <a href="#helper-classes-floats">quick floats</a>. They are only available for block level toggling. They can also be used as mixins.</p> - <p><code>.hide</code> is available, but it does not always affect screen readers and is <strong>deprecated</strong> as of v3.0.1. Use <code>.hidden</code> or <code>.sr-only</code> instead.</p> <p>Furthermore, <code>.invisible</code> can be used to toggle only the visibility of an element, meaning its <code>display</code> is not modified and the element can still affect the flow of the document.</p> {% highlight html %} <div class="show">...</div> diff --git a/docs/_includes/css/responsive-utilities.html b/docs/_includes/css/responsive-utilities.html index 666c0bce7..2e4c8b383 100644 --- a/docs/_includes/css/responsive-utilities.html +++ b/docs/_includes/css/responsive-utilities.html @@ -119,7 +119,6 @@ </table> </div> <p>So, for extra small (<code>xs</code>) screens for example, the available <code>.visible-*-*</code> classes are: <code>.visible-xs-block</code>, <code>.visible-xs-inline</code>, and <code>.visible-xs-inline-block</code>.</p> - <p>The classes <code>.visible-xs</code>, <code>.visible-sm</code>, <code>.visible-md</code>, and <code>.visible-lg</code> also exist, but are <strong>deprecated as of v3.2.0</strong>. They are approximately equivalent to <code>.visible-*-block</code>, except with additional special cases for toggling <code><table></code>-related elements.</p> <h2 id="responsive-utilities-print">Print classes</h2> <p>Similar to the regular responsive classes, use these for toggling content for print.</p> @@ -150,7 +149,6 @@ </tbody> </table> </div> - <p>The class <code>.visible-print</code> also exists but is <strong>deprecated</strong> as of v3.2.0. It is approximately equivalent to <code>.visible-print-block</code>, except with additional special cases for <code><table></code>-related elements.</p> <h2 id="responsive-utilities-tests">Test cases</h2> |
