microdata; hixie: itemtype can't be empty (whatwg r6793)

microdata; hixie: itemtype can't be empty (whatwg r6793)

http://dev.w3.org/cvsweb/html5/md/Overview.html?r1=1.173&r2=1.174&f=h
http://html5.org/tools/web-apps-tracker?from=6792&to=6793

===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -d -r1.173 -r1.174
--- Overview.html 29 Oct 2011 05:43:25 -0000 1.173
+++ Overview.html 1 Nov 2011 03:17:24 -0000 1.174
@@ -320,7 +320,7 @@
 
    <h1>HTML Microdata</h1>
    <h2 class="no-num no-toc" id="generatedID"></h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-29-october-2011">Editor's Draft 29 October 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-1-november-2011">Editor's Draft 1 November 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/microdata/">http://www.w3.org/TR/microdata/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -454,7 +454,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 29 October 2011 Editor's Draft.
+  This specification is the 1 November 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This specification is an extension to the HTML5 language. All
@@ -1067,7 +1067,8 @@
   unique space-separated tokens</a> that are
   <span>case-sensitive</span>, 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>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
+  are defined to use the same vocabulary. The attribute's value must
+  have at least one token.<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
   spaces">splitting the element's <code title="attr-itemtype">itemtype</code> attribute's value on
   spaces</a>. If the <code title="attr-itemtype"><a href="#attr-itemtype">itemtype</a></code>

Received on Tuesday, 1 November 2011 03:17:44 UTC