From 266bdfcaaaa64b9e71fa3719a9b2e6b27fb6c2a1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 25 Jun 2013 16:31:12 -0700 Subject: [PATCH] rm :invalid styling from docs It was removed from the code in 90d4343f66d1cdafe24b6de0dbb6ae64312df323 :-/ --- docs/css.html | 15 --------------- 1 file changed, 15 deletions(-) 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