- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 23 Mar 2010 11:27:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv26360/elements
Modified Files:
ol.html
Log Message:
fixed typo and pulled in upstream changes to default CSS properties for progress and hgroup elements
Index: ol.html
===================================================================
RCS file: /sources/public/html5/markup/elements/ol.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ol.html 12 Feb 2010 10:33:50 -0000 1.8
+++ ol.html 23 Mar 2010 11:27:04 -0000 1.9
@@ -24,7 +24,7 @@
<dt id="ol.attrs.start" class="changed">start</dt>
<dd>The ordinal value of the first list item.</dd>
<dd class="note">The
- <a href="#ol.attrs.start">value</a>
+ <a href="#ol.attrs.start">start</a>
attribute on the
<a href="#li" class="element">li</a>
element was deprecated in a previous version of HTML,
Received on Tuesday, 23 March 2010 11:27:07 UTC