- From: poot <cvsmail@w3.org>
- Date: Tue, 16 Jun 2009 09:56:24 +0900 (JST)
- To: public-html-diffs@w3.org
use <label> in the <br> anti-example (whatwg r3269)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2416&r2=1.2417&f=h
http://html5.org/tools/web-apps-tracker?from=3268&to=3269
===================================================================
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:58 UTC