[html5] r3092 - [t] (0) Strip 'about' properties when converting to RDF.

whatwg at whatwg.org whatwg at whatwg.org
Mon May 11 17:25:42 PDT 2009


Author: ianh
Date: 2009-05-11 17:25:42 -0700 (Mon, 11 May 2009)
New Revision: 3092

Modified:
   index
   source
Log:
[t] (0) Strip 'about' properties when converting to RDF.

Modified: index
===================================================================
--- index	2009-05-11 23:53:08 UTC (rev 3091)
+++ index	2009-05-12 00:25:42 UTC (rev 3092)
@@ -39,7 +39,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 11 May 2009</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 12 May 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <dl><dt>Multiple-page version:</dt>
@@ -41538,10 +41538,13 @@
       <p>For each name <var title="">name</var> in <var title="">element</var>'s <a href=#property-names>property names</a>, run the
       following substeps:</p>
 
-      <ol><li><p>If <var title="">name</var> is not an <a href=#absolute-url>absolute
-       URL</a>, 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>.</li>
+      <ol><li><p>If <var title="">name</var> is equal to the string
+       "<code title="">about</code>", skip this name.</li>
 
+       <li><p>Otherwise, if <var title="">name</var> is not an
+       <a href=#absolute-url>absolute URL</a>, 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>.</li>
+
        <li>
 
         <p>Generate the following triple:</p>

Modified: source
===================================================================
--- source	2009-05-11 23:53:08 UTC (rev 3091)
+++ source	2009-05-12 00:25:42 UTC (rev 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>
 




More information about the Commit-Watchers mailing list