diff options
| author | Chris Rebert <[email protected]> | 2013-01-05 17:14:22 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-01-05 17:14:22 -0800 |
| commit | 684c9d8d05d8bdbb886a23780244d34dbea14338 (patch) | |
| tree | 6008e8a8ae0f6b597eadc06e83c5cc927d6db777 /docs/base-css.html | |
| parent | 1c0e4fc7bb6ab2ef12f1050ed177a02d16ebdbce (diff) | |
| download | bootstrap-684c9d8d05d8bdbb886a23780244d34dbea14338.tar.xz bootstrap-684c9d8d05d8bdbb886a23780244d34dbea14338.zip | |
update docs to reflect #5786
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index d0fdbeb72..9cc68382d 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1572,7 +1572,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped </pre> <h3>Invalid inputs</h3> - <p>Style inputs via default browser functionality with <code>:invalid</code>. Specify a <code>type</code> and add the <code>required</code> attribute.</p> + <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> <form class="bs-docs-example form-inline"> <input class="span3" type="email" placeholder="[email protected]" required> </form> |
