From: Chris Rebert Date: Sun, 23 Aug 2015 07:44:54 +0000 (-0700) Subject: Rephrase/copyedit IE [hidden] compatibility docs X-Git-Tag: v4.0.0-alpha.2~431^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd72dfe6cf9d25630bda74d2db922b7d74ae07d1;p=thirdparty%2Fbootstrap.git Rephrase/copyedit IE [hidden] compatibility docs Fixes grammatical erratum from cf7819d8d554ed0fe09f78b35bdc6927787c35f7 --- diff --git a/docs/components/utilities.md b/docs/components/utilities.md index fb93fca9d2..d869a36d10 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.