html5/pubnotes Overview.html,1.301,1.302 Overview.src.html,1.287,1.288

Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv14267

Modified Files:
	Overview.html Overview.src.html 
Log Message:
1.1040 Make <video> and <audio> have a default volume of 1.0
instead of 0.5.  (Re: Consider changing the default volume for
<audio> and <video> to be 1.0 instead of 0.5) (credit: ap, pj, cd)
(whatwg r1851)


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -d -r1.301 -r1.302
--- Overview.html	9 Jul 2008 02:13:25 -0000	1.301
+++ Overview.html	9 Jul 2008 02:47:59 -0000	1.302
@@ -42,7 +42,7 @@
         specification itself or to read through the entire diff
         document that shows all the changes..</p>
     <div class="ednote"><h4 class="ednoteHeader">Editorial note</h4><p>This document was generated on
-          <b>2008-07-09T11:10:23+09:00</b>.</p></div></div>
+          <b>2008-07-09T11:46:49+09:00</b>.</p></div></div>
     <div id="status">
       <h2>Status of this Document</h2>
     <p><em>
@@ -1397,6 +1397,12 @@
                     or interpolate any frames.</q></p>
                 </blockquote>
                 </li>
+                <li>In the “User interface” subsection, text was
+                changed to state that the initial value of the
+                <code class="domattribute">volume</code>
+                attribute
+                must be <code>1.0</code> (the text had previously
+                stated that it must be <code>0.5</code>).</li>
               </ul>
             </div>
             <div id="the-canvas_wd2" class="section">

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -d -r1.287 -r1.288
--- Overview.src.html	9 Jul 2008 02:13:25 -0000	1.287
+++ Overview.src.html	9 Jul 2008 02:47:59 -0000	1.288
@@ -686,6 +686,12 @@
                     or interpolate any frames.</q></p>
                 </blockquote>
                 </li>
+                <li>In the “User interface” subsection, text was
+                changed to state that the initial value of the
+                <code class=domattribute>volume</code>
+                attribute
+                must be <code>1.0</code> (the text had previously
+                stated that it must be <code>0.5</code>).</li>
               </ul>
             </section>
             <section id=the-canvas_wd2>

Received on Wednesday, 9 July 2008 02:48:43 UTC