html5/spec Overview.html,1.5067,1.5068

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4915

Modified Files:
	Overview.html 
Log Message:
Remove confusing use of the word 'direct'. (whatwg r6340)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5067
retrieving revision 1.5068
diff -u -d -r1.5067 -r1.5068
--- Overview.html	29 Jul 2011 23:36:47 -0000	1.5067
+++ Overview.html	30 Jul 2011 23:45:24 -0000	1.5068
@@ -320,7 +320,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-29-july-2011">Editor's Draft 29 July 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-july-2011">Editor's Draft 30 July 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -466,7 +466,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 29 July 2011 Editor's Draft.
+  This specification is the 30 July 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -10946,10 +10946,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><div class="example">
 
@@ -12240,12 +12240,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>,
@@ -13173,10 +13172,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><p class="note">When inserted using the <code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code> method,
   <code><a href="#the-script-element">script</a></code> elements execute (typically synchronously), but
@@ -35309,8 +35308,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
@@ -40252,9 +40251,8 @@
 &lt;/form&gt;</pre><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.<div class="impl">
+  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.<div class="impl">
 
   <h5 id="building-menus-and-toolbars"><span class="secno">4.11.4.2 </span><dfn>Building menus and toolbars</dfn></h5>
 

Received on Saturday, 30 July 2011 23:45:33 UTC