html5/spec Overview.html,1.2249,1.2250

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

Modified Files:
	Overview.html 
Log Message:
Strip 'about' properties when converting to RDF. (whatwg r3092)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2249
retrieving revision 1.2250
diff -u -d -r1.2249 -r1.2250
--- Overview.html	11 May 2009 23:51:58 -0000	1.2249
+++ Overview.html	12 May 2009 00:24:31 -0000	1.2250
@@ -152,7 +152,7 @@
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 11 May 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 12 May 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out
     <dt>This Version:</dt>
@@ -245,7 +245,7 @@
   track.
   <!--ZZZ:-->
   <!--This specification is the 23 April 2009 Working Draft.-->
-  This specification is the 11 May 2009 Editor's Draft.
+  This specification is the 12 May 2009 Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -36993,9 +36993,12 @@
       <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>
 

Received on Tuesday, 12 May 2009 00:24:43 UTC