html5/spec common-dom-interfaces.html,1.66,1.67 infrastructure.html,1.1088,1.1089 spec.html,1.1607,1.1608

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

Modified Files:
	common-dom-interfaces.html infrastructure.html spec.html 
Log Message:
Attr is moving away from being a Node (whatwg r6417)

[updated by splitter]


Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.1088
retrieving revision 1.1089
diff -u -d -r1.1088 -r1.1089
--- infrastructure.html	28 Jul 2011 01:46:27 -0000	1.1088
+++ infrastructure.html	11 Aug 2011 18:46:26 -0000	1.1089
@@ -437,7 +437,8 @@
   <code>Document</code></a> then that <code><a href="#document">Document</a></code> is
   always the <code><a href="#node">Node</a></code>'s <code><a href="#document">Document</a></code>, and the
   <code><a href="#node">Node</a></code>'s <code title="dom-Node-ownerDocument"><a href="#dom-node-ownerdocument">ownerDocument</a></code> IDL attribute
-  thus always returns that <code><a href="#document">Document</a></code>.</p><p>The term <dfn id="tree-order">tree order</dfn> means a pre-order, depth-first
+  thus always returns that <code><a href="#document">Document</a></code>.</p><p>The <code><a href="#document">Document</a></code> of a content attribute is the
+  <code><a href="#document">Document</a></code> of the attribute's element.</p><p>The term <dfn id="tree-order">tree order</dfn> means a pre-order, depth-first
   traversal of DOM nodes involved (through the <code title="dom-Node-parentNode"><a href="#dom-node-parentnode">parentNode</a></code>/<code title="dom-Node-childNodes"><a href="#dom-node-childnodes">childNodes</a></code> relationship).</p><p>When it is stated that some element or attribute is <dfn id="ignore" title="ignore">ignored</dfn>, or treated as some other value, or
   handled as if it was something else, this refers only to the
   processing of the node after it is in the DOM. <span class="impl">A

Index: common-dom-interfaces.html
===================================================================
RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- common-dom-interfaces.html	10 Aug 2011 22:46:21 -0000	1.66
+++ common-dom-interfaces.html	11 Aug 2011 18:46:26 -0000	1.67
@@ -500,7 +500,7 @@
 
    <li>Let <var title="">candidate</var> be the element that the <code title="dom-Document-getElementById"><a href="infrastructure.html#dom-document-getelementbyid">document.getElementById()</a></code> method
    would find when called on the content attribute's document if it
-   was passed as its argument the current value of the corresponding
+   were passed as its argument the current value of the corresponding
    content attribute.</li>
 
    <li>If <var title="">candidate</var> is null, or if it is not

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1607
retrieving revision 1.1608
diff -u -d -r1.1607 -r1.1608
--- spec.html	11 Aug 2011 06:46:23 -0000	1.1607
+++ spec.html	11 Aug 2011 18:46:27 -0000	1.1608
@@ -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.5121.
+This is revision 1.5122.
    </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

Received on Thursday, 11 August 2011 18:46:30 UTC