[webkit-changes] [WebKit/WebKit] cd422b: [SVG] Make 'paint-order' property inherits

Ahmad Saleem noreply at github.com
Thu Aug 17 08:53:05 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cd422b00b1bd6aed13324a3a25438212c5166321
      https://github.com/WebKit/WebKit/commit/cd422b00b1bd6aed13324a3a25438212c5166321
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/svg/painting/inheritance-expected.txt
    M Source/WebCore/css/CSSProperties.json

  Log Message:
  -----------
  [SVG] Make 'paint-order' property inherits

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

Reviewed by Tim Nguyen.

This patch aligns WebKit with Blink / Chromium, Gecko / Firefox and Web-Spec [1].

This PR makes 'paint-order' property to be inherited as per spec.

[1] https://svgwg.org/svg2-draft/painting.html#PaintOrder

* Source/WebCore/css/CSSProperties.json: 'paint-order' to be inherited
* LayoutTests/imported/w3c/web-platform-tests/svg/painting/inheritance-expected.txt: Rebaselined

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




More information about the webkit-changes mailing list