[webkit-changes] [WebKit/WebKit] dc6ec3: Add experimental feature flag for CSS Typed OM Col...

Chris Dumez noreply at github.com
Tue Nov 29 23:56:07 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dc6ec366afda0bfa1f44399f428677a5a1f970e3
      https://github.com/WebKit/WebKit/commit/dc6ec366afda0bfa1f44399f428677a5a1f970e3
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2022-11-29 (Tue, 29 Nov 2022)

  Changed paths:
    M Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml
    M Source/WebCore/css/typedom/color/CSSColor.idl
    M Source/WebCore/css/typedom/color/CSSColorValue.idl
    M Source/WebCore/css/typedom/color/CSSHSL.idl
    M Source/WebCore/css/typedom/color/CSSHWB.idl
    M Source/WebCore/css/typedom/color/CSSLCH.idl
    M Source/WebCore/css/typedom/color/CSSLab.idl
    M Source/WebCore/css/typedom/color/CSSOKLCH.idl
    M Source/WebCore/css/typedom/color/CSSOKLab.idl
    M Source/WebCore/css/typedom/color/CSSRGB.idl

  Log Message:
  -----------
  Add experimental feature flag for CSS Typed OM Color support
https://bugs.webkit.org/show_bug.cgi?id=248426

Reviewed by Antoine Quint.

Add experimental feature flag for CSS Typed OM Color support. The color API in
CSS Typed OM is still changing a lot and Blink hasn't shipped this part yet.

Odds are we will want to enable CSS Typed OM while keeping the Color part of
the API disabled until the specification has stabilized.

* Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml:
* Source/WebCore/css/typedom/color/CSSColor.idl:
* Source/WebCore/css/typedom/color/CSSColorValue.idl:
* Source/WebCore/css/typedom/color/CSSHSL.idl:
* Source/WebCore/css/typedom/color/CSSHWB.idl:
* Source/WebCore/css/typedom/color/CSSLCH.idl:
* Source/WebCore/css/typedom/color/CSSLab.idl:
* Source/WebCore/css/typedom/color/CSSOKLCH.idl:
* Source/WebCore/css/typedom/color/CSSOKLab.idl:
* Source/WebCore/css/typedom/color/CSSRGB.idl:

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




More information about the webkit-changes mailing list