This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 28570 - "invoking fromPoint() static method on DOMPoint"
Summary: "invoking fromPoint() static method on DOMPoint"
Status: RESOLVED MOVED
Alias: None
Product: FXTF
Classification: Unclassified
Component: Geometry (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: sideshowbarker+geometry
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-27 17:59 UTC by Domenic Denicola
Modified: 2018-04-16 12:10 UTC (History)
2 users (show)

See Also:


Attachments

Description Domenic Denicola 2015-04-27 17:59:22 UTC
> 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.
Comment 1 Simon Pieters 2015-05-06 17:57:06 UTC
Allowing override is not intentional.
Comment 2 Simon Pieters 2018-04-16 12:10:14 UTC
https://github.com/w3c/fxtf-drafts/issues/270