- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 04 Aug 2008 11:15:20 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22954
Modified Files:
Overview.html
Log Message:
forgot to escape tags; add a label element in an example (whatwg r1985)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1176
retrieving revision 1.1177
diff -u -d -r1.1176 -r1.1177
--- Overview.html 4 Aug 2008 10:44:46 -0000 1.1176
+++ Overview.html 4 Aug 2008 11:15:18 -0000 1.1177
@@ -16383,9 +16383,9 @@
alternative text of the first image, and the rest have blank alternative
text.</p>
- <pre><p>Rating: <meter max=5 value=3><strong><img src="1" alt="3/5"
+ <pre><p>Rating: <meter max=5 value=3><strong><img src="1" alt="3/5"
><img src="1" alt=""><img src="1" alt=""><img src="0" alt=""
- ><img src="0" alt=""></strong></meter></p></pre>
+ ><img src="0" alt=""></strong></meter></p></pre>
</div>
<p>If any of the components of the sliced picture are the sole contents of
@@ -16500,9 +16500,9 @@
instance, the point of a CAPTCHA image is to see if the user can
literally read the graphic. Here is one way to mark up a CAPTCHA:</p>
- <pre><p>What does this image say?
+ <pre><p><label>What does this image say?
<strong><img src="captcha.cgi?id=8934" alt="{captcha}"></strong>
-<input type=text name=captcha>
+<input type=text name=captcha></label>
(If you cannot see the image, you can use an <a
href="?audio">audio< test instead.)</p></pre>
</div>
Received on Monday, 4 August 2008 11:15:54 UTC