NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 561 - Strip 'about' properties when converting to RDF.
Strip 'about' properties when converting to RDF.
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:33 CEST by Henri Sivonen
Modified: 2009-05-27 14:44 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:33:12 CEST
Index: source
===================================================================
--- source	(revision 3091)
+++ source	(revision 3092)
@@ -46942,9 +46942,12 @@
 
       <ol>
 
-       <li><p>If <var title="">name</var> is not an <span>absolute
-       URL</span>, then let <var title="">name</var> be the result of
-       concatenating the string "<code
+       <li><p>If <var title="">name</var> is equal to the string
+       "<code title="">about</code>", skip this name.</p></li>
+
+       <li><p>Otherwise, if <var title="">name</var> is not an
+       <span>absolute URL</span>, then let <var title="">name</var> be
+       the result of concatenating the string "<code
        title="">http://www.w3.org/1999/xhtml/custom#</code>" with <var
        title="">name</var>.</p></li>