- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 01 Jul 2010 21:37:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv3108
Modified Files:
Overview.html infrastructure.html interactive-elements.html
spec.html
Log Message:
Captions - Stage 15: Define how to express text cues as DOM nodes (will be used by the API). (whatwg r5129)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.596
retrieving revision 1.597
diff -u -d -r1.596 -r1.597
--- infrastructure.html 22 Jun 2010 10:27:35 -0000 1.596
+++ infrastructure.html 1 Jul 2010 21:37:35 -0000 1.597
@@ -407,11 +407,12 @@
<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><a href="#node">Node</a></code> (such as an
element) is the <code><a href="#document">Document</a></code> that the <code><a href="#node">Node</a></code>'s
- <code title="">ownerDocument</code> IDL attribute returns. When a
- <code><a href="#node">Node</a></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><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="">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
+ <code title="dom-Node-ownerDocument"><a href="#dom-node-ownerdocument">ownerDocument</a></code> IDL
+ attribute returns. When a <code><a href="#node">Node</a></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><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
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. </p><p>The term <dfn id="text-node">text node</dfn> refers to any <code><a href="#text">Text</a></code>
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.944
retrieving revision 1.945
diff -u -d -r1.944 -r1.945
--- Overview.html 29 Jun 2010 17:57:46 -0000 1.944
+++ Overview.html 1 Jul 2010 21:37:35 -0000 1.945
@@ -332,7 +332,7 @@
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.4106.
+This is revision 1.4107.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v
retrieving revision 1.586
retrieving revision 1.587
diff -u -d -r1.586 -r1.587
--- interactive-elements.html 22 Jun 2010 10:27:35 -0000 1.586
+++ interactive-elements.html 1 Jul 2010 21:37:36 -0000 1.587
@@ -320,7 +320,7 @@
<ol><li><a href="interactive-elements.html#the-details-element"><span class="secno">4.11.1 </span>The <code>details</code> element</a></li><li><a href="interactive-elements.html#the-summary-element"><span class="secno">4.11.2 </span>The <code>summary</code> element</a></li><li><a href="interactive-elements.html#the-command"><span class="secno">4.11.3 </span>The <code>command</code> element</a></li><li><a href="interactive-elements.html#menus"><span class="secno">4.11.4 </span>The <code>menu</code> element</a>
<ol><li><a href="interactive-elements.html#menus-intro"><span class="secno">4.11.4.1 </span>Introduction</a></li><li><a href="interactive-elements.html#context-menus"><span class="secno">4.11.4.2 </span>Context menus</a></li></ol></li></ol></li></ol></li></ol></div>
- <h3 id="interactive-elements"><span class="secno">4.11 </span>Interactive elements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-details-element"><span class="secno">4.11.1 </span>The <dfn><code>details</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/93">ISSUE-93</a> (details) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt>
+ <h3 id="interactive-elements"><span class="secno">4.11 </span>Interactive elements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-details-element"><span class="secno">4.11.1 </span>The <dfn><code>details</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
<dd><a href="content-models.html#flow-content">Flow content</a>.</dd>
<dd><a href="sections.html#sectioning-root">Sectioning root</a>.</dd>
<dd><a href="content-models.html#interactive-content">Interactive content</a>.</dd>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.952
retrieving revision 1.953
diff -u -d -r1.952 -r1.953
--- spec.html 29 Jun 2010 17:57:47 -0000 1.952
+++ spec.html 1 Jul 2010 21:37:36 -0000 1.953
@@ -330,7 +330,7 @@
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.4106.
+This is revision 1.4107.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2010 <a href=http://www.w3.org/><abbr title="World Wide
@@ -1967,11 +1967,12 @@
<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><a href=#node>Node</a></code> (such as an
element) is the <code><a href=#document>Document</a></code> that the <code><a href=#node>Node</a></code>'s
- <code title="">ownerDocument</code> IDL attribute returns. When a
- <code><a href=#node>Node</a></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><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="">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
+ <code title=dom-Node-ownerDocument><a href=#dom-node-ownerdocument>ownerDocument</a></code> IDL
+ attribute returns. When a <code><a href=#node>Node</a></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><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
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. </p><p>The term <dfn id=text-node>text node</dfn> refers to any <code><a href=#text>Text</a></code>
@@ -18576,7 +18577,7 @@
Content-Disposition: form-data; name="q"
fur
-------kYFrd4jNJEgCervE--</pre><h3 id=interactive-elements><span class=secno>4.11 </span>Interactive elements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id=the-details-element><span class=secno>4.11.1 </span>The <dfn><code>details</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href=http://www.w3.org/html/wg/tracker/issues/93>ISSUE-93</a> (details) blocks progress to Last Call</span></p><dl class=element><dt>Categories</dt>
+------kYFrd4jNJEgCervE--</pre><h3 id=interactive-elements><span class=secno>4.11 </span>Interactive elements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id=the-details-element><span class=secno>4.11.1 </span>The <dfn><code>details</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class=element><dt>Categories</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#sectioning-root>Sectioning root</a>.</dd>
<dd><a href=#interactive-content>Interactive content</a>.</dd>
Received on Thursday, 1 July 2010 21:37:44 UTC