@@ -1380,21 +1380,6 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -1380,21 +1380,6 @@ For example, <code><section></code> should be wrapped as inline.
</form>
</form>
{% highlight html %}
{% highlight html %}
<inputid="focusedInput"type="text"value="This is focused...">
<inputid="focusedInput"type="text"value="This is focused...">
{% endhighlight %}
<h3id="forms-invalid-inputs">Invalid inputs</h3>
<p>Style inputs via default browser functionality. 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>
<divclass="bs-callout">
<h4>Cross-browser compatibility</h4>
<p>Invalid inputs are styled via the <code>:invalid</code> CSS selector, which is not supported by Internet Explorer 9 and below.</p>