From 684c9d8d05d8bdbb886a23780244d34dbea14338 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 5 Jan 2013 17:14:22 -0800 Subject: [PATCH] update docs to reflect #5786 --- docs/base-css.html | 2 +- docs/templates/pages/base-css.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}}