[html5] r3410 - [giow] (2) document.all uses HTMLAllCollection. Also, add a note about webkitPre [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jul 14 17:14:11 PDT 2009


Author: ianh
Date: 2009-07-14 17:14:09 -0700 (Tue, 14 Jul 2009)
New Revision: 3410

Modified:
   index
   source
Log:
[giow] (2) document.all uses HTMLAllCollection. Also, add a note about webkitPreservesPitch.

Modified: index
===================================================================
--- index	2009-07-14 07:21:37 UTC (rev 3409)
+++ index	2009-07-15 00:14:09 UTC (rev 3410)
@@ -67,7 +67,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 14 July 2009</h2>
+   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 15 July 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -20161,6 +20161,10 @@
       so that the author's controls can get away of the UA's
   -->
 
+  <!-- v2 features that already have experimental implementations:
+    * webkitPreservesPitch (for when playbackRate != 1.0)
+  -->
+
   <p><a href=#media-element title="media element">Media elements</a> are used to
   present audio data, or video and audio data, to the user. This is
   referred to as <dfn id=media-data>media data</dfn> in this section, since this
@@ -71287,7 +71291,7 @@
   readonly attribute <a href=#htmlcollection-0>HTMLCollection</a> <a href=#dom-document-anchors title=dom-document-anchors>anchors</a>;
   readonly attribute <a href=#htmlcollection-0>HTMLCollection</a> <a href=#dom-document-applets title=dom-document-applets>applets</a>;
 
-  readonly attribute <a href=#htmlcollection-0>HTMLCollection</a> <a href=#dom-document-all title=dom-document-all>all</a>;
+  readonly attribute <a href=#htmlallcollection-0>HTMLAllCollection</a> <a href=#dom-document-all title=dom-document-all>all</a>;
 };</pre>
 
   <p>The <dfn id=dom-document-fgcolor title=dom-document-fgColor><code>fgColor</code></dfn>
@@ -71331,7 +71335,7 @@
   <code><a href=#the-applet-element>applet</a></code> elements.</p>
 
   <hr><p>The <dfn id=dom-document-all title=dom-document-all><code>all</code></dfn>
-  attribute must return an <code><a href=#htmlcollection-0>HTMLCollection</a></code> rooted at the
+  attribute must return an <code><a href=#htmlallcollection-0>HTMLAllCollection</a></code> rooted at the
   <code>Document</code> node, whose filter matches all elements.</p>
 
   <p>The object returned for <code title=dom-document-all><a href=#dom-document-all>all</a></code>

Modified: source
===================================================================
--- source	2009-07-14 07:21:37 UTC (rev 3409)
+++ source	2009-07-15 00:14:09 UTC (rev 3410)
@@ -21608,6 +21608,10 @@
       so that the author's controls can get away of the UA's
   -->
 
+  <!-- v2 features that already have experimental implementations:
+    * webkitPreservesPitch (for when playbackRate != 1.0)
+  -->
+
   <p><span title="media element">Media elements</span> are used to
   present audio data, or video and audio data, to the user. This is
   referred to as <dfn>media data</dfn> in this section, since this
@@ -84135,7 +84139,7 @@
   readonly attribute <span>HTMLCollection</span> <span title="dom-document-anchors">anchors</span>;
   readonly attribute <span>HTMLCollection</span> <span title="dom-document-applets">applets</span>;
 
-  readonly attribute <span>HTMLCollection</span> <span title="dom-document-all">all</span>;
+  readonly attribute <span>HTMLAllCollection</span> <span title="dom-document-all">all</span>;
 };</pre>
 
   <p>The <dfn title="dom-document-fgColor"><code>fgColor</code></dfn>
@@ -84183,7 +84187,7 @@
   <hr>
 
   <p>The <dfn title="dom-document-all"><code>all</code></dfn>
-  attribute must return an <code>HTMLCollection</code> rooted at the
+  attribute must return an <code>HTMLAllCollection</code> rooted at the
   <code>Document</code> node, whose filter matches all elements.</p>
 
   <p>The object returned for <code title="dom-document-all">all</code>




More information about the Commit-Watchers mailing list