[fxtf-drafts] [geometry] invoking fromPoint() static method on DOMPoint

dirkschulze has just created a new issue for https://github.com/w3c/fxtf-drafts:

== [geometry] invoking fromPoint() static method on DOMPoint ==
Original post by @domenic https://www.w3.org/Bugs/Public/show_bug.cgi?id=28570:

>> Let point 1 be the result of invoking fromPoint() static method on DOMPoint with the p1 dictionary member of other as argument, if it exists.
>
>Is the intent here that the page can override DOMPoint.fromPoint = ... and thus customize the behavior of fromQuad? If not then it might be >best to factor out an algorithm you can refer to by name. If so it might be worth adding a note explicitly noting this.
>
>I could go either way. Allowing overrides is more JavaScript-ey, but pretty rare on the platform. I imagine others would prefer not allowing >overrides.

Response from @zcorpan:
>Allowing override is not intentional.

Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/270 using your GitHub account

Received on Sunday, 15 April 2018 17:31:14 UTC