- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Tue, 29 Jan 2013 21:07:28 -0800
- To: Boris Zbarsky <bzbarsky@mit.edu>
- Cc: WHATWG <whatwg@lists.whatwg.org>
On Tue, Jan 29, 2013 at 9:04 PM, Boris Zbarsky <bzbarsky@mit.edu> wrote: > On 1/29/13 11:37 PM, Rik Cabanier wrote: >> >> So the API could be as follows: > > ... > >> unrestricted double? sx; >> unrestricted double? sy; > > > Do these actually need to be nullable? What's the use case for setting them > to null? > > Same thing for the rest of this dictionary's members. Hah, right, I overlooked that. They don't need to be *nullable*, just *optional*. ~TJ
Received on Wednesday, 30 January 2013 05:08:11 UTC