html5/spec Overview.html,1.1176,1.1177

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>&lt;p>Rating: <meter max=5 value=3><strong>&lt;img src="1" alt="3/5"
+   <pre>&lt;p>Rating: &lt;meter max=5 value=3><strong>&lt;img src="1" alt="3/5"
   >&lt;img src="1" alt="">&lt;img src="1" alt="">&lt;img src="0" alt=""
-  >&lt;img src="0" alt=""></strong></meter>&lt;/p></pre>
+  >&lt;img src="0" alt=""></strong>&lt;/meter>&lt;/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>&lt;p>What does this image say?
+   <pre>&lt;p>&lt;label>What does this image say?
 <strong>&lt;img src="captcha.cgi?id=8934" alt="{captcha}"></strong>
-&lt;input type=text name=captcha>
+&lt;input type=text name=captcha>&lt;/label>
 (If you cannot see the image, you can use an &lt;a
 href="?audio">audio&lt; test instead.)&lt;/p></pre>
   </div>

Received on Monday, 4 August 2008 11:15:54 UTC