diff options
| author | Mark Otto <[email protected]> | 2013-02-05 22:28:18 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-05 22:28:18 -0800 |
| commit | accfdaafdbfc172f4d8358bbab820a9862bd8eb9 (patch) | |
| tree | 8e9be7547367f84cdbe2e7fa93eb79ec8d841756 /docs/base-css.html | |
| parent | 0fe9148b91eff50b83100b6795fb49cf894caed1 (diff) | |
| download | bootstrap-accfdaafdbfc172f4d8358bbab820a9862bd8eb9.tar.xz bootstrap-accfdaafdbfc172f4d8358bbab820a9862bd8eb9.zip | |
Fixes #6808: mention IE lame-itude in docs for invalid inputs
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index a9943ff96..4a8f03614 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1585,6 +1585,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped <h3>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> |
