html5/spec Overview.html,1.2380,1.2381

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11191

Modified Files:
	Overview.html 
Log Message:
Clarify exactly what kind of .wav file is expected to be supported. (whatwg r3232)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2380
retrieving revision 1.2381
diff -u -d -r1.2380 -r1.2381
--- Overview.html	12 Jun 2009 18:55:17 -0000	1.2380
+++ Overview.html	12 Jun 2009 19:37:34 -0000	1.2381
@@ -17554,12 +17554,15 @@
   and this section will be updated once more information is
   available.</p>
 
-  <!-- XXX mention that this spec doesn't require native support or
-  plugin support, either is fine -->
-
   <p class="note">Certain user agents might support no codecs at all,
   e.g. text browsers running over SSH connections.</p>
 
+  <!-- similar note in audio codecs section -->
+  <p class="note">Implementations are free to implement support for
+  video codecs either natively, or using platform-specific APIs, or
+  using plugins: this specification does not specify how codecs are to
+  be implemented.</p>
+
   </div><h4 id="audio"><span class="secno">4.8.8 </span>The <dfn><code>audio</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content-0">Flow content</a>.</dd>
    <dd><a href="#phrasing-content-0">Phrasing content</a>.</dd>
@@ -17635,10 +17638,15 @@
   formats.</p>
 
   <p>User agents must support the WAVE container format with audio
-  encoded using the PCM format. <!-- XXX references? #refs --> </p>
+  encoded using the 16 bit PCM (LE) codec, at sampling frequencies of
+  11.025kHz, 22.050kHz, or 44.100kHz, and for both mono and
+  stereo. <!-- XXX references?  #refs --> </p>
 
-  <!-- XXX mention that this spec doesn't require native support or
-  plugin support, either is fine -->
+  <!-- similar note in audio codecs section -->
+  <p class="note">Implementations are free to implement support for
+  audio codecs either natively, or using platform-specific APIs, or
+  using plugins: this specification does not specify how codecs are to
+  be implemented.</p>
 
   </div><h4 id="the-source-element"><span class="secno">4.8.9 </span>The <dfn><code>source</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>

Received on Friday, 12 June 2009 19:37:43 UTC