Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6e6cd1ee610544b6b7fe6a594b1307896812444b
      
https://github.com/WebKit/WebKit/commit/6e6cd1ee610544b6b7fe6a594b1307896812444b
  Author: Vitor Roriz <[email protected]>
  Date:   2024-10-08 (Tue, 08 Oct 2024)

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

  Log Message:
  -----------
  Repurpose CSSTextSpacing feature flag to CSSTextSpacingTrim
https://bugs.webkit.org/show_bug.cgi?id=281070
rdar://137522495

Reviewed by Sammy Gill.

The css `text-spacing` property is defined by its two
longhands `text-spacing-trim` and `text-autospace`.

We used to have a single CSSTextSpacing feature flag.
As we incrementely progress on the development of these
features, we have created a specific flag for `text-autospace` before.

The text-spacing flag was then used only for guarding the
text-spacing-trim property. Here we are repurposing this
flag to guard text-spacing-trim and avoiding confusion
between text-spacing (shorthand) and text-spacing-trim (longhand).

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/css/CSSProperties.json:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to