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

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

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/html-device/Overview.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Overview.html	8 Jan 2010 02:06:46 -0000	1.8
+++ Overview.html	8 Jan 2010 06:48:45 -0000	1.9
@@ -367,7 +367,8 @@
  <li><a href="#devices"><span class="secno">2 </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 class="no-num" href="#references">References</a></ol>
+ <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
   requirements, definitions, dependencies, terminology, and
   typographical conventions described in the HTML5 specification apply
@@ -446,7 +447,7 @@
   object and the invocation of the <code title="dom-StreamRecorder-stop"><a href="#dom-streamrecorder-stop">stop()</a></code> method. <a href="#refsFILEAPI">[FILEAPI]</a><p>For audio and video streams, the file must be in a format
   supported by the user agent for use in <code>audio</code> and
   <code>video</code> elements.<p class="XXX">This again will be pinned down to a specific codec,
-  frame dimension, and bitrate in due course.</p><!--START vCard--><!--START vEvent--><h2 class="no-num" id="references">References</h2><!--REFS--><!--END vCard--><!--END vEvent--><p>All references are normative unless marked "Non-normative".</p><!--START vCard--><!--START vEvent--><!-- XXX really should remove dates and version numbers from these references once and for all --><dl><dt id="refsFILEAPI">[FILEAPI]</dt>
+  frame dimension, and bitrate in due course.<h2 class="no-num" id="references">References</h2><!--REFS--><p>All references are normative unless marked "Non-normative".</p><!-- XXX really should remove dates and version numbers from these references once and for all --><dl><dt id="refsFILEAPI">[FILEAPI]</dt>
    <dd><cite><a href="http://dev.w3.org/2006/webapi/FileUpload/publish/FileAPI.html">File
    API</a></cite>, A. Ranganathan. W3C, August 2009.</dd>
 
@@ -461,4 +462,5 @@
    <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a></cite>,
    I. Hickson. WHATWG, August 2009.</dd>
 
-  </dl><!--END vCard--><!--END vEvent-->
+  </dl><h2 id="acknowledgements"><span class="secno">3 </span>Acknowledgements</h2><p>For a full list of acknowledgements, please see the HTML5
+  specification.

Received on Friday, 8 January 2010 06:48:49 UTC