- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jan 2010 11:54:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-device
In directory hutz:/tmp/cvs-serv24262
Modified Files:
Overview.html
Log Message:
Make the microdata spec stand slightly more alone. (whatwg r4634)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html-device/Overview.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Overview.html 11 Jan 2010 11:13:33 -0000 1.15
+++ Overview.html 29 Jan 2010 11:54:45 -0000 1.16
@@ -262,7 +262,7 @@
<h1>HTML Device</h1>
<h2 class="no-num no-toc" id="an-addition-to-html">An addition to HTML</h2>
- <h2 class="no-num no-toc" id="editor-s-draft-11-january-2010">Editor's Draft 11 January 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-29-january-2010">Editor's Draft 29 January 2010</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html-device/">http://www.w3.org/TR/html-device/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -341,7 +341,7 @@
specification's progress along the W3C Recommendation
track.
- This specification is the 11 January 2010 Editor's Draft.
+ This specification is the 29 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>This specification is part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
larger specification</a> being produced by the <a href="http://www.whatwg.org/">WHATWG</a>.
<!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
@@ -372,7 +372,7 @@
<!--end-toc--><hr><h2 id="conformance-requirements"><span class="secno">1 </span>Conformance requirements</h2><p>This specification is an HTML specification. All the conformance
requirements, conformance classes, definitions, dependencies,
terminology, and typographical conventions described in the core
- HTML5 specification apply to this specification. <a href="#refsHTML5CORE">[HTML5CORE]</a><h2 id="devices"><span class="secno">2 </span>The <dfn><code>device</code></dfn> element</h2><dl class="element"><dt>Categories</dt>
+ HTML5 specification apply to this specification. <a href="#refsHTML5">[HTML5]</a><h2 id="devices"><span class="secno">2 </span>The <dfn><code>device</code></dfn> element</h2><dl class="element"><dt>Categories</dt>
<dd><span>Flow content</span>.</dd>
<dd><span>Phrasing content</span>.</dd>
<dd><span>Interactive content</span>.</dd>
@@ -451,13 +451,9 @@
<dd><cite><a href="http://dev.w3.org/2006/webapi/FileUpload/publish/FileAPI.html">File
API</a></cite>, A. Ranganathan. W3C, August 2009.</dd>
- <dt id="refsHTML5CORE">[HTML5CORE]</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://dev.w3.org/html5/spec/">HTML5</a></cite>,
- I. Hickson, D. Hyatt. W3C, January 2010.</dd>
+ <dt id="refsHTML5">[HTML5]</dt>
+ <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a></cite>,
+ I. Hickson. WHATWG, August 2009.</dd>
- </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p>For a full list of acknowledgements, please see the Core HTML5
- specification. <a href="#refsHTML5CORE">[HTML5CORE]</a>
+ </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p>For a full list of acknowledgements, please see the HTML5
+ specification. <a href="#refsHTML5">[HTML5]</a>
Received on Friday, 29 January 2010 11:54:52 UTC