[Webkit-unassigned] [Bug 24364] New: Add HTMLMediaElement canPlayType method
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 4 12:19:37 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=24364
Summary: Add HTMLMediaElement canPlayType method
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eric.carlson at apple.com
Add the canPlayType method, define in 4.8.10.3 as:
The canPlayType(type) method must return the string "no" if type is a type that
the user agent knows it cannot render; it must return "probably" if the user
agent is confident that the type represents a media resource that it can render
if used in with this audio or video element; and it must return "maybe"
otherwise. Implementors are encouraged to return "maybe" unless the type can be
confidently established as being supported or not. Generally, a user agent
should never return "probably" if the type doesn't have a codecs parameter.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list