Skip to content

Commit

Permalink
[gow] (2) Make <video> and <audio> have a default volume of 1.0 inste…
Browse files Browse the repository at this point in the history
…ad 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)

git-svn-id: http://svn.whatwg.org/webapps@1851 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 8, 2008
1 parent 12c1f2c commit 61e9a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index
Expand Up @@ -19106,7 +19106,7 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
<p>The <dfn id=volume title=dom-media-volume><code>volume</code></dfn>
attribute must return the playback volume of any audio portions of the <a
href="#media7">media element</a>, in the range 0.0 (silent) to 1.0
(loudest). Initially, the volume must be 0.5, but user agents may remember
(loudest). Initially, the volume must be 1.0, but user agents may remember
the last set value across sessions, on a per-site basis or otherwise, so
the volume may start at other values. On setting, if the new value is in
the range 0.0 to 1.0 inclusive, the attribute must be set to the new value
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -16800,7 +16800,7 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
<p>The <dfn title="dom-media-volume"><code>volume</code></dfn>
attribute must return the playback volume of any audio portions of
the <span>media element</span>, in the range 0.0 (silent) to 1.0
(loudest). Initially, the volume must be 0.5, but user agents may
(loudest). Initially, the volume must be 1.0, but user agents may
remember the last set value across sessions, on a per-site basis or
otherwise, so the volume may start at other values. On setting, if
the new value is in the range 0.0 to 1.0 inclusive, the attribute
Expand Down

0 comments on commit 61e9a62

Please sign in to comment.