[Bug 12547] New: MEDIA CONTROLLER requires readyState for grouped multitrack

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

           Summary: MEDIA CONTROLLER requires readyState for grouped
                    multitrack
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: jfoliot@stanford.edu
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


The MediaController object currently does not expose an aggregate view of the
readyState of the slave media elements. It is, however, impossible for a
developer to reliably aggregate the readyState from the individual slave media
elements, since their states may continue to change. The media framework inside
the UA is the only place where such aggregation is sensibly possible.

Therefore, we request addition of a readyState IDL attribute on the
MediaController object.
It must represent the minimum state that all the slave media elements have
achieved.

-- 
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 Saturday, 23 April 2011 03:17:34 UTC