From accfdaafdbfc172f4d8358bbab820a9862bd8eb9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 5 Feb 2013 22:28:18 -0800 Subject: Fixes #6808: mention IE lame-itude in docs for invalid inputs --- docs/base-css.html | 1 + docs/templates/pages/base-css.mustache | 1 + 2 files changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/base-css.html b/docs/base-css.html index a9943ff96c..4a8f036141 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1585,6 +1585,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped

Invalid inputs

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.

+

This is not available in versions of Internet Explorer 7-9 due to lack of support for CSS pseudo selectors.

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 9a051d4be1..1f40f37110 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1522,6 +1522,7 @@

{{_i}}Invalid inputs{{/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}}

+

{{_i}}This is not available in versions of Internet Explorer 7-9 due to lack of support for CSS pseudo selectors.{{/i}}

-- cgit v1.2.3