[html5] r5339 - [e] (0) xref Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9689

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 24 15:27:47 PDT 2010


Author: ianh
Date: 2010-08-24 15:27:45 -0700 (Tue, 24 Aug 2010)
New Revision: 5339

Modified:
   complete.html
   index
   source
Log:
[e] (0) xref
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9689

Modified: complete.html
===================================================================
--- complete.html	2010-08-24 22:25:18 UTC (rev 5338)
+++ complete.html	2010-08-24 22:27:45 UTC (rev 5339)
@@ -16889,7 +16889,7 @@
 
   <p>The <dfn id=attr-ol-start title=attr-ol-start><code>start</code></dfn>
   attribute, if present, must be a <a href=#valid-integer>valid integer</a> giving
-  the ordinal value of the first list item.</p>
+  the <a href=#ordinal-value>ordinal value</a> of the first list item.</p>
 
   <div class=impl>
 
@@ -16901,17 +16901,18 @@
   the referenced algorithm, is 1 if the element has no <code title=attr-ol-reversed><a href=#attr-ol-reversed>reversed</a></code> attribute, and is the
   number of child <code><a href=#the-li-element>li</a></code> elements otherwise.</p>
 
-  <p>The first item in the list has the ordinal value given by the
-  <code><a href=#the-ol-element>ol</a></code> element's <code title=attr-ol-start><a href=#attr-ol-start>start</a></code>
-  attribute, unless that <code><a href=#the-li-element>li</a></code> element has a <code title=attr-li-value><a href=#attr-li-value>value</a></code> attribute with a value that can
-  be successfully parsed, in which case it has the ordinal value given
-  by that <code title=attr-li-value><a href=#attr-li-value>value</a></code> attribute.</p>
+  <p>The first item in the list has the <a href=#ordinal-value>ordinal value</a>
+  given by the <code><a href=#the-ol-element>ol</a></code> element's <code title=attr-ol-start><a href=#attr-ol-start>start</a></code> attribute, unless that
+  <code><a href=#the-li-element>li</a></code> element has a <code title=attr-li-value><a href=#attr-li-value>value</a></code> attribute with a value that can
+  be successfully parsed, in which case it has the <a href=#ordinal-value>ordinal
+  value</a> given by that <code title=attr-li-value><a href=#attr-li-value>value</a></code>
+  attribute.</p>
 
-  <p>Each subsequent item in the list has the ordinal value given by
-  its <code title=attr-li-value><a href=#attr-li-value>value</a></code> attribute, if it has
-  one, or, if it doesn't, the ordinal value of the previous item, plus
-  one if the <code title=attr-ol-reversed><a href=#attr-ol-reversed>reversed</a></code> is absent,
-  or minus one if it is present.</p>
+  <p>Each subsequent item in the list has the <a href=#ordinal-value>ordinal
+  value</a> given by its <code title=attr-li-value><a href=#attr-li-value>value</a></code>
+  attribute, if it has one, or, if it doesn't, the <a href=#ordinal-value>ordinal
+  value</a> of the previous item, plus one if the <code title=attr-ol-reversed><a href=#attr-ol-reversed>reversed</a></code> is absent, or minus one if
+  it is present.</p>
 
   <p>The <dfn id=dom-ol-reversed title=dom-ol-reversed><code>reversed</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the value of the <code title=attr-ol-reversed><a href=#attr-ol-reversed>reversed</a></code> content attribute.</p>
@@ -17038,9 +17039,12 @@
   list item has no defined list-related relationship to any other
   <code><a href=#the-li-element>li</a></code> element.</p>
 
+  <p>If the parent element is an <code><a href=#the-ol-element>ol</a></code> element, then the
+  <code><a href=#the-li-element>li</a></code> element has an <dfn id=ordinal-value>ordinal value</dfn>.</p>
+
   <p>The <dfn id=attr-li-value title=attr-li-value><code>value</code></dfn>
   attribute, if present, must be a <a href=#valid-integer>valid integer</a> giving
-  the ordinal value of the list item.</p>
+  the <a href=#ordinal-value>ordinal value</a> of the list item.</p>
 
   <div class=impl>
 
@@ -87373,8 +87377,8 @@
 }</pre>
 
   <p>When rendering <code><a href=#the-li-element>li</a></code> elements, user agents are expected
-  to use the ordinal value of the <code><a href=#the-li-element>li</a></code> element to render
-  the counter in the list item marker.</p>
+  to use the <a href=#ordinal-value>ordinal value</a> of the <code><a href=#the-li-element>li</a></code> element
+  to render the counter in the list item marker.</p>
 
   <p>The <code><a href=#the-table-element>table</a></code> element's <code title=attr-table-border><a href=#attr-table-border>border</a></code> attribute <a href=#maps-to-the-pixel-length-property title="maps
   to the pixel length property">maps to the pixel length
@@ -93851,7 +93855,7 @@
 <!--TT-->
     <tr><th> <code title="">start</code>
      <td> <code title=attr-ol-start><a href=#attr-ol-start>ol</a></code>
-     <td> Ordinal value of the first item
+     <td> <a href=#ordinal-value>Ordinal value</a> of the first item
      <td> <a href=#valid-integer>Valid integer</a>
     <tr><th> <code title="">step</code>
      <td> <code title=attr-input-step><a href=#attr-input-step>input</a></code>
@@ -93955,7 +93959,7 @@
      <td> varies*
     <tr><th> <code title="">value</code>
      <td> <code title=attr-li-value><a href=#attr-li-value>li</a></code>
-     <td> Ordinal value of the list item
+     <td> <a href=#ordinal-value>Ordinal value</a> of the list item
      <td> <a href=#valid-integer>Valid integer</a>
     <tr><th> <code title="">value</code>
      <td> <code title=attr-meter-value><a href=#attr-meter-value>meter</a></code>;

Modified: index
===================================================================
--- index	2010-08-24 22:25:18 UTC (rev 5338)
+++ index	2010-08-24 22:27:45 UTC (rev 5339)
@@ -16811,7 +16811,7 @@
 
   <p>The <dfn id=attr-ol-start title=attr-ol-start><code>start</code></dfn>
   attribute, if present, must be a <a href=#valid-integer>valid integer</a> giving
-  the ordinal value of the first list item.</p>
+  the <a href=#ordinal-value>ordinal value</a> of the first list item.</p>
 
   <div class=impl>
 
@@ -16823,17 +16823,18 @@
   the referenced algorithm, is 1 if the element has no <code title=attr-ol-reversed><a href=#attr-ol-reversed>reversed</a></code> attribute, and is the
   number of child <code><a href=#the-li-element>li</a></code> elements otherwise.</p>
 
-  <p>The first item in the list has the ordinal value given by the
-  <code><a href=#the-ol-element>ol</a></code> element's <code title=attr-ol-start><a href=#attr-ol-start>start</a></code>
-  attribute, unless that <code><a href=#the-li-element>li</a></code> element has a <code title=attr-li-value><a href=#attr-li-value>value</a></code> attribute with a value that can
-  be successfully parsed, in which case it has the ordinal value given
-  by that <code title=attr-li-value><a href=#attr-li-value>value</a></code> attribute.</p>
+  <p>The first item in the list has the <a href=#ordinal-value>ordinal value</a>
+  given by the <code><a href=#the-ol-element>ol</a></code> element's <code title=attr-ol-start><a href=#attr-ol-start>start</a></code> attribute, unless that
+  <code><a href=#the-li-element>li</a></code> element has a <code title=attr-li-value><a href=#attr-li-value>value</a></code> attribute with a value that can
+  be successfully parsed, in which case it has the <a href=#ordinal-value>ordinal
+  value</a> given by that <code title=attr-li-value><a href=#attr-li-value>value</a></code>
+  attribute.</p>
 
-  <p>Each subsequent item in the list has the ordinal value given by
-  its <code title=attr-li-value><a href=#attr-li-value>value</a></code> attribute, if it has
-  one, or, if it doesn't, the ordinal value of the previous item, plus
-  one if the <code title=attr-ol-reversed><a href=#attr-ol-reversed>reversed</a></code> is absent,
-  or minus one if it is present.</p>
+  <p>Each subsequent item in the list has the <a href=#ordinal-value>ordinal
+  value</a> given by its <code title=attr-li-value><a href=#attr-li-value>value</a></code>
+  attribute, if it has one, or, if it doesn't, the <a href=#ordinal-value>ordinal
+  value</a> of the previous item, plus one if the <code title=attr-ol-reversed><a href=#attr-ol-reversed>reversed</a></code> is absent, or minus one if
+  it is present.</p>
 
   <p>The <dfn id=dom-ol-reversed title=dom-ol-reversed><code>reversed</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the value of the <code title=attr-ol-reversed><a href=#attr-ol-reversed>reversed</a></code> content attribute.</p>
@@ -16960,9 +16961,12 @@
   list item has no defined list-related relationship to any other
   <code><a href=#the-li-element>li</a></code> element.</p>
 
+  <p>If the parent element is an <code><a href=#the-ol-element>ol</a></code> element, then the
+  <code><a href=#the-li-element>li</a></code> element has an <dfn id=ordinal-value>ordinal value</dfn>.</p>
+
   <p>The <dfn id=attr-li-value title=attr-li-value><code>value</code></dfn>
   attribute, if present, must be a <a href=#valid-integer>valid integer</a> giving
-  the ordinal value of the list item.</p>
+  the <a href=#ordinal-value>ordinal value</a> of the list item.</p>
 
   <div class=impl>
 
@@ -80463,8 +80467,8 @@
 }</pre>
 
   <p>When rendering <code><a href=#the-li-element>li</a></code> elements, user agents are expected
-  to use the ordinal value of the <code><a href=#the-li-element>li</a></code> element to render
-  the counter in the list item marker.</p>
+  to use the <a href=#ordinal-value>ordinal value</a> of the <code><a href=#the-li-element>li</a></code> element
+  to render the counter in the list item marker.</p>
 
   <p>The <code><a href=#the-table-element>table</a></code> element's <code title=attr-table-border><a href=#attr-table-border>border</a></code> attribute <a href=#maps-to-the-pixel-length-property title="maps
   to the pixel length property">maps to the pixel length
@@ -86941,7 +86945,7 @@
 <!--TT-->
     <tr><th> <code title="">start</code>
      <td> <code title=attr-ol-start><a href=#attr-ol-start>ol</a></code>
-     <td> Ordinal value of the first item
+     <td> <a href=#ordinal-value>Ordinal value</a> of the first item
      <td> <a href=#valid-integer>Valid integer</a>
     <tr><th> <code title="">step</code>
      <td> <code title=attr-input-step><a href=#attr-input-step>input</a></code>
@@ -87045,7 +87049,7 @@
      <td> varies*
     <tr><th> <code title="">value</code>
      <td> <code title=attr-li-value><a href=#attr-li-value>li</a></code>
-     <td> Ordinal value of the list item
+     <td> <a href=#ordinal-value>Ordinal value</a> of the list item
      <td> <a href=#valid-integer>Valid integer</a>
     <tr><th> <code title="">value</code>
      <td> <code title=attr-meter-value><a href=#attr-meter-value>meter</a></code>;

Modified: source
===================================================================
--- source	2010-08-24 22:25:18 UTC (rev 5338)
+++ source	2010-08-24 22:27:45 UTC (rev 5339)
@@ -17869,7 +17869,7 @@
 
   <p>The <dfn title="attr-ol-start"><code>start</code></dfn>
   attribute, if present, must be a <span>valid integer</span> giving
-  the ordinal value of the first list item.</p>
+  the <span>ordinal value</span> of the first list item.</p>
 
   <div class="impl">
 
@@ -17882,18 +17882,21 @@
   title="attr-ol-reversed">reversed</code> attribute, and is the
   number of child <code>li</code> elements otherwise.</p>
 
-  <p>The first item in the list has the ordinal value given by the
-  <code>ol</code> element's <code title="attr-ol-start">start</code>
-  attribute, unless that <code>li</code> element has a <code
+  <p>The first item in the list has the <span>ordinal value</span>
+  given by the <code>ol</code> element's <code
+  title="attr-ol-start">start</code> attribute, unless that
+  <code>li</code> element has a <code
   title="attr-li-value">value</code> attribute with a value that can
-  be successfully parsed, in which case it has the ordinal value given
-  by that <code title="attr-li-value">value</code> attribute.</p>
+  be successfully parsed, in which case it has the <span>ordinal
+  value</span> given by that <code title="attr-li-value">value</code>
+  attribute.</p>
 
-  <p>Each subsequent item in the list has the ordinal value given by
-  its <code title="attr-li-value">value</code> attribute, if it has
-  one, or, if it doesn't, the ordinal value of the previous item, plus
-  one if the <code title="attr-ol-reversed">reversed</code> is absent,
-  or minus one if it is present.</p>
+  <p>Each subsequent item in the list has the <span>ordinal
+  value</span> given by its <code title="attr-li-value">value</code>
+  attribute, if it has one, or, if it doesn't, the <span>ordinal
+  value</span> of the previous item, plus one if the <code
+  title="attr-ol-reversed">reversed</code> is absent, or minus one if
+  it is present.</p>
 
   <p>The <dfn title="dom-ol-reversed"><code>reversed</code></dfn> IDL
   attribute must <span>reflect</span> the value of the <code
@@ -18028,9 +18031,12 @@
   list item has no defined list-related relationship to any other
   <code>li</code> element.</p>
 
+  <p>If the parent element is an <code>ol</code> element, then the
+  <code>li</code> element has an <dfn>ordinal value</dfn>.</p>
+
   <p>The <dfn title="attr-li-value"><code>value</code></dfn>
   attribute, if present, must be a <span>valid integer</span> giving
-  the ordinal value of the list item.</p>
+  the <span>ordinal value</span> of the list item.</p>
 
   <div class="impl">
 
@@ -99644,8 +99650,8 @@
 }</pre>
 
   <p>When rendering <code>li</code> elements, user agents are expected
-  to use the ordinal value of the <code>li</code> element to render
-  the counter in the list item marker.</p>
+  to use the <span>ordinal value</span> of the <code>li</code> element
+  to render the counter in the list item marker.</p>
 
   <p>The <code>table</code> element's <code
   title="attr-table-border">border</code> attribute <span title="maps
@@ -107310,7 +107316,7 @@
     <tr>
      <th> <code title="">start</code>
      <td> <code title="attr-ol-start">ol</code>
-     <td> Ordinal value of the first item
+     <td> <span>Ordinal value</span> of the first item
      <td> <span>Valid integer</span>
     <tr>
      <th> <code title="">step</code>
@@ -107436,7 +107442,7 @@
     <tr>
      <th> <code title="">value</code>
      <td> <code title="attr-li-value">li</code>
-     <td> Ordinal value of the list item
+     <td> <span>Ordinal value</span> of the list item
      <td> <span>Valid integer</span>
     <tr>
      <th> <code title="">value</code>




More information about the Commit-Watchers mailing list