[Bug 13327] <video muted> should not fire a volumechange event

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13327

--- Comment #1 from Philip Jägenstedt <philipj@opera.com> 2011-07-22 12:30:12 UTC ---
"When a media element is created, if it has a muted attribute specified, the
user agent must set the muted IDL attribute to true, overriding any user
preference."

As defined, this will "queue a task to fire a simple event named volumechange",
which is not very useful at all, as it's fairly hard to observe the event. No
event is fired when the muted state or volume is set by remembering a user
preference.

Incidentally, it was simpler to implement without firing the event.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 22 July 2011 12:30:17 UTC