From: Chris Rebert Date: Tue, 25 Jun 2013 23:31:12 +0000 (-0700) Subject: rm :invalid styling from docs X-Git-Tag: v3.0.0-rc1~229^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=266bdfcaaaa64b9e71fa3719a9b2e6b27fb6c2a1;p=thirdparty%2Fbootstrap.git rm :invalid styling from docs It was removed from the code in 90d4343f66d1cdafe24b6de0dbb6ae64312df323 :-/ --- diff --git a/docs/css.html b/docs/css.html index 1d8cee56d4..2f7d747085 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1380,21 +1380,6 @@ For example, <section> should be wrapped as inline. {% highlight html %} -{% endhighlight %} - -

Invalid inputs

-

Style inputs via default browser functionality. Specify a type, add the required attribute if the field is not optional, and (if applicable) specify a pattern.

- -
-

Cross-browser compatibility

-

Invalid inputs are styled via the :invalid CSS selector, which is not supported by Internet Explorer 9 and below.

-
- -
- -
-{% highlight html %} - {% endhighlight %}

Disabled inputs