Bugzilla – Bug 561
Strip 'about' properties when converting to RDF.
Last modified: 2009-05-27 14:44:38 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>