html5/md Overview.html,1.36,1.37

Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv15569

Modified Files:
	Overview.html 
Log Message:
Define whether these methods and attributes return the same object or a different object each time they are called. (whatwg r4702)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- Overview.html	11 Feb 2010 00:40:39 -0000	1.36
+++ Overview.html	13 Feb 2010 11:26:23 -0000	1.37
@@ -281,7 +281,7 @@
    <h1>HTML Microdata</h1>
    <h2 class="no-num no-toc" id="generatedID"></h2>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-11-february-2010">Editor's Draft 11 February 2010</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-13-february-2010">Editor's Draft 13 February 2010</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/microdata/">http://www.w3.org/TR/microdata/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -378,7 +378,7 @@
   specification's progress along the W3C Recommendation
   track.
 
-  This specification is the 11 February 2010 Editor's Draft.
+  This specification is the 13 February 2010 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
   larger specification</a> being produced by the <a href="http://www.whatwg.org/">WHATWG</a>, which is available under a
   license that permits reuse of the specification text.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><!-- (this text is from the RDFa+HTML spec --><p>This specification is an extension to the HTML5 language. All
@@ -1388,7 +1388,11 @@
   are no tokens specified in the argument, or if the argument is
   missing, then the method must return a <code>NodeList</code>
   containing all the <a href="#top-level-microdata-items">top-level microdata items</a> in the
-  document.</p>
+  document.  A new <code>NodeList</code> object must be returned each
+  time unless the argument is the same as the last time the method was
+  invoked on this <code>Document</code> object, in which case the
+  object must be the same as the object returned by the previous
+  call.</p>
 
   <p>The <dfn id="dom-itemscope" title="dom-itemScope"><code>itemScope</code></dfn> IDL
   attribute on <span>HTML elements</span> must <a href="#reflect">reflect</a>

Received on Saturday, 13 February 2010 11:26:27 UTC