Title: [286357] trunk/Source/WTF
Revision
286357
Author
[email protected]
Date
2021-12-01 02:53:40 -0800 (Wed, 01 Dec 2021)

Log Message

Add a runtime flag to enable CSS Transforms Level 2 spec compliant behavior
https://bugs.webkit.org/show_bug.cgi?id=232618

Reviewed by Simon Fraser.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (286356 => 286357)


--- trunk/Source/WTF/ChangeLog	2021-12-01 10:44:19 UTC (rev 286356)
+++ trunk/Source/WTF/ChangeLog	2021-12-01 10:53:40 UTC (rev 286357)
@@ -1,3 +1,12 @@
+2021-12-01  Martin Robinson  <[email protected]>
+
+        Add a runtime flag to enable CSS Transforms Level 2 spec compliant behavior
+        https://bugs.webkit.org/show_bug.cgi?id=232618
+
+        Reviewed by Simon Fraser.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2021-11-30  Tim Horton  <[email protected]>
 
         Add a momentum event synthesizer

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (286356 => 286357)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-12-01 10:44:19 UTC (rev 286356)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-12-01 10:53:40 UTC (rev 286357)
@@ -164,6 +164,18 @@
     WebKit:
       default: false
 
+CSS3DTransformInteroperabilityEnabled:
+  type: bool
+  humanReadableName: "CSS 3D Transform Interoperability"
+  humanReadableDescription: "Enable 3D transform behavior that is specification-compliant but backwards incompatible"
+  defaultValue:
+    WebKitLegacy:
+      default: false
+    WebKit:
+      default: false
+    WebCore:
+      default: false
+
 CSSCascadeLayersEnabled:
   type: bool
   humanReadableName: "CSS Cascade Layers"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to