[html5] r6043 - [e] (0) correct the description of application/microdata+json Fixing http://www. [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Apr 28 15:38:44 PDT 2011


Author: ianh
Date: 2011-04-28 15:38:43 -0700 (Thu, 28 Apr 2011)
New Revision: 6043

Modified:
   complete.html
   index
   source
Log:
[e] (0) correct the description of application/microdata+json
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12041

Modified: complete.html
===================================================================
--- complete.html	2011-04-28 22:33:41 UTC (rev 6042)
+++ complete.html	2011-04-28 22:38:43 UTC (rev 6043)
@@ -94349,12 +94349,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>

Modified: index
===================================================================
--- index	2011-04-28 22:33:41 UTC (rev 6042)
+++ index	2011-04-28 22:38:43 UTC (rev 6043)
@@ -90325,12 +90325,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>

Modified: source
===================================================================
--- source	2011-04-28 22:33:41 UTC (rev 6042)
+++ source	2011-04-28 22:38:43 UTC (rev 6043)
@@ -107171,12 +107171,13 @@
     <code>application/microdata+json</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
+    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>




More information about the Commit-Watchers mailing list