Skip to content

Commit 266bdfc

Browse files
committed
rm :invalid styling from docs
It was removed from the code in 90d4343 :-/
1 parent ac90fbf commit 266bdfc

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

docs/css.html

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,21 +1380,6 @@ <h3 id="forms-input-focus">Input focus</h3>
13801380
</form>
13811381
{% highlight html %}
13821382
<input id="focusedInput" type="text" value="This is focused...">
1383-
{% endhighlight %}
1384-
1385-
<h3 id="forms-invalid-inputs">Invalid inputs</h3>
1386-
<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>
1387-
1388-
<div class="bs-callout">
1389-
<h4>Cross-browser compatibility</h4>
1390-
<p>Invalid inputs are styled via the <code>:invalid</code> CSS selector, which is not supported by Internet Explorer 9 and below.</p>
1391-
</div>
1392-
1393-
<form class="bs-example">
1394-
<input type="email" placeholder="[email protected]" required>
1395-
</form>
1396-
{% highlight html %}
1397-
<input type="email" placeholder="[email protected]" required>
13981383
{% endhighlight %}
13991384

14001385
<h3 id="forms-disabled-inputs">Disabled inputs</h3>

0 commit comments

Comments
 (0)