[Bug 19531] simplify MIME type capability detection

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

--- Comment #6 from Aaron Colwell <acolwell@chromium.org> ---
Changes committed.
http://dvcs.w3.org/hg/html-media/rev/0c638da9a67a

isTypeSupported() was added based on discussion at TPAC. This method simply
indicates whether the MediaSource implementation will accept a particular
format. It was decided to keep this separate from
HTMLMediaElement.canPlayType() because the ability to play a type does not mean
that the MediaSource implementation can accept that type.

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

Received on Wednesday, 28 November 2012 19:06:58 UTC