From cf7819d8d554ed0fe09f78b35bdc6927787c35f7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 22 Aug 2015 23:17:46 -0700 Subject: mention the IE compatability for hidden attr per #17169 --- docs/components/utilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components/utilities.md') 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. -- cgit v1.2.3 From fd72dfe6cf9d25630bda74d2db922b7d74ae07d1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 23 Aug 2015 00:44:54 -0700 Subject: Rephrase/copyedit IE [hidden] compatibility docs Fixes grammatical erratum from cf7819d8d554ed0fe09f78b35bdc6927787c35f7 --- docs/components/utilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components/utilities.md') 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. -- cgit v1.2.3 From 6aebac8e387941ba736c7098aedf5b1f6db58f18 Mon Sep 17 00:00:00 2001 From: petetnt Date: Wed, 26 Aug 2015 16:01:34 +0300 Subject: Document .bg-inverse --- docs/components/utilities.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/components/utilities.md') diff --git a/docs/components/utilities.md b/docs/components/utilities.md index d869a36d1..35d7febe0 100644 --- a/docs/components/utilities.md +++ b/docs/components/utilities.md @@ -132,6 +132,7 @@ Similar to the contextual text color classes, easily set the background of an el
Maecenas sed diam eget risus varius blandit sit amet non magna.
Etiam porta sem malesuada magna mollis euismod.
Donec ullamcorper nulla non metus auctor fringilla.
+
Cras mattis consectetur purus sit amet fermentum.
{% endexample %} {% callout info %} -- cgit v1.2.3 From 8e29c43c467c25cbb30ca9be0223c08571d54f65 Mon Sep 17 00:00:00 2001 From: Zearin Date: Mon, 7 Sep 2015 10:07:35 -0400 Subject: =?UTF-8?q?Fix=20usage=20of=20=E2=80=9Cits=E2=80=9D=20and=20?= =?UTF-8?q?=E2=80=9Cit=E2=80=99s=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/components/utilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components/utilities.md') diff --git a/docs/components/utilities.md b/docs/components/utilities.md index 35d7febe0..456e44414 100644 --- a/docs/components/utilities.md +++ b/docs/components/utilities.md @@ -13,7 +13,7 @@ Bootstrap includes dozens of utilities—classes with a single purpose. They're ## Spacing -Assign `margin` or `padding` to an element or a subset of it's sides with shorthand classes. Includes support for individual properties, all properties, and vertical and horizontal properties. All classes are multiples on the global default value, `1rem`. +Assign `margin` or `padding` to an element or a subset of its sides with shorthand classes. Includes support for individual properties, all properties, and vertical and horizontal properties. All classes are multiples on the global default value, `1rem`. ### Margin -- cgit v1.2.3