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 + 1 file changed, 1 insertion(+) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index a9943ff96..4a8f03614 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.

-- cgit v1.2.3