- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Jun 2009 00:56:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32223
Modified Files:
	Overview.html 
Log Message:
use <label> in the <br> anti-example (whatwg r3269)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2416
retrieving revision 1.2417
diff -u -d -r1.2416 -r1.2417
--- Overview.html	16 Jun 2009 00:53:59 -0000	1.2416
+++ Overview.html	16 Jun 2009 00:56:10 -0000	1.2417
@@ -11151,18 +11151,16 @@
    <pre><p><a ...>34 comments.</a><br>
 <a ...>Add a comment.<a></p></pre>
 
-   <pre><p>Name: <input name="name"><br>
-Address: <input name="address"></p></pre>
+   <pre><p><label>Name: <input name="name"></label><br>
+<label>Address: <input name="address"></label></p></pre>
 
    <p>Here are alternatives to the above, which are correct:</p>
 
    <pre><p><a ...>34 comments.</a></p>
 <p><a ...>Add a comment.<a></p></pre>
 
-   <pre><p>Name: <input name="name"></p>
-<p>Address: <input name="address"></p></pre>
-
-   <!-- XXX should have labels in the examples above -->
+   <pre><p><label>Name: <input name="name"></label></p>
+<p><label>Address: <input name="address"></label></p></pre>
 
   </div><p>If a <a href="#paragraph">paragraph</a> consists of nothing but a single
   <code><a href="#the-br-element">br</a></code> element, it represents a placeholder blank line
Received on Tuesday, 16 June 2009 00:56:19 UTC