- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Feb 2010 08:57:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv23567 Modified Files: Overview.html elements.html index.html infrastructure.html spec.html Log Message: Clarify some terms like 'home subtree' by moving some things around and adding some more explanatory text in terms of the other terms defined. (whatwg r4750) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v retrieving revision 1.569 retrieving revision 1.570 diff -u -d -r1.569 -r1.570 --- infrastructure.html 16 Feb 2010 08:36:53 -0000 1.569 +++ infrastructure.html 16 Feb 2010 08:57:02 -0000 1.570 @@ -359,19 +359,22 @@ node itself if it has no ancestors. When the node is a part of the document, then the node's <a href="#root-element">root element</a> is indeed the document's root element; however, if the node is not currently part - of the document tree, the root element will be an orphaned node.</p><p>A node's <dfn id="home-subtree">home subtree</dfn> is the subtree rooted at that - node's <a href="#root-element">root element</a>.</p><p>The <code><a href="#document">Document</a></code> of a <code>Node</code> (such as an - element) is the <code><a href="#document">Document</a></code> that the <code>Node</code>'s - <code title="">ownerDocument</code> IDL attribute returns.</p><p>When an element's <a href="#root-element">root element</a> is the <a href="#root-element">root - element</a> of a <code><a href="#document">Document</a></code>, it is said to be <dfn id="in-a-document">in - a <code>Document</code></dfn>. An element is said to have been <dfn id="insert-an-element-into-a-document" title="insert an element into a document">inserted into a + of the document tree, the root element will be an orphaned node.</p><p>When an element's <a href="#root-element">root element</a> is the root element + of a <code><a href="#document">Document</a></code>, it is said to be <dfn id="in-a-document">in a + <code>Document</code></dfn>. An element is said to have been <dfn id="insert-an-element-into-a-document" title="insert an element into a document">inserted into a document</dfn> when its <a href="#root-element">root element</a> changes and is now the document's <a href="#root-element">root element</a>. Analogously, an element is said to have been <dfn id="remove-an-element-from-a-document" title="remove an element from a document">removed from a document</dfn> when its <a href="#root-element">root element</a> changes from being the document's <a href="#root-element">root - element</a> to being another element.</p><p>If a <code>Node</code> is <a href="#in-a-document">in a <code>Document</code></a> - then that <code><a href="#document">Document</a></code> is always the <code>Node</code>'s + element</a> to being another element.</p><p>A node's <dfn id="home-subtree">home subtree</dfn> is the subtree rooted at that + node's <a href="#root-element">root element</a>. When a node is <a href="#in-a-document">in a + <code>Document</code></a>, its <a href="#home-subtree">home subtree</a> is that + <code><a href="#document">Document</a></code>'s tree.</p><p>The <code><a href="#document">Document</a></code> of a <code>Node</code> (such as an + element) is the <code><a href="#document">Document</a></code> that the <code>Node</code>'s + <code title="">ownerDocument</code> IDL attribute returns. When a + <code>Node</code> is <a href="#in-a-document">in a <code>Document</code></a> then + that <code><a href="#document">Document</a></code> is always the <code>Node</code>'s <code><a href="#document">Document</a></code>, and the <code>Node</code>'s <code title="">ownerDocument</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 traversal of DOM nodes involved (through the <code title="">parentNode</code>/<code title="">childNodes</code> Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.700 retrieving revision 1.701 diff -u -d -r1.700 -r1.701 --- Overview.html 16 Feb 2010 08:36:52 -0000 1.700 +++ Overview.html 16 Feb 2010 08:57:02 -0000 1.701 @@ -304,7 +304,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3796. +This is revision 1.3798. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/elements.html,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- elements.html 16 Feb 2010 08:36:53 -0000 1.28 +++ elements.html 16 Feb 2010 08:57:02 -0000 1.29 @@ -587,7 +587,7 @@ namespace specified.</p><hr><p>To enable assistive technology products to expose a more fine-grained interface than is otherwise possible with HTML elements and attributes, a set of <a href="content-models.html#annotations-for-assistive-technology-products-aria">annotations for assistive technology - products</a> can be specified.</p><h5 id="the-id-attribute"><span class="secno">3.2.3.1 </span>The <dfn title="attr-id"><code>id</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="attr-id"><a href="#the-id-attribute">id</a></code> attribute specifies its + products</a> can be specified (the ARIA <code title="attr-aria-role">role</code> and <code title="attr-aria-*">aria-*</code> attributes).</p><h5 id="the-id-attribute"><span class="secno">3.2.3.1 </span>The <dfn title="attr-id"><code>id</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="attr-id"><a href="#the-id-attribute">id</a></code> attribute specifies its element's <dfn id="concept-id" title="concept-id">unique identifier (ID)</dfn>. The value must be unique amongst all the IDs in the element's <a href="infrastructure.html#home-subtree">home subtree</a> and must contain at least one character. The value Index: index.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index.html,v retrieving revision 1.571 retrieving revision 1.572 diff -u -d -r1.571 -r1.572 --- index.html 16 Feb 2010 08:36:53 -0000 1.571 +++ index.html 16 Feb 2010 08:57:02 -0000 1.572 @@ -2689,7 +2689,7 @@ </td></tr><tr><td> <code><a href="video.html#video">video</a></code> </td><td> <code><a href="video.html#htmlvideoelement">HTMLVideoElement</a></code> : <code><a href="video.html#htmlmediaelement">HTMLMediaElement</a></code> : <code><a href="elements.html#htmlelement">HTMLElement</a></code> - </td></tr></tbody></table><!-- (only has events from HTML5) --><h3 class="no-num" id="events-0">Events</h3><p><i>This section is non-normative.</i></p><table><caption>List of events</caption> + </td></tr></tbody></table><!-- (only has events from HTML5) --><h3 class="no-num" id="events-0">Events</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><table><caption>List of events</caption> <thead><tr><th> Event </th><th> Interface </th><th> Description Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.705 retrieving revision 1.706 diff -u -d -r1.705 -r1.706 --- spec.html 16 Feb 2010 08:36:54 -0000 1.705 +++ spec.html 16 Feb 2010 08:57:02 -0000 1.706 @@ -302,7 +302,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3796. +This is revision 1.3798. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -1356,19 +1356,22 @@ node itself if it has no ancestors. When the node is a part of the document, then the node's <a href=#root-element>root element</a> is indeed the document's root element; however, if the node is not currently part - of the document tree, the root element will be an orphaned node.</p><p>A node's <dfn id=home-subtree>home subtree</dfn> is the subtree rooted at that - node's <a href=#root-element>root element</a>.</p><p>The <code><a href=#document>Document</a></code> of a <code>Node</code> (such as an - element) is the <code><a href=#document>Document</a></code> that the <code>Node</code>'s - <code title="">ownerDocument</code> IDL attribute returns.</p><p>When an element's <a href=#root-element>root element</a> is the <a href=#root-element>root - element</a> of a <code><a href=#document>Document</a></code>, it is said to be <dfn id=in-a-document>in - a <code>Document</code></dfn>. An element is said to have been <dfn id=insert-an-element-into-a-document title="insert an element into a document">inserted into a + of the document tree, the root element will be an orphaned node.</p><p>When an element's <a href=#root-element>root element</a> is the root element + of a <code><a href=#document>Document</a></code>, it is said to be <dfn id=in-a-document>in a + <code>Document</code></dfn>. An element is said to have been <dfn id=insert-an-element-into-a-document title="insert an element into a document">inserted into a document</dfn> when its <a href=#root-element>root element</a> changes and is now the document's <a href=#root-element>root element</a>. Analogously, an element is said to have been <dfn id=remove-an-element-from-a-document title="remove an element from a document">removed from a document</dfn> when its <a href=#root-element>root element</a> changes from being the document's <a href=#root-element>root - element</a> to being another element.</p><p>If a <code>Node</code> is <a href=#in-a-document>in a <code>Document</code></a> - then that <code><a href=#document>Document</a></code> is always the <code>Node</code>'s + element</a> to being another element.</p><p>A node's <dfn id=home-subtree>home subtree</dfn> is the subtree rooted at that + node's <a href=#root-element>root element</a>. When a node is <a href=#in-a-document>in a + <code>Document</code></a>, its <a href=#home-subtree>home subtree</a> is that + <code><a href=#document>Document</a></code>'s tree.</p><p>The <code><a href=#document>Document</a></code> of a <code>Node</code> (such as an + element) is the <code><a href=#document>Document</a></code> that the <code>Node</code>'s + <code title="">ownerDocument</code> IDL attribute returns. When a + <code>Node</code> is <a href=#in-a-document>in a <code>Document</code></a> then + that <code><a href=#document>Document</a></code> is always the <code>Node</code>'s <code><a href=#document>Document</a></code>, and the <code>Node</code>'s <code title="">ownerDocument</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 traversal of DOM nodes involved (through the <code title="">parentNode</code>/<code title="">childNodes</code> @@ -2879,7 +2882,7 @@ namespace specified.</p><hr><p>To enable assistive technology products to expose a more fine-grained interface than is otherwise possible with HTML elements and attributes, a set of <a href=#annotations-for-assistive-technology-products-aria>annotations for assistive technology - products</a> can be specified.</p><h5 id=the-id-attribute><span class=secno>3.2.3.1 </span>The <dfn title=attr-id><code>id</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute specifies its + products</a> can be specified (the ARIA <code title=attr-aria-role>role</code> and <code title=attr-aria-*>aria-*</code> attributes).</p><h5 id=the-id-attribute><span class=secno>3.2.3.1 </span>The <dfn title=attr-id><code>id</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute specifies its element's <dfn id=concept-id title=concept-id>unique identifier (ID)</dfn>. The value must be unique amongst all the IDs in the element's <a href=#home-subtree>home subtree</a> and must contain at least one character. The value @@ -27903,7 +27906,7 @@ </td></tr><tr><td> <code><a href=#video>video</a></code> </td><td> <code><a href=#htmlvideoelement>HTMLVideoElement</a></code> : <code><a href=#htmlmediaelement>HTMLMediaElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code> - </td></tr></tbody></table><!-- (only has events from HTML5) --><h3 class=no-num id=events-0>Events</h3><p><i>This section is non-normative.</i></p><table><caption>List of events</caption> + </td></tr></tbody></table><!-- (only has events from HTML5) --><h3 class=no-num id=events-0>Events</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><table><caption>List of events</caption> <thead><tr><th> Event </th><th> Interface </th><th> Description
Received on Tuesday, 16 February 2010 08:57:07 UTC