NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 572 - 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, ...
Allow validators to catch the case where someone round-trips microdata throug...
Status: RESOLVED INTENTIONAL
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-27 14:37 CEST by Henri Sivonen
Modified: 2009-05-27 14:53 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2009-05-27 14:37:25 CEST
Index: source
===================================================================
--- source	(revision 3108)
+++ source	(revision 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>
Comment 1 Henri Sivonen 2009-08-21 10:20:11 CEST
The original summary for this bug was longer than 255 characters, and so it was truncated when Bugzilla was upgraded. The original summary was:

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)