[html5] r4565 - [giow] (0) Define document.clear() (noop). Fixing http://www.w3.org/Bugs/Public/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Jan 10 20:37:47 PST 2010


Author: ianh
Date: 2010-01-10 20:37:43 -0800 (Sun, 10 Jan 2010)
New Revision: 4565

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Define document.clear() (noop).
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8551

Modified: complete.html
===================================================================
--- complete.html	2010-01-11 04:12:56 UTC (rev 4564)
+++ complete.html	2010-01-11 04:37:43 UTC (rev 4565)
@@ -83382,6 +83382,8 @@
   readonly attribute <a href=#htmlcollection>HTMLCollection</a> <a href=#dom-document-anchors title=dom-document-anchors>anchors</a>;
   readonly attribute <a href=#htmlcollection>HTMLCollection</a> <a href=#dom-document-applets title=dom-document-applets>applets</a>;
 
+  void <a href=#dom-document-clear title=dom-document-clear>clear</a>();
+
   readonly attribute <a href=#htmlallcollection>HTMLAllCollection</a> <a href=#dom-document-all title=dom-document-all>all</a>;
 };</pre>
 
@@ -83418,6 +83420,9 @@
   <code>Document</code> node, whose filter matches only
   <code><a href=#the-applet-element>applet</a></code> elements.</p>
 
+  <p>The <dfn id=dom-document-clear title=dom-document-clear><code>clear()</code></dfn>
+  method must do nothing.</p>
+
   <hr><p>The <dfn id=dom-document-all title=dom-document-all><code>all</code></dfn>
   attribute must return an <code><a href=#htmlallcollection>HTMLAllCollection</a></code> rooted at the
   <code>Document</code> node, whose filter matches all elements.</p>

Modified: index
===================================================================
--- index	2010-01-11 04:12:56 UTC (rev 4564)
+++ index	2010-01-11 04:37:43 UTC (rev 4565)
@@ -77701,6 +77701,8 @@
   readonly attribute <a href=#htmlcollection>HTMLCollection</a> <a href=#dom-document-anchors title=dom-document-anchors>anchors</a>;
   readonly attribute <a href=#htmlcollection>HTMLCollection</a> <a href=#dom-document-applets title=dom-document-applets>applets</a>;
 
+  void <a href=#dom-document-clear title=dom-document-clear>clear</a>();
+
   readonly attribute <a href=#htmlallcollection>HTMLAllCollection</a> <a href=#dom-document-all title=dom-document-all>all</a>;
 };</pre>
 
@@ -77737,6 +77739,9 @@
   <code>Document</code> node, whose filter matches only
   <code><a href=#the-applet-element>applet</a></code> elements.</p>
 
+  <p>The <dfn id=dom-document-clear title=dom-document-clear><code>clear()</code></dfn>
+  method must do nothing.</p>
+
   <hr><p>The <dfn id=dom-document-all title=dom-document-all><code>all</code></dfn>
   attribute must return an <code><a href=#htmlallcollection>HTMLAllCollection</a></code> rooted at the
   <code>Document</code> node, whose filter matches all elements.</p>

Modified: source
===================================================================
--- source	2010-01-11 04:12:56 UTC (rev 4564)
+++ source	2010-01-11 04:37:43 UTC (rev 4565)
@@ -92746,6 +92746,8 @@
   readonly attribute <span>HTMLCollection</span> <span title="dom-document-anchors">anchors</span>;
   readonly attribute <span>HTMLCollection</span> <span title="dom-document-applets">applets</span>;
 
+  void <span title="dom-document-clear">clear</span>();
+
   readonly attribute <span>HTMLAllCollection</span> <span title="dom-document-all">all</span>;
 };</pre>
 
@@ -92795,6 +92797,9 @@
   <code>Document</code> node, whose filter matches only
   <code>applet</code> elements.</p>
 
+  <p>The <dfn title="dom-document-clear"><code>clear()</code></dfn>
+  method must do nothing.</p>
+
   <hr>
 
   <p>The <dfn title="dom-document-all"><code>all</code></dfn>




More information about the Commit-Watchers mailing list