[html5] r2050 - [] (0) Allow 'muted' to be stored across sessions; 'require' it to initially sta [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 11 16:52:19 PDT 2008
Author: ianh
Date: 2008-08-11 16:52:19 -0700 (Mon, 11 Aug 2008)
New Revision: 2050
Modified:
index
source
Log:
[] (0) Allow 'muted' to be stored across sessions; 'require' it to initially start off as not muted.
Modified: index
===================================================================
--- index 2008-08-11 23:39:21 UTC (rev 2049)
+++ index 2008-08-11 23:52:19 UTC (rev 2050)
@@ -20350,10 +20350,12 @@
<p>The <dfn id=muted title=dom-media-muted><code>muted</code></dfn>
attribute must return true if the audio channels are muted and false
- otherwise. On setting, the attribute must be set to the new value; if the
- new value is true, audio playback for this <a href="#media10">media
- resource</a> must then be muted, and if false, audio playback must then be
- enabled.
+ otherwise. Initially, the audio channels should not be muted (false), but
+ user agents may remember the last set value across sessions, on a per-site
+ basis or otherwise, so the muted state may start as muted (true). On
+ setting, the attribute must be set to the new value; if the new value is
+ true, audio playback for this <a href="#media10">media resource</a> must
+ then be muted, and if false, audio playback must then be enabled.
<p>Whenever either the <code title=dom-media-muted><a
href="#muted">muted</a></code> or <code title=dom-media-volume><a
Modified: source
===================================================================
--- source 2008-08-11 23:39:21 UTC (rev 2049)
+++ source 2008-08-11 23:52:19 UTC (rev 2050)
@@ -17802,10 +17802,13 @@
<p>The <dfn title="dom-media-muted"><code>muted</code></dfn>
attribute must return true if the audio channels are muted and false
- otherwise. On setting, the attribute must be set to the new value;
- if the new value is true, audio playback for this <span>media
- resource</span> must then be muted, and if false, audio playback
- must then be enabled.</p>
+ otherwise. Initially, the audio channels should not be muted
+ (false), but user agents may remember the last set value across
+ sessions, on a per-site basis or otherwise, so the muted state may
+ start as muted (true). On setting, the attribute must be set to the
+ new value; if the new value is true, audio playback for this
+ <span>media resource</span> must then be muted, and if false, audio
+ playback must then be enabled.</p>
<p>Whenever either the <code title="dom-media-muted">muted</code> or
<code title="dom-media-volume">volume</code> attributes are changed,
More information about the Commit-Watchers
mailing list