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><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/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}}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}}