NEW169482
Update Geometry interfaces to the latest spec
https://bugs.webkit.org/show_bug.cgi?id=169482
Summary Update Geometry interfaces to the latest spec
xlai
Reported 2017-03-10 13:53:23 PST
WebKit has started implemented some Geometry interfaces (https://bugs.webkit.org/show_bug.cgi?id=133916, https://bugs.webkit.org/show_bug.cgi?id=163464). The Geometry interfaces spec (https://drafts.fxtf.org/geometry/) has gone through some changes recently (https://drafts.fxtf.org/geometry/#changes). This include structured cloning as well as new constructors to *ReadOnly interfaces. To achieve conformance with other browsers like Chrome, it would be better to update these implementation to match the latest spec.
Attachments
Simon Fraser (smfr)
Comment 1 2017-03-10 14:39:50 PST
I implemented DOMPoint and DOMRect to the latest spec, but then added the v1 DOMPoint constructor IIRC. That change could be rolled out.
Note You need to log in before you can comment on or make changes to this bug.