microdata; hixie: Allow spaces around URLs in most attributes (not itemtype or xmlns). Require that UAs strip spaces around <input type=url value> URLs. (whatwg r4992)

microdata; hixie: Allow spaces around URLs in most attributes (not
itemtype or xmlns). Require that UAs strip spaces around <input type=url
value> URLs. (whatwg r4992)

http://dev.w3.org/cvsweb/html5/md/Overview.html?r1=1.63&r2=1.64&f=h
http://html5.org/tools/web-apps-tracker?from=4991&to=4992

===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- Overview.html 9 Apr 2010 04:05:45 -0000 1.63
+++ Overview.html 12 Apr 2010 05:48:44 -0000 1.64
@@ -285,7 +285,7 @@
    <h1>HTML Microdata</h1>
    <h2 class="no-num no-toc" id="generatedID"></h2>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-9-april-2010">Editor's Draft 9 April 2010</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-12-april-2010">Editor's Draft 12 April 2010</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>
@@ -381,7 +381,7 @@
   specification's progress along the W3C Recommendation
   track.
 
-  This specification is the 9 April 2010 Editor's Draft.
+  This specification is the 12 April 2010 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>The contents of this specification are also part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
   specification</a> published by the <a href="http://www.whatwg.org/">WHATWG</a>, which is available under a
   license that permits reuse of the specification text.</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 --><!-- context and rationale (required) --><!-- (this text is from the RDFa+HTML spec --><p>This specification is an extension to the HTML5 language. All
@@ -1028,7 +1028,8 @@
   specified, to give a global identifier for the <a href="#concept-item" title="concept-item">item</a>, so that it can be related to other
   <a href="#concept-item" title="concept-item">items</a> on pages elsewhere on the
   Web.<p>The <code title="attr-itemid"><a href="#attr-itemid">itemid</a></code> attribute, if
-  specified, must have a value that is a <a href="#valid-url">valid URL</a>.<p>The <dfn id="global-identifier">global identifier</dfn> of an <a href="#concept-item" title="concept-item">item</a> is the value of its element's <code title="attr-itemid"><a href="#attr-itemid">itemid</a></code> attribute, if it has one, <a href="#resolve-a-url" title="resolve a url">resolved</a> relative to the element on
+  specified, must have a value that is a <span>valid URL potentially
+  surrounded by spaces</span>.<p>The <dfn id="global-identifier">global identifier</dfn> of an <a href="#concept-item" title="concept-item">item</a> is the value of its element's <code title="attr-itemid"><a href="#attr-itemid">itemid</a></code> attribute, if it has one, <a href="#resolve-a-url" title="resolve a url">resolved</a> relative to the element on
   which the attribute is specified. If the <code title="attr-itemid"><a href="#attr-itemid">itemid</a></code> attribute is missing or if
   resolving it fails, it is said to have no <a href="#global-identifier">global
   identifier</a>.<p>The <code title="attr-itemid"><a href="#attr-itemid">itemid</a></code> attribute must not be

Received on Monday, 12 April 2010 05:49:33 UTC