Short URL: http://html5.org/r/6043
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 6043 | 12041 | correct the description of application/microdata+json | 2011-04-28 22:38 |
Index: source
===================================================================
--- source (revision 6042)
+++ source (revision 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>