Skip to content

Commit

Permalink
[e] (0) xref
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9689

git-svn-id: http://svn.whatwg.org/webapps@5339 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 24, 2010
1 parent 98cd5f6 commit 0462352
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 48 deletions.
36 changes: 20 additions & 16 deletions complete.html
Expand Up @@ -16889,7 +16889,7 @@ <h4 id=the-ol-element><span class=secno>4.5.5 </span>The <dfn><code>ol</code></d

<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>

Expand All @@ -16901,17 +16901,18 @@ <h4 id=the-ol-element><span class=secno>4.5.5 </span>The <dfn><code>ol</code></d
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>
Expand Down Expand Up @@ -17038,9 +17039,12 @@ <h4 id=the-li-element><span class=secno>4.5.7 </span>The <dfn><code>li</code></d
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>

Expand Down Expand Up @@ -87373,8 +87377,8 @@ <h4 id=punctuation-and-decorations><span class=secno>14.2.6 </span>Punctuation a
}</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
Expand Down Expand Up @@ -93851,7 +93855,7 @@ <h3 class=no-num id=element-content-categories>Element content categories</h3>
<!--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>
Expand Down Expand Up @@ -93955,7 +93959,7 @@ <h3 class=no-num id=element-content-categories>Element content categories</h3>
<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>;
Expand Down
36 changes: 20 additions & 16 deletions index
Expand Up @@ -16811,7 +16811,7 @@ a friend lost to the

<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>

Expand All @@ -16823,17 +16823,18 @@ a friend lost to the
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>
Expand Down Expand Up @@ -16960,9 +16961,12 @@ I first lived there):&lt;/p&gt;
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>

Expand Down Expand Up @@ -80463,8 +80467,8 @@ table[border] &gt; tfoot &gt; tr &gt; td, table[border] &gt; tfoot &gt; tr &gt;
}</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
Expand Down Expand Up @@ -86941,7 +86945,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<!--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>
Expand Down Expand Up @@ -87045,7 +87049,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<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>;
Expand Down
38 changes: 22 additions & 16 deletions source
Expand Up @@ -17869,7 +17869,7 @@ a friend lost to the

<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">

Expand All @@ -17882,18 +17882,21 @@ a friend lost to the
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
Expand Down Expand Up @@ -18028,9 +18031,12 @@ I first lived there):&lt;/p>
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">

Expand Down Expand Up @@ -99644,8 +99650,8 @@ table[border] > tfoot > tr > td, table[border] > tfoot > tr > th {
}</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
Expand Down Expand Up @@ -107310,7 +107316,7 @@ interface <span>HTMLDocument</span> {
<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>
Expand Down Expand Up @@ -107436,7 +107442,7 @@ interface <span>HTMLDocument</span> {
<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>
Expand Down

0 comments on commit 0462352

Please sign in to comment.