Skip to content

Commit

Permalink
[giow] (2) document.all uses HTMLAllCollection. Also, add a note abou…
Browse files Browse the repository at this point in the history
…t webkitPreservesPitch.

git-svn-id: http://svn.whatwg.org/webapps@3410 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 15, 2009
1 parent 7e2400b commit 6ba5e6d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
10 changes: 7 additions & 3 deletions index
Expand Up @@ -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-&mdash;-date:-01-jan-1901>Draft Standard &mdash; 14 July 2009</h2>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-date:-01-jan-1901>Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -20161,6 +20161,10 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> {
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
Expand Down Expand Up @@ -71287,7 +71291,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
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>
Expand Down Expand Up @@ -71331,7 +71335,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
<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>
Expand Down
8 changes: 6 additions & 2 deletions source
Expand Up @@ -21608,6 +21608,10 @@ interface <dfn>CueRangeCallback</dfn> {
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
Expand Down Expand Up @@ -84135,7 +84139,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
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>
Expand Down Expand Up @@ -84183,7 +84187,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
<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>
Expand Down

0 comments on commit 6ba5e6d

Please sign in to comment.