Re: Transformed Pointer Coordinates?

On 2/11/13 7:56 PM, Robert O'Callahan wrote:
> [Constructor(float x, float y)]
> interface DOMPoint {
>    attribute float x;
>    attribute float y;
> }

Should those perhaps be unrestricted?

> partial interface Node {
>    DOMPoint convertPointFromNode(Node from, DOMPoint pt);

And if not, what should happen when overflow to Infinity happens here?

-Boris

Received on Tuesday, 12 February 2013 01:40:53 UTC