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

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

Adrian Bateman [MSFT] <adrianba@microsoft.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Adrian Bateman [MSFT] <adrianba@microsoft.com> ---
Based on the discussion at the F2F, we concluded that returning bool was the
best approach. If the application wants the "maybe" vs. "probably" nuance they
should use canPlayType. isTypeSupported simply gives an indication about
whether the browser supports the content type/protection system combination.

Resolving fixed for the original issue.

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

Received on Thursday, 25 April 2013 03:40:10 UTC