From 6d21d8600739fe16e8993a11f82a4727065ca78a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 5 Feb 2013 22:29:01 -0800 Subject: port docs fix from 2.3.0-wip to new css page --- docs/css.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index 12dd53edb..56e1aa8d3 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1281,6 +1281,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