From: Chris Rebert Date: Sun, 6 Jan 2013 01:14:22 +0000 (-0800) Subject: update docs to reflect #5786 X-Git-Tag: v2.3.0^2~39^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6462%2Fhead;p=thirdparty%2Fbootstrap.git update docs to reflect #5786 --- diff --git a/docs/base-css.html b/docs/base-css.html index d0fdbeb725..9cc68382d9 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1572,7 +1572,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/base-css.mustache b/docs/templates/pages/base-css.mustache index efb69bdae3..27a5442263 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1509,7 +1509,7 @@

{{_i}}Invalid inputs{{/i}}

-

{{_i}}Style inputs via default browser functionality with :invalid. Specify a type and add the required attribute.{{/i}}

+

{{_i}}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.{{/i}}