html5/spec Overview.html,1.2266,1.2267

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18398

Modified Files:
	Overview.html 
Log Message:
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) (whatwg r3109)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2266
retrieving revision 1.2267
diff -u -d -r1.2266 -r1.2267
--- Overview.html	16 May 2009 10:27:04 -0000	1.2266
+++ Overview.html	16 May 2009 10:43:01 -0000	1.2267
@@ -36580,8 +36580,9 @@
   specified creates a new <a href="#concept-item" title="concept-item">item</a>, a
   group of name-value pairs.<p>The attribute, if specified, must have a value that is an
   <a href="#unordered-set-of-unique-space-separated-tokens">unordered set of unique space-separated tokens</a>
-  representing the types (if any) of the <a href="#concept-item" title="concept-item">item</a>.<p>Each token must be either:<ul><li>A <a href="#valid-url">valid URL</a> that is an <a href="#absolute-url">absolute URL</a>,
-   or</li>
+  representing the types (if any) of the <a href="#concept-item" title="concept-item">item</a>.<p>Each token must be either:<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>
 
@@ -36632,8 +36633,9 @@
   specified, must have a value that is an <a href="#unordered-set-of-unique-space-separated-tokens">unordered set of
   unique space-separated tokens</a> representing the names of the
   name-value pairs that it adds. The attribute's value must have at
-  least one token.<p>Each token must be either:<ul><li>A <a href="#valid-url">valid URL</a> that is an <a href="#absolute-url">absolute URL</a>,
-   or</li>
+  least one token.<p>Each token must be either:<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>
 

Received on Saturday, 16 May 2009 10:43:20 UTC