- From: poot <cvsmail@w3.org>
- Date: Wed, 25 Aug 2010 07:33:37 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: xref (whatwg r5339) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4257&r2=1.4258&f=h http://html5.org/tools/web-apps-tracker?from=5338&to=5339 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4257 retrieving revision 1.4258 diff -u -d -r1.4257 -r1.4258 --- Overview.html 24 Aug 2010 22:25:22 -0000 1.4257 +++ Overview.html 24 Aug 2010 22:27:50 -0000 1.4258 @@ -14614,7 +14614,7 @@ attribute is omitted, the list is an ascending list (1, 2, 3, ...).<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.<div class="impl"> + the <a href="#ordinal-value">ordinal value</a> of the first list item.<div class="impl"> <p>If the <code title="attr-ol-start"><a href="#attr-ol-start">start</a></code> attribute is present, user agents must <a href="#rules-for-parsing-integers" title="rules for parsing @@ -14624,17 +14624,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> @@ -14741,9 +14742,10 @@ or <code><a href="#menus">menu</a></code> element, then the element is an item of the parent element's list, as defined for those elements. Otherwise, the list item has no defined list-related relationship to any other - <code><a href="#the-li-element">li</a></code> element.<p>The <dfn id="attr-li-value" title="attr-li-value"><code>value</code></dfn> + <code><a href="#the-li-element">li</a></code> element.<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>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.<div class="impl"> + the <a href="#ordinal-value">ordinal value</a> of the list item.<div class="impl"> <p>If the <code title="attr-li-value"><a href="#attr-li-value">value</a></code> attribute is present, user agents must <a href="#rules-for-parsing-integers" title="rules for parsing @@ -61764,8 +61766,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 @@ -66845,7 +66847,7 @@ <td> The source of <a href="#an-iframe-srcdoc-document">an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</a>* <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> @@ -66949,7 +66951,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>;
Received on Tuesday, 24 August 2010 22:28:32 UTC