html5/md Overview.html,1.123,1.124

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

Modified Files:
	Overview.html 
Log Message:
correct the description of application/microdata+json (whatwg r6043)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- Overview.html	27 Apr 2011 05:08:26 -0000	1.123
+++ Overview.html	28 Apr 2011 22:38:47 -0000	1.124
@@ -340,7 +340,7 @@
 
    <h1>HTML Microdata</h1>
    <h2 class="no-num no-toc" id="generatedID"></h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-27-april-2011">Editor's Draft 27 April 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-28-april-2011">Editor's Draft 28 April 2011</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>
@@ -471,7 +471,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 27 April 2011 Editor's Draft.
+  This specification is the 28 April 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -2023,12 +2023,13 @@
     <code><a href="#application-microdata-json">application/microdata+json</a></code> type asserts that the
     resource is a JSON text that consists of an object with a single
     entry called "<code title="">items</code>" consisting of an array
-    of entries, each of which consists of an object with two entries,
-    one called "<code title="">type</code>" whose value is an array of
-    strings, and one called "<code title="">properties</code>" whose
-    value is an object whose entries each have a value consisting of
-    an array of either objects or strings, the objects being of the
-    same form as the objects in the aforementioned "<code title="">items</code>" entry. As such, the relevant specifications
+    of entries, each of which consists of an object with an entry
+    called "<code title="">id</code>" whose value is a string, an
+    entry called "<code title="">type</code>" whose value is another
+    string, and an entry called "<code title="">properties</code>"
+    whose value is an object whose entries each have a value
+    consisting of an array of either objects or strings, the objects
+    being of the same form as the objects in the aforementioned "<code title="">items</code>" entry. As such, the relevant specifications
     are the JSON specification and this specification. <a href="#refsJSON">[JSON]</a>
 
    </dd>

Received on Thursday, 28 April 2011 22:38:51 UTC