[Webkit-unassigned] [Bug 266743] New: Remove 'DOMPointInit' constructor from DOMPoint.idl and DOMPointReadOnly.idl
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 20 16:40:20 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=266743
Bug ID: 266743
Summary: Remove 'DOMPointInit' constructor from DOMPoint.idl
and DOMPointReadOnly.idl
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: BrowserCompat, WPTImpact
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ahmad.saleem792 at gmail.com
CC: mattwoodrow at apple.com, simon.fraser at apple.com
Hi Team,
While trying to understand test failures in 'CSS' especially below:
https://wpt.fyi/results/css/geometry/DOMPoint-001.html?label=master&label=experimental&aligned&q=safari%3Afail
and
https://wpt.fyi/results/css/geometry/DOMPoint-002.html?label=master&label=experimental&aligned&q=safari%3Afail
and noticed this following comment as well.
https://github.com/WebKit/WebKit/blob/926054f254028ee2cc29b0e96a50cca42592ce66/Source/WebCore/dom/DOMPoint.idl#L31
"The DOMPointInit constructor exists in https://www.w3.org/TR/geometry-1/ but is removed in https://drafts.fxtf.org/geometry/"
and if I remove following line:
https://github.com/WebKit/WebKit/blob/926054f254028ee2cc29b0e96a50cca42592ce66/Source/WebCore/dom/DOMPoint.idl#L36
and also from here:
https://github.com/WebKit/WebKit/blob/926054f254028ee2cc29b0e96a50cca42592ce66/Source/WebCore/dom/DOMPointReadOnly.idl#L37
We start progressing above failing test case. I don't know whether we have C++ code for this constructor or not but just raising so we can fix it.
CCing - Matt & Simon for their input.
Thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231221/1dbc56fa/attachment.htm>
More information about the webkit-unassigned
mailing list