Skip to content

Commit

Permalink
[] (0) Define document.plugins === document.embeds
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1453 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 17, 2008
1 parent 590b557 commit 32fbbaa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -2605,6 +2605,7 @@
attribute <a href="#htmlelement">HTMLElement</a> <a href="#body" title=dom-document-body>body</a>;
readonly attribute <a href="#htmlcollection0">HTMLCollection</a> <a href="#images0" title=dom-document-images>images</a>;
readonly attribute <a href="#htmlcollection0">HTMLCollection</a> <a href="#embeds" title=dom-document-embeds>embeds</a>;
readonly attribute <a href="#htmlcollection0">HTMLCollection</a> <a href="#plugins" title=dom-document-plugins>plugins</a>;
readonly attribute <a href="#htmlcollection0">HTMLCollection</a> <a href="#links0" title=dom-document-links>links</a>;
readonly attribute <a href="#htmlcollection0">HTMLCollection</a> <a href="#forms0" title=dom-document-forms>forms</a>;
readonly attribute <a href="#htmlcollection0">HTMLCollection</a> <a href="#anchors" title=dom-document-anchors>anchors</a>;
Expand Down Expand Up @@ -3591,6 +3592,11 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
<code>Document</code> node, whose filter matches only <code><a
href="#embed">embed</a></code> elements.

<p>The <dfn id=plugins
title=dom-document-plugins><code>plugins</code></dfn> attribute must
return the same object as that returned by the <code
title=dom-document-embeds><a href="#embeds">embeds</a></code> attribute.

<p>The <dfn id=links0 title=dom-document-links><code>links</code></dfn>
attribute must return an <code><a
href="#htmlcollection0">HTMLCollection</a></code> rooted at the
Expand Down
5 changes: 5 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,7 @@
attribute <span>HTMLElement</span> <span title="dom-document-body">body</span>;
readonly attribute <span>HTMLCollection</span> <span title="dom-document-images">images</span>;
readonly attribute <span>HTMLCollection</span> <span title="dom-document-embeds">embeds</span>;
readonly attribute <span>HTMLCollection</span> <span title="dom-document-plugins">plugins</span>;
readonly attribute <span>HTMLCollection</span> <span title="dom-document-links">links</span>;
readonly attribute <span>HTMLCollection</span> <span title="dom-document-forms">forms</span>;
readonly attribute <span>HTMLCollection</span> <span title="dom-document-anchors">anchors</span>;
Expand Down Expand Up @@ -1941,6 +1942,10 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
<code>Document</code> node, whose filter matches only
<code>embed</code> elements.</p>

<p>The <dfn title="dom-document-plugins"><code>plugins</code></dfn>
attribute must return the same object as that returned by the <code
title="dom-document-embeds">embeds</code> attribute.</p>

<p>The <dfn title="dom-document-links"><code>links</code></dfn>
attribute must return an <code>HTMLCollection</code> rooted at the
<code>Document</code> node, whose filter matches only <code>a</code>
Expand Down

0 comments on commit 32fbbaa

Please sign in to comment.