]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
rm :invalid styling from docs 8304/head
authorChris Rebert <github@rebertia.com>
Tue, 25 Jun 2013 23:31:12 +0000 (16:31 -0700)
committerChris Rebert <github@rebertia.com>
Tue, 25 Jun 2013 23:31:12 +0000 (16:31 -0700)
It was removed from the code in 90d4343f66d1cdafe24b6de0dbb6ae64312df323  :-/

docs/css.html

index 1d8cee56d4c1f9d0234b7d88ab58078c707b0694..2f7d747085353b6ffd42d0e5ce6cea4c8ecfe7c4 100644 (file)
@@ -1380,21 +1380,6 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
     </form>
 {% highlight html %}
 <input id="focusedInput" type="text" value="This is focused...">
-{% endhighlight %}
-
-    <h3 id="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>
-
-    <div class="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>
-    </div>
-
-    <form class="bs-example">
-      <input type="email" placeholder="test@example.com" required>
-    </form>
-{% highlight html %}
-<input type="email" placeholder="test@example.com" required>
 {% endhighlight %}
 
     <h3 id="forms-disabled-inputs">Disabled inputs</h3>