From: Chris Rebert Date: Sun, 6 Jan 2013 01:36:20 +0000 (-0800) Subject: update docs to reflect #5786 X-Git-Tag: v3.0.0-rc1~833^2~3^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6463%2Fhead;p=thirdparty%2Fbootstrap.git update docs to reflect #5786 --- diff --git a/docs/css.html b/docs/css.html index 53cd678d03..2dfa3ff3b2 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1613,7 +1613,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped

Invalid inputs

-

Style inputs via default browser functionality with :invalid. Specify a type and add the required attribute.

+

Style inputs via default browser functionality with :invalid. Specify a type, add the required attribute if the field is not optional, and (if applicable) specify a pattern.

diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index 47abef021d..7674f4956c 100644 --- a/docs/templates/pages/css.mustache +++ b/docs/templates/pages/css.mustache @@ -1553,7 +1553,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped

Invalid inputs

-

Style inputs via default browser functionality with :invalid. Specify a type and add the required attribute.

+

Style inputs via default browser functionality with :invalid. Specify a type, add the required attribute if the field is not optional, and (if applicable) specify a pattern.