Skip to content

Commit

Permalink
[c] (0) itemtype can't be empty
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14637

git-svn-id: http://svn.whatwg.org/webapps@6793 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 1, 2011
1 parent 9b9c321 commit 1c27906
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -240,7 +240,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 31 October 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 1 November 2011</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -57828,7 +57828,8 @@ <h4 id=items><span class=secno>5.2.2 </span>Items</h4>
unique space-separated tokens</a> that are
<a href=#case-sensitive>case-sensitive</a>, each of which is a <a href=#valid-url>valid
URL</a> that is an <a href=#absolute-url>absolute URL</a>, and all of which
are defined to use the same vocabulary.</p>
are defined to use the same vocabulary. The attribute's value must
have at least one token.</p>

<p>The <dfn id=item-types>item types</dfn> of an <a href=#concept-item title=concept-item>item</a> are the <a href=#absolute-url title="absolute
URL">absolute URLs</a> obtained by <a href=#split-a-string-on-spaces title="split a string on
Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -240,7 +240,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 31 October 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 1 November 2011</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -57828,7 +57828,8 @@ document.body.appendChild(outer);</pre>
unique space-separated tokens</a> that are
<a href=#case-sensitive>case-sensitive</a>, each of which is a <a href=#valid-url>valid
URL</a> that is an <a href=#absolute-url>absolute URL</a>, and all of which
are defined to use the same vocabulary.</p>
are defined to use the same vocabulary. The attribute's value must
have at least one token.</p>

<p>The <dfn id=item-types>item types</dfn> of an <a href=#concept-item title=concept-item>item</a> are the <a href=#absolute-url title="absolute
URL">absolute URLs</a> obtained by <a href=#split-a-string-on-spaces title="split a string on
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -65199,7 +65199,8 @@ document.body.appendChild(outer);</pre>
unique space-separated tokens</span> that are
<span>case-sensitive</span>, each of which is a <span>valid
URL</span> that is an <span>absolute URL</span>, and all of which
are defined to use the same vocabulary.</p>
are defined to use the same vocabulary. The attribute's value must
have at least one token.</p>

<p>The <dfn>item types</dfn> of an <span
title="concept-item">item</span> are the <span title="absolute
Expand Down

0 comments on commit 1c27906

Please sign in to comment.