- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Jan 2010 08:29:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-device In directory hutz:/tmp/cvs-serv13700 Modified Files: Overview.html Log Message: more cleanup (whatwg r4547) Index: Overview.html =================================================================== RCS file: /sources/public/html5/html-device/Overview.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Overview.html 8 Jan 2010 08:20:27 -0000 1.10 +++ Overview.html 8 Jan 2010 08:29:09 -0000 1.11 @@ -363,20 +363,16 @@ 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"><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> + <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> <ol> - <li><a href="#stream-api"><span class="secno">3.1 </span>Stream API</a></ol></li> + <li><a href="#stream-api"><span class="secno">2.1 </span>Stream API</a></ol></li> <li><a class="no-num" href="#references">References</a></li> <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">3 </span>The <dfn><code>device</code></dfn> element</h2><dl class="element"><dt>Categories</dt> +<!--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 HTML5 + Core and Vocabulary 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> <dd><span>Flow content</span>.</dd> <dd><span>Phrasing content</span>.</dd> <dd><span>Interactive content</span>.</dd> @@ -432,7 +428,7 @@ } </script></pre> - </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 + </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 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>(); @@ -455,10 +451,6 @@ <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="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 Core and Vocabulary</a></cite>,
Received on Friday, 8 January 2010 08:29:13 UTC