mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-18 15:54:26 +01:00
port docs fix from 2.3.0-wip to new css page
This commit is contained in:
parent
4270496e8a
commit
6d21d86007
@ -1281,6 +1281,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped
|
|||||||
|
|
||||||
<h3 id="forms-invalid-inputs">Invalid inputs</h3>
|
<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>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">
|
<form class="bs-docs-example form-inline">
|
||||||
<input class="span3" type="email" placeholder="test@example.com" required>
|
<input class="span3" type="email" placeholder="test@example.com" required>
|
||||||
</form>
|
</form>
|
||||||
|
1
docs/templates/pages/css.mustache
vendored
1
docs/templates/pages/css.mustache
vendored
@ -1221,6 +1221,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped
|
|||||||
|
|
||||||
<h3 id="forms-invalid-inputs">Invalid inputs</h3>
|
<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>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">
|
<form class="bs-docs-example form-inline">
|
||||||
<input class="span3" type="email" placeholder="test@example.com" required>
|
<input class="span3" type="email" placeholder="test@example.com" required>
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user