- From: poot <cvsmail@w3.org>
- Date: Wed, 9 Jul 2008 11:49:05 +0900 (JST)
- To: public-html-diffs@w3.org
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) (changed by: Michael Smith) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.302.html#status http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.302.html#media_wd2 http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.302.html#abstract http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.302.html#the-canvas_wd2 http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.302.html#terminology_wd2 Current content per affected section: http://dev.w3.org/html5/pubnotes/Overview.html#status http://dev.w3.org/html5/pubnotes/Overview.html#media_wd2 http://dev.w3.org/html5/pubnotes/Overview.html#abstract http://dev.w3.org/html5/pubnotes/Overview.html#the-canvas_wd2 http://dev.w3.org/html5/pubnotes/Overview.html#terminology_wd2 Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#status http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#media_wd2 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#abstract http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-canvas_wd2 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#terminology_wd2 Cumulative diff: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.diff.html http://dev.w3.org/cvsweb/html5/pubnotes/Overview.html?r1=1.301&r2=1.302&f=h http://html5.org/tools/web-apps-tracker?from=1850&to=1851 =================================================================== 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:49:46 UTC