microdata; hixie: People are making their own microdata to RDF algorithms, so there's no point making this the only such algorithm. (whatwg r6219)

microdata; hixie: People are making their own microdata to RDF
algorithms, so there's no point making this the only such algorithm.
(whatwg r6219)

http://dev.w3.org/cvsweb/html5/md/Overview.html?r1=1.134&r2=1.135&f=h
http://html5.org/tools/web-apps-tracker?from=6218&to=6219

===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- Overview.html 1 Jun 2011 17:43:18 -0000 1.134
+++ Overview.html 13 Jun 2011 23:11:10 -0000 1.135
@@ -318,7 +318,7 @@
 
    <h1>HTML Microdata</h1>
    <h2 class="no-num no-toc" id="generatedID"></h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-1-june-2011">Editor's Draft 1 June 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-13-june-2011">Editor's Draft 13 June 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/microdata/">http://www.w3.org/TR/microdata/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -452,7 +452,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 1 June 2011 Editor's Draft.
+  This specification is the 13 June 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</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 --><p>This specification is an extension to the HTML5 language. All
@@ -1603,7 +1603,10 @@
   </ol><h3 id="rdf"><span class="secno">5.2 </span>RDF</h3>
 
   <p>To <dfn id="extracting-rdf" title="extracting rdf">convert a <code>Document</code> to
-  RDF</dfn>, a user agent must run the following algorithm:</p>
+  RDF</dfn>, a user agent may run the following algorithm. This is not
+  the only algorithm that can be used for this purpose; for instance,
+  a vocabulary could define a specific conversion which is optimised
+  for the terms in that vocabulary.</p>
 
   <ol><li>

Received on Friday, 17 June 2011 09:52:58 UTC