From 823b5accd327e129e301b2f0508d911fe0d194c6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 4 Nov 2012 19:41:41 -0800 Subject: start documenting html5 invalid form fields --- docs/base-css.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index bd04e53d6..ff2325dfa 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1569,6 +1569,15 @@ For example, <code><section></code> should be wrapped as inlin
 <input class="input-xlarge" id="focusedInput" type="text" value="This is focused...">
+
+ +

Required inputs

+

Style inputs via default browser functionality with :valid.

+
+ +
+
+<input class="span4" type="text" placeholder="Required input" required>
 

Disabled inputs

-- cgit v1.2.3