- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 18 Jan 2010 07:30:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv23166
Modified Files:
Overview.html
Log Message:
Explain what the weird predicates come from. (whatwg r4606)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Overview.html 18 Jan 2010 06:46:27 -0000 1.20
+++ Overview.html 18 Jan 2010 07:30:57 -0000 1.21
@@ -3922,10 +3922,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>".
-
-
-
- <h4 id="examples-2"><span class="secno">7.3.2 </span>Examples</h4><div class="example">
+ <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>".<h4 id="examples-2"><span class="secno">7.3.2 </span>Examples</h4><div class="example">
<p>This example shows an embedded image entitled <cite>My
Pond</cite>, licensed under the Creative Commons Attribution-Share
@@ -4025,8 +4025,8 @@
</ol><h3 id="rdf"><span class="secno">8.2 </span>RDF</h3>
- <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>
Received on Monday, 18 January 2010 07:31:01 UTC