From 6d21d8600739fe16e8993a11f82a4727065ca78a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 5 Feb 2013 22:29:01 -0800 Subject: [PATCH] port docs fix from 2.3.0-wip to new css page --- docs/css.html | 1 + docs/templates/pages/css.mustache | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/css.html b/docs/css.html index 12dd53edb1..56e1aa8d33 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.

diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index e45b66be06..5ba70041aa 100644 --- a/docs/templates/pages/css.mustache +++ b/docs/templates/pages/css.mustache @@ -1221,6 +1221,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.