This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 13326 - Move defaultMuted to HTMLVideoElement
Summary: Move defaultMuted to HTMLVideoElement
Status: RESOLVED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-22 12:21 UTC by contributor
Modified: 2012-01-11 18:26 UTC (History)
8 users (show)

See Also:


Attachments

Description contributor 2011-07-22 12:21:36 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html
Multipage: http://www.whatwg.org/C#media-elements
Complete: http://www.whatwg.org/c#media-elements

Comment:
Move defaultMuted to HTMLVideoElement

Posted from: 83.218.67.122 by philipj@opera.com
User agent: Opera/9.80 (X11; Linux x86_64; U; Edition Next; en) Presto/2.9.181 Version/12.00
Comment 1 Philip Jägenstedt 2011-07-22 12:25:05 UTC
Like poster="", muted="" has no effect on <audio> elements. For consistency, defaultMuted should only be exposed on HTMLVideoElement. Currently, it's rather odd that <video muted> gives video.muted == video.defaultMuted == true, but <audio muted> gives audio.muted == false and audio.defaultMuted == true.

I've implemented it in Opera with defaultMuted exposed only on HTMLVideoElement, it is my hope that the spec follows.
Comment 2 Philip Jägenstedt 2011-07-22 13:55:05 UTC
Oops, the spec actually does make <audio muted> work, it's just one description
which is confusing: "The muted attribute on the video element controls the
default state of the audio channel of the media resource, potentially
overriding user preferences."
Comment 3 Michael[tm] Smith 2011-08-04 05:04:44 UTC
mass-moved component to LC1