html5/spec common-input-element-attributes.html,1.53,1.54 interactive-elements.html,1.1040,1.1041 scripting-1.html,1.64,1.65 semantics.html,1.1065,1.1066 spec.html,1.1580,1.1581

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

Modified Files:
	common-input-element-attributes.html interactive-elements.html 
	scripting-1.html semantics.html spec.html 
Log Message:
Remove confusing use of the word 'direct'. (whatwg r6340)

[updated by splitter]


Index: scripting-1.html
===================================================================
RCS file: /sources/public/html5/spec/scripting-1.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- scripting-1.html	28 Jul 2011 01:46:29 -0000	1.64
+++ scripting-1.html	30 Jul 2011 23:46:26 -0000	1.65
@@ -1083,10 +1083,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="infrastructure.html#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="infrastructure.html#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="infrastructure.html#textcontent">textContent</a></code> IDL attribute.</p>
 
   </div><p class="note">When inserted using the <code title="dom-document-write"><a href="content-models.html#dom-document-write">document.write()</a></code> method,
   <code><a href="#the-script-element">script</a></code> elements execute (typically synchronously), but

Index: common-input-element-attributes.html
===================================================================
RCS file: /sources/public/html5/spec/common-input-element-attributes.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- common-input-element-attributes.html	29 Jul 2011 01:46:22 -0000	1.53
+++ common-input-element-attributes.html	30 Jul 2011 23:46:25 -0000	1.54
@@ -574,8 +574,8 @@
 
    <p>The fallback content will only be shown in UAs that don't
    support <code><a href="the-button-element.html#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-button-element.html#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-button-element.html#the-datalist-element">datalist</a></code> element.</p>
 
    <p>Note that if an <code><a href="the-button-element.html#the-option-element">option</a></code> element used in a
    <code><a href="the-button-element.html#the-datalist-element">datalist</a></code> is <code title="attr-option-selected"><a href="the-button-element.html#attr-option-selected">selected</a></code>, it will be selected

Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec/interactive-elements.html,v
retrieving revision 1.1040
retrieving revision 1.1041
diff -u -d -r1.1040 -r1.1041
--- interactive-elements.html	28 Jul 2011 01:46:27 -0000	1.1040
+++ interactive-elements.html	30 Jul 2011 23:46:25 -0000	1.1041
@@ -683,9 +683,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-button-element.html#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="grouping-content.html#the-li-element">li</a></code>
-  children.</p><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="grouping-content.html#the-li-element">li</a></code> children.</p><div class="impl">
 
   <h5 id="building-menus-and-toolbars"><span class="secno">4.11.4.2 </span><dfn>Building menus and toolbars</dfn></h5>
 

Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.1065
retrieving revision 1.1066
diff -u -d -r1.1065 -r1.1066
--- semantics.html	28 Jul 2011 01:46:29 -0000	1.1065
+++ semantics.html	30 Jul 2011 23:46:26 -0000	1.1066
@@ -465,10 +465,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="infrastructure.html#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="infrastructure.html#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="infrastructure.html#textcontent">textContent</a></code> IDL attribute.</p>
 
   </div><div class="example">
 
@@ -1759,12 +1759,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="infrastructure.html#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="infrastructure.html#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="infrastructure.html#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="infrastructure.html#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="urls.html#url" title="URL">URLs</a> found by the styling language's
   processor must be <a href="urls.html#resolve-a-url" title="resolve a url">resolved</a>,

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1580
retrieving revision 1.1581
diff -u -d -r1.1580 -r1.1581
--- spec.html	29 Jul 2011 23:46:22 -0000	1.1580
+++ spec.html	30 Jul 2011 23:46:26 -0000	1.1581
@@ -324,7 +324,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>
@@ -349,7 +349,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5067.
+This is revision 1.5068.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -470,7 +470,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

Received on Saturday, 30 July 2011 23:46:53 UTC