Title: [287435] trunk/Source/WebCore
Revision
287435
Author
n...@apple.com
Date
2021-12-24 18:22:06 -0800 (Fri, 24 Dec 2021)

Log Message

Unreviewed, remove -webkit-svg-shadow from CSSProperties.json

It's been unshipped since 2018, and most removed properties aren't kept in CSSProperties.json
(e.g. -webkit-border-fit, -webkit-background-composite, -webkit-margin-collapse).

There's not much point to keep it in there.

* css/CSSProperties.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (287434 => 287435)


--- trunk/Source/WebCore/ChangeLog	2021-12-25 02:03:22 UTC (rev 287434)
+++ trunk/Source/WebCore/ChangeLog	2021-12-25 02:22:06 UTC (rev 287435)
@@ -1,5 +1,16 @@
 2021-12-24  Tim Nguyen  <n...@apple.com>
 
+        Unreviewed, remove -webkit-svg-shadow from CSSProperties.json
+
+        It's been unshipped since 2018, and most removed properties aren't kept in CSSProperties.json
+        (e.g. -webkit-border-fit, -webkit-background-composite, -webkit-margin-collapse).
+
+        There's not much point to keep it in there.
+
+        * css/CSSProperties.json:
+
+2021-12-24  Tim Nguyen  <n...@apple.com>
+
         Internally unprefix -webkit-font-kerning CSS property
         https://bugs.webkit.org/show_bug.cgi?id=234673
 

Modified: trunk/Source/WebCore/css/CSSProperties.json (287434 => 287435)


--- trunk/Source/WebCore/css/CSSProperties.json	2021-12-25 02:03:22 UTC (rev 287434)
+++ trunk/Source/WebCore/css/CSSProperties.json	2021-12-25 02:22:06 UTC (rev 287435)
@@ -6619,12 +6619,6 @@
                 "url": "https://www.w3.org/TR/css-counter-styles-3/#counter-style-suffix"
             }
         },
-        "-webkit-svg-shadow": {
-            "codegen-properties": {
-                "skip-codegen": true
-            },
-            "status": "removed"
-        },
         "-webkit-text-combine": {
             "inherited": true,
             "values": [
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to