html5/html-device Overview.html,1.9,1.10

Update of /sources/public/html5/html-device
In directory hutz:/tmp/cvs-serv12876

Modified Files:
	Overview.html 
Log Message:
more cleanup (whatwg r4546)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html-device/Overview.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Overview.html	8 Jan 2010 06:48:45 -0000	1.9
+++ Overview.html	8 Jan 2010 08:20:27 -0000	1.10
@@ -363,16 +363,20 @@
    permits reuse of the specification text.</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><h2 class="no-num no-toc" id="contents">Table of Contents</h2>
 <!--begin-toc-->
 <ol class="toc">
- <li><a href="#conformance-requirements"><span class="secno">1 </span>Conformance requirements</a></li>
- <li><a href="#devices"><span class="secno">2 </span>The <code>device</code> element</a>
+ <li><a href="#conformance"><span class="secno">1 </span>Conformance</a></li>
+ <li><a href="#conformance-requirements"><span class="secno">2 </span>Conformance requirements</a></li>
+ <li><a href="#devices"><span class="secno">3 </span>The <code>device</code> element</a>
   <ol>
-   <li><a href="#stream-api"><span class="secno">2.1 </span>Stream API</a></ol></li>
+   <li><a href="#stream-api"><span class="secno">3.1 </span>Stream API</a></ol></li>
  <li><a class="no-num" href="#references">References</a></li>
- <li><a href="#acknowledgements"><span class="secno">3 </span>Acknowledgements</a></ol>
-<!--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
+ <li><a class="no-num" href="#acknowledgements">Acknowledgements</a></ol>
+<!--end-toc--><hr><h2 id="conformance"><span class="secno">1 </span>Conformance</h2><p>Definitions of terms and conformance classes used in this
+  specification, as well as a general introduction to the HTML5 series
+  of specifiations, can be found in the HTML5 Core and Vocabulary
+  specification. <a href="#refsHTML5CORE">[HTML5CORE]</a><h2 id="conformance-requirements"><span class="secno">2 </span>Conformance requirements</h2><p>This specification is an HTML specification. All the conformance
   requirements, definitions, dependencies, terminology, and
   typographical conventions described in the 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>
+  to this specification. <a href="#refsHTML5">[HTML5]</a><h2 id="devices"><span class="secno">3 </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>
@@ -428,7 +432,7 @@
  }
 &lt;/script&gt;</pre>
 
-  </div><h3 id="stream-api"><span class="secno">2.1 </span>Stream API</h3><p>The <code><a href="#stream">Stream</a></code> interface is used to represent
+  </div><h3 id="stream-api"><span class="secno">3.1 </span>Stream API</h3><p>The <code><a href="#stream">Stream</a></code> interface is used to represent
   streams.<pre class="idl">interface <dfn id="stream">Stream</dfn> {
   readonly attribute DOMString <a href="#dom-stream-url" title="dom-stream-URL">URL</a>;
   <a href="#streamrecorder">StreamRecorder</a> <a href="#dom-stream-record" title="dom-stream-record">record</a>();
@@ -452,15 +456,16 @@
    API</a></cite>, A. Ranganathan. W3C, August 2009.</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>
+
+   <dt id="refsHTML5CORE">[HTML5CORE]</dt>
    <!--
-   <dd><cite><a href="http://www.w3.org/TR/html5/">HTML5</a></cite>,
+   <dd><cite><a href="http://www.w3.org/TR/html5/">HTML5 Core and Vocabulary</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>
+   <dd><cite><a href="http://www.w3.org/html/wg/html5/">HTML5 Core and Vocabulary</a></cite>,
+   I. Hickson, D. Hyatt. W3C, December 2010.</dd>
 
-  </dl><h2 id="acknowledgements"><span class="secno">3 </span>Acknowledgements</h2><p>For a full list of acknowledgements, please see the HTML5
-  specification.
+  </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p>For a full list of acknowledgements, please see the HTML5 Core
+  and Vocabulary specification. <a href="#refsHTML5CORE">[HTML5CORE]</a>

Received on Friday, 8 January 2010 08:20:30 UTC