[html5] r7598 - [] (0) Clean up some issues Anne found with sorting model. Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Thu Dec 27 10:37:36 PST 2012


Author: ianh
Date: 2012-12-27 10:37:35 -0800 (Thu, 27 Dec 2012)
New Revision: 7598

Modified:
   complete.html
   index
   source
Log:
[] (0) Clean up some issues Anne found with sorting model.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-12-26 23:58:23 UTC (rev 7597)
+++ complete.html	2012-12-27 18:37:35 UTC (rev 7598)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 26 December 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 27 December 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -44292,16 +44292,19 @@
       <ol><li><p>If <var title="">cell</var> is <i>null</i>, then the type is "string" and the value is
        the empty string; abort these steps.</li>
 
-       <li><p>If, ignoring <a href=#inter-element-whitespace>inter-element whitespace</a> and <a href=#comment-0>Comment</a> nodes,
-       <var title="">cell</var> has only one child and that child is a <code><a href=#the-data-element>data</a></code> element,
-       then the value is the value of that <code><a href=#the-data-element>data</a></code> element's <code title=attr-data-value><a href=#attr-data-value>value</a></code> attribute, if there is one, or the empty string
-       otherwise; the type is "string".</p>
+       <li><p>If, ignoring <a href=#inter-element-whitespace>inter-element whitespace</a> and nodes other than
+       <a href=#element>Element</a> and <a href=#text>Text</a> nodes, <var title="">cell</var> has only one child
+       and that child is a <code><a href=#the-data-element>data</a></code> element, then the value is the value of that
+       <code><a href=#the-data-element>data</a></code> element's <code title=attr-data-value><a href=#attr-data-value>value</a></code> attribute, if there is
+       one, or the empty string otherwise; the type is "string".</p>
 
        <li>
 
-        <p>If, ignoring <a href=#inter-element-whitespace>inter-element whitespace</a> and <a href=#comment-0>Comment</a> nodes, <var title="">cell</var> has only one child and that child is a <code><a href=#the-time-element>time</a></code> element, then
-        the value is the <a href="#machine-readable-equivalent-of-the-element's-contents">machine-readable equivalent of the element's contents</a>, if any,
-        and the type is the kind of value that is thus obtained
+        <p>If, ignoring <a href=#inter-element-whitespace>inter-element whitespace</a> and nodes other than
+        <a href=#element>Element</a> and <a href=#text>Text</a> nodes, <var title="">cell</var> has only one
+        child and that child is a <code><a href=#the-time-element>time</a></code> element, then the value is the
+        <a href="#machine-readable-equivalent-of-the-element's-contents">machine-readable equivalent of the element's contents</a>, if any, and the type is
+        the kind of value that is thus obtained
        (a <a href=#concept-month title=concept-month>month</a>,
         a <a href=#concept-date title=concept-date>date</a>,
         a <a href=#concept-yearless-date title=concept-yearless-date>yearless date</a>,
@@ -44406,7 +44409,7 @@
    <var title="">groups</var>, and the <code><a href=#the-tr-element>tr</a></code> elements within each such group themselves
    being ordered in <a href=#tree-order>tree order</a>.</li>
 
-   <li><p><a href=#concept-node-remove title=concept-node-remove>Remove</a> all the <code><a href=#the-tr-element>tr</a></code> elements in <var title="">new order</var> from their parents.</li>
+   <li><p><a href=#concept-node-remove title=concept-node-remove>Remove</a> all the <code><a href=#the-tr-element>tr</a></code> elements in <var title="">new order</var> from their parents, in <a href=#tree-order>tree order</a>.</li>
 
    <li><p><a href=#concept-node-insert title=concept-node-insert>Insert</a> all the <code><a href=#the-tr-element>tr</a></code> elements in <var title="">new order</var> into the DOM at the location of <var title="">insertion point</var>, in
    the order these elements are found in <var title="">new order</var>.</li>

Modified: index
===================================================================
--- index	2012-12-26 23:58:23 UTC (rev 7597)
+++ index	2012-12-27 18:37:35 UTC (rev 7598)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 26 December 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 27 December 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -44292,16 +44292,19 @@
       <ol><li><p>If <var title="">cell</var> is <i>null</i>, then the type is "string" and the value is
        the empty string; abort these steps.</li>
 
-       <li><p>If, ignoring <a href=#inter-element-whitespace>inter-element whitespace</a> and <a href=#comment-0>Comment</a> nodes,
-       <var title="">cell</var> has only one child and that child is a <code><a href=#the-data-element>data</a></code> element,
-       then the value is the value of that <code><a href=#the-data-element>data</a></code> element's <code title=attr-data-value><a href=#attr-data-value>value</a></code> attribute, if there is one, or the empty string
-       otherwise; the type is "string".</p>
+       <li><p>If, ignoring <a href=#inter-element-whitespace>inter-element whitespace</a> and nodes other than
+       <a href=#element>Element</a> and <a href=#text>Text</a> nodes, <var title="">cell</var> has only one child
+       and that child is a <code><a href=#the-data-element>data</a></code> element, then the value is the value of that
+       <code><a href=#the-data-element>data</a></code> element's <code title=attr-data-value><a href=#attr-data-value>value</a></code> attribute, if there is
+       one, or the empty string otherwise; the type is "string".</p>
 
        <li>
 
-        <p>If, ignoring <a href=#inter-element-whitespace>inter-element whitespace</a> and <a href=#comment-0>Comment</a> nodes, <var title="">cell</var> has only one child and that child is a <code><a href=#the-time-element>time</a></code> element, then
-        the value is the <a href="#machine-readable-equivalent-of-the-element's-contents">machine-readable equivalent of the element's contents</a>, if any,
-        and the type is the kind of value that is thus obtained
+        <p>If, ignoring <a href=#inter-element-whitespace>inter-element whitespace</a> and nodes other than
+        <a href=#element>Element</a> and <a href=#text>Text</a> nodes, <var title="">cell</var> has only one
+        child and that child is a <code><a href=#the-time-element>time</a></code> element, then the value is the
+        <a href="#machine-readable-equivalent-of-the-element's-contents">machine-readable equivalent of the element's contents</a>, if any, and the type is
+        the kind of value that is thus obtained
        (a <a href=#concept-month title=concept-month>month</a>,
         a <a href=#concept-date title=concept-date>date</a>,
         a <a href=#concept-yearless-date title=concept-yearless-date>yearless date</a>,
@@ -44406,7 +44409,7 @@
    <var title="">groups</var>, and the <code><a href=#the-tr-element>tr</a></code> elements within each such group themselves
    being ordered in <a href=#tree-order>tree order</a>.</li>
 
-   <li><p><a href=#concept-node-remove title=concept-node-remove>Remove</a> all the <code><a href=#the-tr-element>tr</a></code> elements in <var title="">new order</var> from their parents.</li>
+   <li><p><a href=#concept-node-remove title=concept-node-remove>Remove</a> all the <code><a href=#the-tr-element>tr</a></code> elements in <var title="">new order</var> from their parents, in <a href=#tree-order>tree order</a>.</li>
 
    <li><p><a href=#concept-node-insert title=concept-node-insert>Insert</a> all the <code><a href=#the-tr-element>tr</a></code> elements in <var title="">new order</var> into the DOM at the location of <var title="">insertion point</var>, in
    the order these elements are found in <var title="">new order</var>.</li>

Modified: source
===================================================================
--- source	2012-12-26 23:58:23 UTC (rev 7597)
+++ source	2012-12-27 18:37:35 UTC (rev 7598)
@@ -51845,18 +51845,19 @@
        <li><p>If <var title="">cell</var> is <i>null</i>, then the type is "string" and the value is
        the empty string; abort these steps.</p></li>
 
-       <li><p>If, ignoring <span>inter-element whitespace</span> and <span>Comment</span> nodes,
-       <var title="">cell</var> has only one child and that child is a <code>data</code> element,
-       then the value is the value of that <code>data</code> element's <code
-       title="attr-data-value">value</code> attribute, if there is one, or the empty string
-       otherwise; the type is "string".</p>
+       <li><p>If, ignoring <span>inter-element whitespace</span> and nodes other than
+       <span>Element</span> and <span>Text</span> nodes, <var title="">cell</var> has only one child
+       and that child is a <code>data</code> element, then the value is the value of that
+       <code>data</code> element's <code title="attr-data-value">value</code> attribute, if there is
+       one, or the empty string otherwise; the type is "string".</p>
 
        <li>
 
-        <p>If, ignoring <span>inter-element whitespace</span> and <span>Comment</span> nodes, <var
-        title="">cell</var> has only one child and that child is a <code>time</code> element, then
-        the value is the <span>machine-readable equivalent of the element's contents</span>, if any,
-        and the type is the kind of value that is thus obtained
+        <p>If, ignoring <span>inter-element whitespace</span> and nodes other than
+        <span>Element</span> and <span>Text</span> nodes, <var title="">cell</var> has only one
+        child and that child is a <code>time</code> element, then the value is the
+        <span>machine-readable equivalent of the element's contents</span>, if any, and the type is
+        the kind of value that is thus obtained
        (a <span title="concept-month">month</span>,
         a <span title="concept-date">date</span>,
         a <span title="concept-yearless-date">yearless date</span>,
@@ -51973,7 +51974,7 @@
    being ordered in <span>tree order</span>.</p></li>
 
    <li><p><span title="concept-node-remove">Remove</span> all the <code>tr</code> elements in <var
-   title="">new order</var> from their parents.</p></li>
+   title="">new order</var> from their parents, in <span>tree order</span>.</p></li>
 
    <li><p><span title="concept-node-insert">Insert</span> all the <code>tr</code> elements in <var
    title="">new order</var> into the DOM at the location of <var title="">insertion point</var>, in




More information about the Commit-Watchers mailing list