[Webkit-unassigned] [Bug 119537] The muted attribute in media element is not set before loading resource.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 7 04:22:30 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=119537





--- Comment #8 from Sanghyun Park <sh919.park at samsung.com>  2013-08-07 04:22:09 PST ---
(In reply to comment #7)
> Quoting the spec: " Initially, the audio output 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). "
> 
> So, not sure this patch really makes sense at HTMLMediaElement level. What do you think Eric?

Thanks for your concern.

But, the specification[1] is also described below.
"When a media element is created, if it has a muted attribute specified, the user agent must mute the media element's audio output, overriding any user preference. "
[1] http://www.w3.org/TR/html5/embedded-content-0.html#attr-media-muted

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list