- From: poot <cvsmail@w3.org>
- Date: Tue, 30 Nov 2010 11:29:16 +0900 (JST)
- To: public-html-diffs@w3.org
mike: added documentation for the type attribute on the ol element
http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.288&r2=1.289&f=h
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -d -r1.288 -r1.289
--- spec.html 30 Nov 2010 02:16:08 -0000 1.288
+++ spec.html 30 Nov 2010 02:25:32 -0000 1.289
@@ -19450,7 +19450,7 @@
</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,
@@ -19479,10 +19479,19 @@
<span class="postfix or">or</span> "i"
<span class="postfix or">or</span> "I"
<span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty" id="syntax-attr-empty_xref107">empty</a>
- </span>
+ </span> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
<a class="hash" href="#ol.attrs.type">#</a>
</dt>
- <dd><i class="TK">(detailed attribute description to come)</i></dd>
+ <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,
+ but is no longer deprecated, as it has meaning and is not
+ simply presentational.</dd>
</dl>
</div>
Index: ol.html
===================================================================
RCS file: /sources/public/html5/markup/ol.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- ol.html 30 Nov 2010 02:16:08 -0000 1.85
+++ ol.html 30 Nov 2010 02:25:32 -0000 1.86
@@ -68,7 +68,7 @@
</dt>
<dd>The ordinal value of the first list item.</dd>
<dd class="note">The
- <a href="ol.html#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,
@@ -97,10 +97,19 @@
<span class="postfix or">or</span> "i"
<span class="postfix or">or</span> "I"
<span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty" id="syntax-attr-empty_xref107">empty</a>
- </span>
+ </span> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
<a class="hash" href="ol.html#ol.attrs.type">#</a>
</dt>
- <dd><i class="TK">(detailed attribute description to come)</i></dd>
+ <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,
+ but is no longer deprecated, as it has meaning and is not
+ simply presentational.</dd>
</dl>
</div>
Received on Tuesday, 30 November 2010 02:29:45 UTC