[Bug 19902] Clarify what happens if you set PannerNode.{panningModel,distanceModel} to an invalid value

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

--- Comment #2 from Ehsan Akhgari [:ehsan] <ehsan@mozilla.com> ---
We're considering enabling Web IDL enum attribute setters to throw if passed an
invalid value, which would mean that we'll get what I'm asking for here for
free.  And yes, I still think that using Web IDL enums would be a good change
because of the increase in code readability and the possibilities of using the
IDL parser to do various sorts of checking for the implementers.

However I don't think that it would be very good for us to allow setting these
both as integers and strings...  How did WebKit deal with the other breaking
changes that was recently made in the spec (such as renaming functions, etc.)?

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

Received on Thursday, 15 November 2012 01:32:25 UTC