[html5] r6793 - [c] (0) itemtype can't be empty Fixing http://www.w3.org/Bugs/Public/show_bug.cg [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 31 20:13:03 PDT 2011
Author: ianh
Date: 2011-10-31 20:13:01 -0700 (Mon, 31 Oct 2011)
New Revision: 6793
Modified:
complete.html
index
source
Log:
[c] (0) itemtype can't be empty
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14637
Modified: complete.html
===================================================================
--- complete.html 2011-10-31 23:18:43 UTC (rev 6792)
+++ complete.html 2011-11-01 03:13:01 UTC (rev 6793)
@@ -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 — Last Updated 31 October 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — 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>
@@ -57828,7 +57828,8 @@
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
Modified: index
===================================================================
--- index 2011-10-31 23:18:43 UTC (rev 6792)
+++ index 2011-11-01 03:13:01 UTC (rev 6793)
@@ -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 — Last Updated 31 October 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — 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>
@@ -57828,7 +57828,8 @@
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
Modified: source
===================================================================
--- source 2011-10-31 23:18:43 UTC (rev 6792)
+++ source 2011-11-01 03:13:01 UTC (rev 6793)
@@ -65199,7 +65199,8 @@
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
More information about the Commit-Watchers
mailing list