[html5] r3109 - [c] (0) Allow validators to catch the case where someone round-trips microdata t [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat May 16 03:42:58 PDT 2009


Author: ianh
Date: 2009-05-16 03:42:57 -0700 (Sat, 16 May 2009)
New Revision: 3109

Modified:
   index
   source
Log:
[c] (0) Allow validators to catch the case where someone round-trips microdata through RDF and forgets to convert custom properties back to their short form (since that would result in different output in non-RDF processors that support forms other than URIs, unlike RDF)

Modified: index
===================================================================
--- index	2009-05-16 10:27:00 UTC (rev 3108)
+++ index	2009-05-16 10:42:57 UTC (rev 3109)
@@ -41077,8 +41077,9 @@
 
   <p>Each token must be either:</p>
 
-  <ul><li>A <a href=#valid-url>valid URL</a> that is an <a href=#absolute-url>absolute URL</a>,
-   or</li>
+  <ul><li>A <a href=#valid-url>valid URL</a> that is an <a href=#absolute-url>absolute URL</a>
+   for which the string "<code title="">http://www.w3.org/1999/xhtml/custom#</code>" is not a
+   <a href=#prefix-match>prefix match</a>, or</li>
 
    <li>A <a href=#valid-reversed-dns-identifier>valid reversed DNS identifier</a>, or</li>
 
@@ -41153,8 +41154,9 @@
 
   <p>Each token must be either:</p>
 
-  <ul><li>A <a href=#valid-url>valid URL</a> that is an <a href=#absolute-url>absolute URL</a>,
-   or</li>
+  <ul><li>A <a href=#valid-url>valid URL</a> that is an <a href=#absolute-url>absolute URL</a>
+   for which the string "<code title="">http://www.w3.org/1999/xhtml/custom#</code>" is not a
+   <a href=#prefix-match>prefix match</a>, or</li>
 
    <li>A <a href=#valid-reversed-dns-identifier>valid reversed DNS identifier</a>, or</li>
 

Modified: source
===================================================================
--- source	2009-05-16 10:27:00 UTC (rev 3108)
+++ source	2009-05-16 10:42:57 UTC (rev 3109)
@@ -46310,8 +46310,10 @@
 
   <ul>
 
-   <li>A <span>valid URL</span> that is an <span>absolute URL</span>,
-   or</li>
+   <li>A <span>valid URL</span> that is an <span>absolute URL</span>
+   for which the string "<code
+   title="">http://www.w3.org/1999/xhtml/custom#</code>" is not a
+   <span>prefix match</span>, or</li>
 
    <li>A <span>valid reversed DNS identifier</span>, or</li>
 
@@ -46409,8 +46411,10 @@
 
   <ul>
 
-   <li>A <span>valid URL</span> that is an <span>absolute URL</span>,
-   or</li>
+   <li>A <span>valid URL</span> that is an <span>absolute URL</span>
+   for which the string "<code
+   title="">http://www.w3.org/1999/xhtml/custom#</code>" is not a
+   <span>prefix match</span>, or</li>
 
    <li>A <span>valid reversed DNS identifier</span>, or</li>
 




More information about the Commit-Watchers mailing list