html5/markup/elements ol.html,1.10,1.11

Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv14449/elements

Modified Files:
	ol.html 
Log Message:
added documentation for the type attribute on the ol element


Index: ol.html
===================================================================
RCS file: /sources/public/html5/markup/elements/ol.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ol.html	12 Aug 2010 19:55:36 -0000	1.10
+++ ol.html	30 Nov 2010 02:25:33 -0000	1.11
@@ -26,7 +26,20 @@
       <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">start</a>
+        <span class="attribute">start</span>
+        attribute on the
+        <span class="element">ol</span>
+        element was deprecated in a previous version of HTML,
+        but is no longer deprecated, as it has meaning and is not
+        simply presentational.</dd>
+    </dl>
+    <dl>
+      <dt id="ol.attrs.type" class="changed">type</dt>
+      <dd>Indicates the marker type to use in the list, in the cases where
+      the marker type of matters (for example, if items in the list are
+      meant to be referenced by their number or letter).</dd>
+      <dd class="note">The
+        <span class="attribute">type</span>
         attribute on the
         <span class="element">ol</span>
         element was deprecated in a previous version of HTML,

Received on Tuesday, 30 November 2010 02:25:37 UTC