diff options
| author | Mark Otto <[email protected]> | 2013-01-12 00:29:34 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-12 00:29:34 -0800 |
| commit | 8a167465425f926913e532a780c12578339e8872 (patch) | |
| tree | 8b3c89fc51f73a061c2a549df184306b82790bc9 /docs/base-css.html | |
| parent | e195457728deb29f1471ae62ae70f008bbff77fd (diff) | |
| parent | 684c9d8d05d8bdbb886a23780244d34dbea14338 (diff) | |
| download | bootstrap-8a167465425f926913e532a780c12578339e8872.tar.xz bootstrap-8a167465425f926913e532a780c12578339e8872.zip | |
Merge pull request #6462 from cvrebert/input-required-docs-fix-2.3.0
update 2.3.0 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 5b6877595..d221abc70 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> |
