[webkit-changes] [WebKit/WebKit] a40e16: [masonry] Put align-tracks & justify-tracks behind...

Tim Nguyen noreply at github.com
Tue Jun 13 11:07:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a40e16fe3a7e5754a7db9241628211a7f5589704
      https://github.com/WebKit/WebKit/commit/a40e16fe3a7e5754a7db9241628211a7f5589704
  Author: Tim Nguyen <ntim at apple.com>
  Date:   2023-06-13 (Tue, 13 Jun 2023)

  Changed paths:
    M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
    M Source/WebCore/css/CSSProperties.json
    M Source/WebCore/css/process-css-properties.py

  Log Message:
  -----------
  [masonry] Put align-tracks & justify-tracks behind separate preference
https://bugs.webkit.org/show_bug.cgi?id=257990
rdar://110674890

Reviewed by Alan Baradlay and Myles C. Maxfield.

There is currently no layout support for those CSS properties, only parsing, so let's gate it behind it a separate pref so feature detection is correct.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/css/process-css-properties.py:
(GenerateCSSPropertyNames):

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




More information about the webkit-changes mailing list