diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/css.html | 1 | ||||
| -rw-r--r-- | docs/templates/pages/css.mustache | 1 |
2 files changed, 2 insertions, 0 deletions
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 <h3 id="forms-invalid-inputs">Invalid inputs</h3> <p>Style inputs via default browser functionality with <code>:invalid</code>. Specify a <code>type</code>, add the <code>required</code> attribute if the field is not optional, and (if applicable) specify a <code>pattern</code>.</p> + <p>This is not available in versions of Internet Explorer 7-9 due to lack of support for CSS pseudo selectors.</p> <form class="bs-docs-example form-inline"> <input class="span3" type="email" placeholder="[email protected]" required> </form> diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index e45b66be0..5ba70041a 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 <h3 id="forms-invalid-inputs">Invalid inputs</h3> <p>Style inputs via default browser functionality with <code>:invalid</code>. Specify a <code>type</code>, add the <code>required</code> attribute if the field is not optional, and (if applicable) specify a <code>pattern</code>.</p> + <p>This is not available in versions of Internet Explorer 7-9 due to lack of support for CSS pseudo selectors.</p> <form class="bs-docs-example form-inline"> <input class="span3" type="email" placeholder="[email protected]" required> </form> |
