On Tue, Dec 18, 2012 at 2:53 PM, Glenn Maynard <[email protected]> wrote: > That would break this: > >> * In 6.2.2 (the definition of how to fire the event), if the light >> level can't be determined, the .value attribute of the event should be >> null, not the empty string. I've already handled the nullability in >> the WebIDL above.
Ah fair point. Why not make the empty string part of the enum and use that? Can't think of another place where we'd use nullable enums and we do use the emtpy string as default in e.g. XMLHttpRequest. -- http://annevankesteren.nl/
