html5/spec Overview.html,1.1171,1.1172

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21967

Modified Files:
	Overview.html 
Log Message:
subtly mention <meter>... (whatwg r1980)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1171
retrieving revision 1.1172
diff -u -d -r1.1171 -r1.1172
--- Overview.html	4 Aug 2008 10:04:40 -0000	1.1171
+++ Overview.html	4 Aug 2008 10:09:45 -0000	1.1172
@@ -16383,8 +16383,9 @@
     alternative text of the first image, and the rest have blank alternative
     text.</p>
 
-   <pre>&lt;p>Rating: <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>&lt;/p></pre>
+   <pre>&lt;p>Rating: <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>
   </div>
 
   <p>If any of the components of the sliced picture are the sole contents of

Received on Monday, 4 August 2008 10:10:22 UTC