Title: [282158] trunk/Source/WebCore
Revision
282158
Author
r...@igalia.com
Date
2021-09-08 10:49:56 -0700 (Wed, 08 Sep 2021)

Log Message

[css-text-decor] text-decoration-* properties are no longer experimental
https://bugs.webkit.org/show_bug.cgi?id=230039

Reviewed by Simon Fraser.

* css/CSSProperties.json: Remove experimental status from text-decoration-* properties.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (282157 => 282158)


--- trunk/Source/WebCore/ChangeLog	2021-09-08 17:30:57 UTC (rev 282157)
+++ trunk/Source/WebCore/ChangeLog	2021-09-08 17:49:56 UTC (rev 282158)
@@ -1,3 +1,12 @@
+2021-09-08  Manuel Rego Casasnovas  <r...@igalia.com>
+
+        [css-text-decor] text-decoration-* properties are no longer experimental
+        https://bugs.webkit.org/show_bug.cgi?id=230039
+
+        Reviewed by Simon Fraser.
+
+        * css/CSSProperties.json: Remove experimental status from text-decoration-* properties.
+
 2021-09-08  Antti Koivisto  <an...@apple.com>
 
         [LFC][Integration] Hovering over link switches to legacy inline boxes

Modified: trunk/Source/WebCore/css/CSSProperties.json (282157 => 282158)


--- trunk/Source/WebCore/css/CSSProperties.json	2021-09-08 17:30:57 UTC (rev 282157)
+++ trunk/Source/WebCore/css/CSSProperties.json	2021-09-08 17:49:56 UTC (rev 282158)
@@ -6695,9 +6695,6 @@
                     "-webkit-text-decoration-line"
                 ]
             },
-            "status": {
-                "status": "experimental"
-            },
             "specification": {
                 "category": "css-text-decor",
                 "url": "https://www.w3.org/TR/css-text-decor-3/#text-decoration-line"
@@ -6716,9 +6713,6 @@
                 "dashed",
                 "wavy"
             ],
-            "status": {
-                "status": "experimental"
-            },
             "specification": {
                 "category": "css-text-decor",
                 "url": "https://www.w3.org/TR/css-text-decor-3/#text-decoration-style"
@@ -6733,9 +6727,6 @@
                 "visited-link-color-support": true,
                 "color-property": true
             },
-            "status": {
-                "status": "experimental"
-            },
             "specification": {
                 "category": "css-text-decor",
                 "url": "https://www.w3.org/TR/css-text-decor-3/#text-decoration-color"
@@ -6749,9 +6740,6 @@
                     "-webkit-text-decoration-skip"
                 ]
             },
-            "status": {
-                "status": "experimental"
-            },
             "specification": {
                 "category": "css-text-decor",
                 "url": "https://www.w3.org/TR/css-text-decor-3/#text-decoration-skip"
@@ -6764,9 +6752,6 @@
                 ]
             },
             "inherited": true,
-            "status": {
-                "status": "experimental"
-            },
             "specification": {
                 "category": "css-text-decor",
                 "url": "https://www.w3.org/TR/css-text-decor-3/#text-underline-position-property"
@@ -6777,9 +6762,6 @@
             "codegen-properties": {
                 "converter": "TextUnderlineOffset"
             },
-            "status": {
-                "status": "experimental"
-            },
             "specification": {
                 "category": "css-text-decor",
                 "url": "https://www.w3.org/TR/css-text-decor-4/#underline-offset"
@@ -6790,9 +6772,6 @@
             "codegen-properties": {
                 "converter": "TextDecorationThickness"
             },
-            "status": {
-                "status": "experimental"
-            },
             "specification": {
                 "category": "css-text-decor",
                 "url": "https://www.w3.org/TR/css-text-decor-4/#text-decoration-thickness"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to