[Bug 9662] canPlayType should return enum instead of string

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


Axel Dahmen <brille1@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brille1@hotmail.com




--- Comment #1 from Axel Dahmen <brille1@hotmail.com>  2010-05-05 22:03:12 ---
Returning strings usually slows down the program and is error prone.

It would be more stable to have canPlayType() return an enum, or a short int
instead, like many other properties/functions do.

-- 
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 Wednesday, 5 May 2010 22:03:14 UTC