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><section></code> should be wrapped
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><section></code> should be wrappedStyle 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.