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