Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: b75cd6787636553428b5d2155ecc7623182a105e https://github.com/WebKit/WebKit/commit/b75cd6787636553428b5d2155ecc7623182a105e Author: Ahmad Saleem <ahmad.saleem792+git...@gmail.com> Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths: M LayoutTests/imported/w3c/web-platform-tests/svg/types/scripted/SVGPoint-expected.txt M LayoutTests/svg/dom/SVGPoint-expected.txt M LayoutTests/svg/dom/SVGPoint.html M Source/WebCore/svg/SVGPoint.idl Log Message: ----------- Sync 'SVGPoint' interface based on IDL Specification https://bugs.webkit.org/show_bug.cgi?id=256957 rdar://problem/109826265 Reviewed by Ryosuke Niwa. This patch aligns WebKit with Gecko / Firefox and Web-Specification [1]. [1] https://www.w3.org/TR/SVG11/coords.html#InterfaceSVGPoint This PR changes 'unrestricted float' to 'float' as per specification. * Source/WebCore/svg/SVGPoint.idl: * LayoutTests/svg/dom/SVGPoint.html: Rebaselined * LayoutTests/svg/dom/SVGPoint-expected.txt: Ditto * LayoutTests/imported/w3c/web-platform-tests/svg/types/scripted/SVGPoint-expected.txt: Ditto Canonical link: https://commits.webkit.org/269558@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes