Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13939

git-svn-id: http://svn.whatwg.org/webapps@6674 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 12, 2011
1 parent f1315b5 commit f9b3c5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -97641,7 +97641,7 @@ <h3 id=application/xhtml+xml><span class=secno>17.3 </span><dfn><code>applicatio
<dd>
Labeling a resource with the <code><a href=#application/xhtml+xml>application/xhtml+xml</a></code>
type asserts that the resource is an XML document that likely has
a root element from the <a href=#html-namespace-0>HTML namespace</a>. As such, the
a root element from the <a href=#html-namespace-0>HTML namespace</a>. Thus, the
relevant specifications are the XML specification, the Namespaces
in XML specification, and this specification. <a href=#refsXML>[XML]</a> <a href=#refsXMLNS>[XMLNS]</a>
</dd>
Expand Down Expand Up @@ -97995,7 +97995,7 @@ <h3 id=application/microdata+json><span class=secno>17.8 </span><dfn><code>appli
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
being of the same form as the objects in the aforementioned "<code title="">items</code>" entry. Thus, the relevant specifications
are the JSON specification and this specification. <a href=#refsJSON>[JSON]</a>

</dd>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -97641,7 +97641,7 @@ if (s = prompt('What is your name?')) {
<dd>
Labeling a resource with the <code><a href=#application/xhtml+xml>application/xhtml+xml</a></code>
type asserts that the resource is an XML document that likely has
a root element from the <a href=#html-namespace-0>HTML namespace</a>. As such, the
a root element from the <a href=#html-namespace-0>HTML namespace</a>. Thus, the
relevant specifications are the XML specification, the Namespaces
in XML specification, and this specification. <a href=#refsXML>[XML]</a> <a href=#refsXMLNS>[XMLNS]</a>
</dd>
Expand Down Expand Up @@ -97995,7 +97995,7 @@ if (s = prompt('What is your name?')) {
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
being of the same form as the objects in the aforementioned "<code title="">items</code>" entry. Thus, the relevant specifications
are the JSON specification and this specification. <a href=#refsJSON>[JSON]</a>

</dd>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -110818,7 +110818,7 @@ if (s = prompt('What is your name?')) {
<dd>
Labeling a resource with the <code>application/xhtml+xml</code>
type asserts that the resource is an XML document that likely has
a root element from the <span>HTML namespace</span>. As such, the
a root element from the <span>HTML namespace</span>. Thus, the
relevant specifications are the XML specification, the Namespaces
in XML specification, and this specification. <a
href="#refsXML">[XML]</a> <a href="#refsXMLNS">[XMLNS]</a>
Expand Down Expand Up @@ -111205,7 +111205,7 @@ if (s = prompt('What is your name?')) {
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
title="">items</code>" entry. Thus, the relevant specifications
are the JSON specification and this specification. <a
href="#refsJSON">[JSON]</a>

Expand Down

0 comments on commit f9b3c5d

Please sign in to comment.