Title: [295535] trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml
Revision
295535
Author
[email protected]
Date
2022-06-14 14:00:35 -0700 (Tue, 14 Jun 2022)

Log Message

Enable CSSTextAlignLast setting by default
https://bugs.webkit.org/show_bug.cgi?id=241241
<rdar://problem/94313487 >

Reviewed by Alan Bujtas.

All the WPT are on parity with Chrome & Firefox, so this should be ready to ship.

* Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml:

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

Modified Paths

Diff

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (295534 => 295535)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-06-14 20:52:45 UTC (rev 295534)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-06-14 21:00:35 UTC (rev 295535)
@@ -411,11 +411,11 @@
   humanReadableDescription: "Enable the property text-align-last, defined in CSS Text 3"
   defaultValue:
     WebKitLegacy:
-      default: false
+      default: true
     WebKit:
-      default: false
+      default: true
     WebCore:
-      default: false
+      default: true
 
 CSSTextJustifyEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to