[Bug 20335] New: Replace canPlayType() with static bool isTypeSupported() on MediaKeys

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20335

            Bug ID: 20335
           Summary: Replace canPlayType() with static bool
                    isTypeSupported() on MediaKeys
    Classification: Unclassified
           Product: HTML WG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Encrypted Media Extensions
          Assignee: adrianba@microsoft.com
          Reporter: ddorwin@google.com
        QA Contact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-media@w3.org

Similar to the resolution of MSE's issue 19531, we should add bool
isTypeSupported() to MediaKeys and eliminate the changes to HTMLMediaElement's
canPlayType(). This provides consistency and avoids confusion related to
canPlayType(). It also concentrates the key system knowledge in the EME
objects.

This was agreed upon at TPAC 2012.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 11 December 2012 06:47:37 UTC