Short URL: http://html5.org/r/3410
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 3410 | 2009-07-15 00:14 |
Index: source
===================================================================
--- source (revision 3409)
+++ source (revision 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>