- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Jan 2010 06:49:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/mdwork
In directory hutz:/tmp/cvs-serv1190
Modified Files:
Overview.html
Log Message:
cleanup. This may introduce other problems; I'll clean them up too shortly. (whatwg r4543)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/mdwork/Overview.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Overview.html 7 Jan 2010 11:38:39 -0000 1.14
+++ Overview.html 8 Jan 2010 06:49:13 -0000 1.15
@@ -221,7 +221,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>Microdata vocabularies: Licensing Works</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-7-january-2010">Editor's Draft 7 January 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-8-january-2010">Editor's Draft 8 January 2010</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/mdwork/">http://www.w3.org/TR/mdwork/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -309,7 +309,7 @@
specification's progress along the W3C Recommendation
track.
- This specification is the 7 January 2010 Editor's Draft.
+ This specification is the 8 January 2010 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>The text of this specification is also available as part of the
<a href="http://www.whatwg.org/">WHATWG</a>'s <a href="http://www.whatwg.org/specs/vocabs/current-work/#md-work">Microdata
Vocabularies</a> specification, in its Licensing Works section. This
@@ -325,14 +325,16 @@
patent. An individual who has actual knowledge of a patent which the
individual believes contains <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
Claim(s)</a> must disclose the information in accordance with <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
- 6 of the W3C Patent Policy</a>.<h2 class="no-num no-toc" id="table-of-contents">Table of contents</h2>
+ 6 of the W3C Patent Policy</a>.<h2 class="no-num no-toc" id="contents">Table of Contents</h2>
<!--begin-toc-->
<ol class="toc">
- <li><a href="#the-vocabulary"><span class="secno">1 </span>The vocabulary</a></li>
- <li><a href="#conversion-to-rdf"><span class="secno">2 </span>Conversion to RDF</a></li>
- <li><a href="#examples"><span class="secno">3 </span>Examples</a></li>
+ <li>
+ <ol>
+ <li><a href="#the-vocabulary"><span class="secno">0.1 </span>The vocabulary</a></ol></li>
+ <li><a href="#conversion-to-rdf"><span class="secno">1 </span>Conversion to RDF</a></li>
+ <li><a href="#examples"><span class="secno">2 </span>Examples</a></li>
<li><a class="no-num" href="#references">References</a></ol>
-<!--end-toc--><hr><h2 id="the-vocabulary"><span class="secno">1 </span>The vocabulary</h2><p>This section defines a microdata vocabulary. <a href="#refsHTML5">[HTML5]</a><p>An item with the <span>item type</span> <dfn id="md-work" title="md-work"><code>http://n.whatwg.org/work</code></dfn>
+<!--end-toc--><hr><h5 id="the-vocabulary"><span class="secno">0.1 </span>The vocabulary</h5><p>This section defines a microdata vocabulary. <a href="#refsHTML5">[HTML5]</a><p>An item with the <span>item type</span> <dfn id="md-work" title="md-work"><code>http://n.whatwg.org/work</code></dfn>
represents a work (e.g. an article, an image, a video, a song,
etc). This type is primarily intended to allow authors to include
licensing information for works.<p>The following are the type's <span title="defined property
@@ -395,7 +397,7 @@
</dd>
- </dl><h2 id="conversion-to-rdf"><span class="secno">2 </span>Conversion to RDF</h2><p>For the purposes of RDF processors, blank nodes that are the
+ </dl><h2 id="conversion-to-rdf"><span class="secno">1 </span>Conversion to RDF</h2><p>For the purposes of RDF processors, blank nodes that are the
subject of a triple with the predicate "<code title="">http://www.w3.org/1999/xhtml/microdata#http%3A%2F%2Fn.whatwg.org%2Fwork%23%3Awork</code>"
and the object <var title="">s</var> must be treated as if the node
was identified by <var title="">s</var>.<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%3Atitle</code>"
@@ -410,7 +412,7 @@
- <h2 id="examples"><span class="secno">3 </span>Examples</h2><div class="example">
+ <h2 id="examples"><span class="secno">2 </span>Examples</h2><div class="example">
<p>This example shows an embedded image entitled <cite>My
Pond</cite>, licensed under the Creative Commons Attribution-Share
@@ -429,15 +431,4 @@
license</a>.</small>
</figure></pre>
- </div><h2 class="no-num" id="references">References</h2><!--REFS--><!-- XXX really should remove dates and version numbers from these references once and for all --><dl><dt id="refsHTML5">[HTML5]</dt>
- <!--
- <dd><cite><a href="http://www.w3.org/TR/html5/">HTML5</a></cite>,
- I. Hickson, D. Hyatt. W3C, April 2009.</dd>
- <dd><cite><a
- href="http://www.w3.org/html/wg/html5/">HTML5</a></cite>,
- I. Hickson, D. Hyatt. W3C, August 2009.</dd>
- -->
- <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a></cite>,
- I. Hickson. WHATWG, August 2009.</dd>
-
- </dl>
+ </div><h2 class="no-num" id="references">References</h2><!--REFS--><!-- XXX really should remove dates and version numbers from these references once and for all --><dl></dl>
Received on Friday, 8 January 2010 06:49:17 UTC