Re: [pointer-lock] pointerLockElement should be nullable in the IDL

Thanks, updated to use the nullable type.
http://dvcs.w3.org/hg/pointerlock/rev/ecf0846c2f8f


On Tue, Nov 27, 2012 at 2:41 PM, Boris Zbarsky <bzbarsky@mit.edu> wrote:

> The IDL at http://dvcs.w3.org/hg/**pointerlock/raw-file/default/**
> index.html#extensions-to-the-**document-interface<http://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#extensions-to-the-document-interface>says:
>
>     readonly attribute Element pointerLockElement;
>
> but the attribute can return null, so the type should be "Element?".
>
> -Boris
>
>

Received on Tuesday, 27 November 2012 22:57:49 UTC