Skip to content

Commit

Permalink
[e] (0) correct the description of application/microdata+json
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12041

git-svn-id: http://svn.whatwg.org/webapps@6043 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 28, 2011
1 parent 364c5a5 commit df25aa4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
13 changes: 7 additions & 6 deletions complete.html
Expand Up @@ -94349,12 +94349,13 @@ <h3 id=application/microdata+json><span class=secno>17.7 </span><dfn><code>appli
<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>
Expand Down
13 changes: 7 additions & 6 deletions index
Expand Up @@ -90325,12 +90325,13 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<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>
Expand Down
13 changes: 7 additions & 6 deletions source
Expand Up @@ -107171,12 +107171,13 @@ interface <span>HTMLDocument</span> {
<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>
Expand Down

0 comments on commit df25aa4

Please sign in to comment.