[html5] r4606 - [e] (0) Explain what the weird predicates come from.

whatwg at whatwg.org whatwg at whatwg.org
Sun Jan 17 23:30:55 PST 2010


Author: ianh
Date: 2010-01-17 23:30:53 -0800 (Sun, 17 Jan 2010)
New Revision: 4606

Modified:
   complete.html
   index
   source
Log:
[e] (0) Explain what the weird predicates come from.

Modified: complete.html
===================================================================
--- complete.html	2010-01-18 06:46:22 UTC (rev 4605)
+++ complete.html	2010-01-18 07:30:53 UTC (rev 4606)
@@ -48577,6 +48577,10 @@
   <p>For the purposes of RDF processors, the predicate "<code title="">http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Alicense</code>"
   must be considered equivalent to the predicate "<code title="">http://www.w3.org/1999/xhtml/vocab#license</code>".
 
+  <p class=note>The predicates mentioned in this section are the
+  predicates that result from <a href=#extracting-rdf title="extracting rdf">converting
+  to RDF</a> an HTML page containing microdata with an item whose
+  <a href=#item-type title="item type">type</a> is "<code title=md-work><a href=#md-work>http://n.whatwg.org/work</a></code>".</p>
 
 
 
@@ -48691,8 +48695,8 @@
 
   </ol><h4 id=rdf><span class=secno>5.5.2 </span>RDF</h4>
 
-  <p>To convert a <code>Document</code> to RDF, a user agent must run
-  the following algorithm:</p>
+  <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>
 
   <ol><li>
 

Modified: index
===================================================================
--- index	2010-01-18 06:46:22 UTC (rev 4605)
+++ index	2010-01-18 07:30:53 UTC (rev 4606)
@@ -48477,6 +48477,10 @@
   <p>For the purposes of RDF processors, the predicate "<code title="">http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Alicense</code>"
   must be considered equivalent to the predicate "<code title="">http://www.w3.org/1999/xhtml/vocab#license</code>".
 
+  <p class=note>The predicates mentioned in this section are the
+  predicates that result from <a href=#extracting-rdf title="extracting rdf">converting
+  to RDF</a> an HTML page containing microdata with an item whose
+  <a href=#item-type title="item type">type</a> is "<code title=md-work><a href=#md-work>http://n.whatwg.org/work</a></code>".</p>
 
 
 
@@ -48591,8 +48595,8 @@
 
   </ol><h4 id=rdf><span class=secno>5.5.2 </span>RDF</h4>
 
-  <p>To convert a <code>Document</code> to RDF, a user agent must run
-  the following algorithm:</p>
+  <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>
 
   <ol><li>
 

Modified: source
===================================================================
--- source	2010-01-18 06:46:22 UTC (rev 4605)
+++ source	2010-01-18 07:30:53 UTC (rev 4606)
@@ -54592,6 +54592,11 @@
   must be considered equivalent to the predicate "<code
   title="">http://www.w3.org/1999/xhtml/vocab#license</code>".
 
+  <p class="note">The predicates mentioned in this section are the
+  predicates that result from <span title="extracting rdf">converting
+  to RDF</span> an HTML page containing microdata with an item whose
+  <span title="item type">type</span> is "<code
+  title="md-work">http://n.whatwg.org/work</code>".</p>
 
 
 
@@ -54736,8 +54741,8 @@
 
   <h4>RDF</h4>
 
-  <p>To convert a <code>Document</code> to RDF, a user agent must run
-  the following algorithm:</p>
+  <p>To <dfn title="extracting rdf">convert a <code>Document</code> to
+  RDF</dfn>, a user agent must run the following algorithm:</p>
 
   <ol>
 




More information about the Commit-Watchers mailing list