diff options
| author | Mark Otto <[email protected]> | 2015-08-22 23:17:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-22 23:17:46 -0700 |
| commit | cf7819d8d554ed0fe09f78b35bdc6927787c35f7 (patch) | |
| tree | 5a23a180152c328d58e4f06b7ce4a20ff67084d0 /docs/components/utilities.md | |
| parent | db87ffb0db59ca1024f94477bec59e6d49ea206c (diff) | |
| download | bootstrap-cf7819d8d554ed0fe09f78b35bdc6927787c35f7.tar.xz bootstrap-cf7819d8d554ed0fe09f78b35bdc6927787c35f7.zip | |
mention the IE compatability for hidden attr per #17169
Diffstat (limited to 'docs/components/utilities.md')
| -rw-r--r-- | docs/components/utilities.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/utilities.md b/docs/components/utilities.md index 1905efefe..fb93fca9d 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). +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. 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. |
