[html5] r1453 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Apr 17 14:38:53 PDT 2008


Author: ianh
Date: 2008-04-17 14:38:51 -0700 (Thu, 17 Apr 2008)
New Revision: 1453

Modified:
   index
   source
Log:
[] (0) Define document.plugins === document.embeds

Modified: index
===================================================================
--- index	2008-04-17 21:32:44 UTC (rev 1452)
+++ index	2008-04-17 21:38:51 UTC (rev 1453)
@@ -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>;
@@ -3591,6 +3592,11 @@
    <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

Modified: source
===================================================================
--- source	2008-04-17 21:32:44 UTC (rev 1452)
+++ source	2008-04-17 21:38:51 UTC (rev 1453)
@@ -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>;
@@ -1941,6 +1942,10 @@
   <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>




More information about the Commit-Watchers mailing list