aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-23 01:12:12 -0700
committerMark Otto <[email protected]>2015-08-23 01:12:12 -0700
commit4b63173a41ccb52f5db399557fac89aadf150826 (patch)
treec17a52118400475be0587b2de8d467c8291a6c9a /docs
parente7ed4ff283fa7461970de313629fd555b070b177 (diff)
parentfd72dfe6cf9d25630bda74d2db922b7d74ae07d1 (diff)
downloadbootstrap-4b63173a41ccb52f5db399557fac89aadf150826.tar.xz
bootstrap-4b63173a41ccb52f5db399557fac89aadf150826.zip
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs')
-rw-r--r--docs/components/utilities.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/utilities.md b/docs/components/utilities.md
index fb93fca9d..d869a36d1 100644
--- a/docs/components/utilities.md
+++ b/docs/components/utilities.md
@@ -233,7 +233,7 @@ Easily clear `float`s by adding `.clearfix` **to the parent element**. Utilizes
## Hidden content
-Hide any HTML element with the `[hidden]` attribute. Previously, v3.x included a `.hidden` class that forced toggled content. However, we removed it due to conflicts with jQuery's `hide()` function. It's taken from [PureCSS](http://purecss.io). While `[hidden]` technically isn't support in IE9-10, declaring it `display: none` in our CSS gets around.
+Hide any HTML element with the `[hidden]` attribute. Previously, v3.x included a `.hidden` class that forced toggled content. However, we removed it due to conflicts with jQuery's `hide()` function. It's taken from [PureCSS](http://purecss.io). While `[hidden]` isn't natively supported by IE9-10, declaring it `display: none` in our CSS gets around that problem.
Furthermore, `.invisible` can be used to toggle the visibility of an element, meaning its `display` is not modified and the element can still affect the flow of the document.