- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 04 Aug 2008 10:09:47 +0000
- To: public-html-commits@w3.org
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><p>Rating: <strong><img src="1" alt="3/5"><img src="1" alt=""><img src="1" alt=""
-><img src="0" alt=""><img src="0" alt=""></strong></p></pre>
+ <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>
</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