[Bug 11451] Add a string enum type

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

--- Comment #9 from Anne <annevk@opera.com> 2011-12-06 10:07:17 UTC ---
We do not throw currently (e.g. <canvas> 2D API, XMLHttpRequest responseType)
and it allows for pretty easy feature testing.

E.g. obj.responseType = "json"; if(obj.responseType == "json") support!

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Tuesday, 6 December 2011 10:07:20 UTC