- From: <bugzilla@jessica.w3.org>
- Date: Fri, 22 Jul 2011 12:25:05 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13326 --- Comment #1 from Philip Jägenstedt <philipj@opera.com> 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. -- 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:25:11 UTC