[html5] r6340 - [e] (0) Remove confusing use of the word 'direct'. Fixing http://www.w3.org/Bugs [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Jul 30 16:45:19 PDT 2011


Author: ianh
Date: 2011-07-30 16:45:17 -0700 (Sat, 30 Jul 2011)
New Revision: 6340

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove confusing use of the word 'direct'.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13480

Modified: complete.html
===================================================================
--- complete.html	2011-07-29 23:36:41 UTC (rev 6339)
+++ complete.html	2011-07-30 23:45:17 UTC (rev 6340)
@@ -239,7 +239,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>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 29 July 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 30 July 2011</h2>
    </hgroup><dl><dt>Multiple-page version:</dt>
     <dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
     <dt>One-page version:</dt>
@@ -13272,10 +13272,10 @@
 
   <p>The IDL attribute <dfn id=dom-title-text title=dom-title-text><code>text</code></dfn> must return a
   concatenation of the contents of all the <a href=#text-node title="text
-  node">text nodes</a> that are direct children of the
-  <code><a href=#the-title-element>title</a></code> element (ignoring any other nodes such as
-  comments or elements), in tree order. On setting, it must act the
-  same way as the <code><a href=#textcontent>textContent</a></code> IDL attribute.</p>
+  node">text nodes</a> that are children of the <code><a href=#the-title-element>title</a></code>
+  element (ignoring any other nodes such as comments or elements), in
+  tree order. On setting, it must act the same way as the
+  <code><a href=#textcontent>textContent</a></code> IDL attribute.</p>
 
   </div>
 
@@ -14883,12 +14883,11 @@
   evaluated. For styling languages that consist of pure text (as
   opposed to XML), user agents must evaluate <code><a href=#the-style-element>style</a></code>
   elements by passing the concatenation of the contents of all the
-  <a href=#text-node title="text node">text nodes</a> that are direct children
-  of the <code><a href=#the-style-element>style</a></code> element (not any other nodes such as
-  comments or elements), in <a href=#tree-order>tree order</a>, to the style
-  system. For XML-based styling languages, user agents must pass all
-  the child nodes of the <code><a href=#the-style-element>style</a></code> element to the style
-  system.</p>
+  <a href=#text-node title="text node">text nodes</a> that are children of the
+  <code><a href=#the-style-element>style</a></code> element (not any other nodes such as comments or
+  elements), in <a href=#tree-order>tree order</a>, to the style system. For
+  XML-based styling languages, user agents must pass all the child
+  nodes of the <code><a href=#the-style-element>style</a></code> element to the style system.</p>
 
   <p>All <a href=#url title=URL>URLs</a> found by the styling language's
   processor must be <a href=#resolve-a-url title="resolve a url">resolved</a>,
@@ -15925,10 +15924,10 @@
 
   <p>The IDL attribute <dfn id=dom-script-text title=dom-script-text><code>text</code></dfn> must return a
   concatenation of the contents of all the <a href=#text-node title="text
-  node">text nodes</a> that are direct children of the
-  <code><a href=#the-script-element>script</a></code> element (ignoring any other nodes such as
-  comments or elements), in tree order. On setting, it must act the
-  same way as the <code><a href=#textcontent>textContent</a></code> IDL attribute.</p>
+  node">text nodes</a> that are children of the <code><a href=#the-script-element>script</a></code>
+  element (ignoring any other nodes such as comments or elements), in
+  tree order. On setting, it must act the same way as the
+  <code><a href=#textcontent>textContent</a></code> IDL attribute.</p>
 
   </div>
 
@@ -46936,8 +46935,8 @@
 
    <p>The fallback content will only be shown in UAs that don't
    support <code><a href=#the-datalist-element>datalist</a></code>. The options, on the other hand, will
-   be detected by all UAs, even though they are not direct children of
-   the <code><a href=#the-datalist-element>datalist</a></code> element.</p>
+   be detected by all UAs, even though they are not children of the
+   <code><a href=#the-datalist-element>datalist</a></code> element.</p>
 
    <p>Note that if an <code><a href=#the-option-element>option</a></code> element used in a
    <code><a href=#the-datalist-element>datalist</a></code> is <code title=attr-option-selected><a href=#attr-option-selected>selected</a></code>, it will be selected
@@ -52712,9 +52711,8 @@
   <p>The behavior in supporting user agents is similar to the example
   above, but here the legacy behavior consists of a single
   <code><a href=#the-select-element>select</a></code> element with a submit button. The submit button
-  doesn't appear in the toolbar, because it is not a direct child of
-  the <code><a href=#the-menu-element>menu</a></code> element or of its <code><a href=#the-li-element>li</a></code>
-  children.</p>
+  doesn't appear in the toolbar, because it is not a child of the
+  <code><a href=#the-menu-element>menu</a></code> element or of its <code><a href=#the-li-element>li</a></code> children.</p>
 
 
 

Modified: index
===================================================================
--- index	2011-07-29 23:36:41 UTC (rev 6339)
+++ index	2011-07-30 23:45:17 UTC (rev 6340)
@@ -243,7 +243,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 29 July 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 30 July 2011</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>
@@ -13141,10 +13141,10 @@
 
   <p>The IDL attribute <dfn id=dom-title-text title=dom-title-text><code>text</code></dfn> must return a
   concatenation of the contents of all the <a href=#text-node title="text
-  node">text nodes</a> that are direct children of the
-  <code><a href=#the-title-element>title</a></code> element (ignoring any other nodes such as
-  comments or elements), in tree order. On setting, it must act the
-  same way as the <code><a href=#textcontent>textContent</a></code> IDL attribute.</p>
+  node">text nodes</a> that are children of the <code><a href=#the-title-element>title</a></code>
+  element (ignoring any other nodes such as comments or elements), in
+  tree order. On setting, it must act the same way as the
+  <code><a href=#textcontent>textContent</a></code> IDL attribute.</p>
 
   </div>
 
@@ -14752,12 +14752,11 @@
   evaluated. For styling languages that consist of pure text (as
   opposed to XML), user agents must evaluate <code><a href=#the-style-element>style</a></code>
   elements by passing the concatenation of the contents of all the
-  <a href=#text-node title="text node">text nodes</a> that are direct children
-  of the <code><a href=#the-style-element>style</a></code> element (not any other nodes such as
-  comments or elements), in <a href=#tree-order>tree order</a>, to the style
-  system. For XML-based styling languages, user agents must pass all
-  the child nodes of the <code><a href=#the-style-element>style</a></code> element to the style
-  system.</p>
+  <a href=#text-node title="text node">text nodes</a> that are children of the
+  <code><a href=#the-style-element>style</a></code> element (not any other nodes such as comments or
+  elements), in <a href=#tree-order>tree order</a>, to the style system. For
+  XML-based styling languages, user agents must pass all the child
+  nodes of the <code><a href=#the-style-element>style</a></code> element to the style system.</p>
 
   <p>All <a href=#url title=URL>URLs</a> found by the styling language's
   processor must be <a href=#resolve-a-url title="resolve a url">resolved</a>,
@@ -15794,10 +15793,10 @@
 
   <p>The IDL attribute <dfn id=dom-script-text title=dom-script-text><code>text</code></dfn> must return a
   concatenation of the contents of all the <a href=#text-node title="text
-  node">text nodes</a> that are direct children of the
-  <code><a href=#the-script-element>script</a></code> element (ignoring any other nodes such as
-  comments or elements), in tree order. On setting, it must act the
-  same way as the <code><a href=#textcontent>textContent</a></code> IDL attribute.</p>
+  node">text nodes</a> that are children of the <code><a href=#the-script-element>script</a></code>
+  element (ignoring any other nodes such as comments or elements), in
+  tree order. On setting, it must act the same way as the
+  <code><a href=#textcontent>textContent</a></code> IDL attribute.</p>
 
   </div>
 
@@ -46808,8 +46807,8 @@
 
    <p>The fallback content will only be shown in UAs that don't
    support <code><a href=#the-datalist-element>datalist</a></code>. The options, on the other hand, will
-   be detected by all UAs, even though they are not direct children of
-   the <code><a href=#the-datalist-element>datalist</a></code> element.</p>
+   be detected by all UAs, even though they are not children of the
+   <code><a href=#the-datalist-element>datalist</a></code> element.</p>
 
    <p>Note that if an <code><a href=#the-option-element>option</a></code> element used in a
    <code><a href=#the-datalist-element>datalist</a></code> is <code title=attr-option-selected><a href=#attr-option-selected>selected</a></code>, it will be selected
@@ -52584,9 +52583,8 @@
   <p>The behavior in supporting user agents is similar to the example
   above, but here the legacy behavior consists of a single
   <code><a href=#the-select-element>select</a></code> element with a submit button. The submit button
-  doesn't appear in the toolbar, because it is not a direct child of
-  the <code><a href=#the-menu-element>menu</a></code> element or of its <code><a href=#the-li-element>li</a></code>
-  children.</p>
+  doesn't appear in the toolbar, because it is not a child of the
+  <code><a href=#the-menu-element>menu</a></code> element or of its <code><a href=#the-li-element>li</a></code> children.</p>
 
 
 

Modified: source
===================================================================
--- source	2011-07-29 23:36:41 UTC (rev 6339)
+++ source	2011-07-30 23:45:17 UTC (rev 6340)
@@ -13894,10 +13894,10 @@
   <p>The IDL attribute <dfn
   title="dom-title-text"><code>text</code></dfn> must return a
   concatenation of the contents of all the <span title="text
-  node">text nodes</span> that are direct children of the
-  <code>title</code> element (ignoring any other nodes such as
-  comments or elements), in tree order. On setting, it must act the
-  same way as the <code>textContent</code> IDL attribute.</p>
+  node">text nodes</span> that are children of the <code>title</code>
+  element (ignoring any other nodes such as comments or elements), in
+  tree order. On setting, it must act the same way as the
+  <code>textContent</code> IDL attribute.</p>
 
   </div>
 
@@ -15763,12 +15763,11 @@
   evaluated. For styling languages that consist of pure text (as
   opposed to XML), user agents must evaluate <code>style</code>
   elements by passing the concatenation of the contents of all the
-  <span title="text node">text nodes</span> that are direct children
-  of the <code>style</code> element (not any other nodes such as
-  comments or elements), in <span>tree order</span>, to the style
-  system. For XML-based styling languages, user agents must pass all
-  the child nodes of the <code>style</code> element to the style
-  system.</p>
+  <span title="text node">text nodes</span> that are children of the
+  <code>style</code> element (not any other nodes such as comments or
+  elements), in <span>tree order</span>, to the style system. For
+  XML-based styling languages, user agents must pass all the child
+  nodes of the <code>style</code> element to the style system.</p>
 
   <p>All <span title="URL">URLs</span> found by the styling language's
   processor must be <span title="resolve a url">resolved</span>,
@@ -16961,10 +16960,10 @@
   <p>The IDL attribute <dfn
   title="dom-script-text"><code>text</code></dfn> must return a
   concatenation of the contents of all the <span title="text
-  node">text nodes</span> that are direct children of the
-  <code>script</code> element (ignoring any other nodes such as
-  comments or elements), in tree order. On setting, it must act the
-  same way as the <code>textContent</code> IDL attribute.</p>
+  node">text nodes</span> that are children of the <code>script</code>
+  element (ignoring any other nodes such as comments or elements), in
+  tree order. On setting, it must act the same way as the
+  <code>textContent</code> IDL attribute.</p>
 
   </div>
 
@@ -52443,8 +52442,8 @@
 
    <p>The fallback content will only be shown in UAs that don't
    support <code>datalist</code>. The options, on the other hand, will
-   be detected by all UAs, even though they are not direct children of
-   the <code>datalist</code> element.</p>
+   be detected by all UAs, even though they are not children of the
+   <code>datalist</code> element.</p>
 
    <p>Note that if an <code>option</code> element used in a
    <code>datalist</code> is <code
@@ -59340,9 +59339,8 @@
   <p>The behavior in supporting user agents is similar to the example
   above, but here the legacy behavior consists of a single
   <code>select</code> element with a submit button. The submit button
-  doesn't appear in the toolbar, because it is not a direct child of
-  the <code>menu</code> element or of its <code>li</code>
-  children.</p>
+  doesn't appear in the toolbar, because it is not a child of the
+  <code>menu</code> element or of its <code>li</code> children.</p>
 
 
 




More information about the Commit-Watchers mailing list