[Bug 10419] New: <video> should allow muted as a content attribute

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

           Summary: <video> should allow muted as a content attribute
           Product: HTML WG
           Version: unspecified
          Platform: All
               URL: http://dev.w3.org/html5/spec/video.html#video
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: adrianba@microsoft.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html@w3.org


muted should be allowed as a content attribute on a <video> element. It can be
modified through script but should also be allowed declaratively the same as
controls, autoplay, and loop.

Change: add muted to the list of content attributes for <video>

Scenario: we have feedback from developers who wish to include multiple videos
on a page and mute all but one of them. Later script can be used to switch
between which video should not be muted so that only one is heard at a time.

-- 
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 Tuesday, 24 August 2010 18:36:46 UTC