[webkit-changes] [WebKit/WebKit] 25c142: Sync 'SVGNumber.idl' with WebIDL Specification

Ahmad Saleem noreply at github.com
Sat Jan 6 16:09:16 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 25c142f653a1234a8c98ce488c590dc2a17a0758
      https://github.com/WebKit/WebKit/commit/25c142f653a1234a8c98ce488c590dc2a17a0758
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2024-01-06 (Sat, 06 Jan 2024)

  Changed paths:
    M LayoutTests/svg/dom/SVGNumber-expected.txt
    M LayoutTests/svg/dom/SVGNumber.html
    M Source/WebCore/svg/SVGNumber.idl

  Log Message:
  -----------
  Sync 'SVGNumber.idl' with WebIDL Specification

https://bugs.webkit.org/show_bug.cgi?id=267186

Reviewed by Tim Nguyen.

This patch is to align WebKit with Web-Specification [1]:

[1] https://svgwg.org/svg2-draft/types.html#InterfaceSVGNumber

It removes 'unrestricted' from `value`.

Additionally, the test is synced from below Blink upstream (main), which uses 'testharness'.

* Source/WebCore/svg/SVGNumber.idl:
* LayoutTests/svg/dom/SVGNumber.html: Updated from Blink / Chromium source
* LayoutTests/svg/dom/SVGNumber-expected.txt: Rebaselined

Canonical link: https://commits.webkit.org/272741@main




More information about the webkit-changes mailing list