Title: [287446] trunk/Source/WebCore
Revision
287446
Author
n...@apple.com
Date
2021-12-26 10:47:26 -0800 (Sun, 26 Dec 2021)

Log Message

Update writing-mode property values in CSSProperties.json
https://bugs.webkit.org/show_bug.cgi?id=234689

Reviewed by Simon Fraser.

horizontal-tb/vertical-lr/vertical-rl have been supported for a while now.
horizontal-bt has too, but it is non-standard.

* css/CSSProperties.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (287445 => 287446)


--- trunk/Source/WebCore/ChangeLog	2021-12-26 18:45:32 UTC (rev 287445)
+++ trunk/Source/WebCore/ChangeLog	2021-12-26 18:47:26 UTC (rev 287446)
@@ -1,3 +1,15 @@
+2021-12-26  Tim Nguyen  <n...@apple.com>
+
+        Update writing-mode property values in CSSProperties.json
+        https://bugs.webkit.org/show_bug.cgi?id=234689
+
+        Reviewed by Simon Fraser.
+
+        horizontal-tb/vertical-lr/vertical-rl have been supported for a while now.
+        horizontal-bt has too, but it is non-standard.
+
+        * css/CSSProperties.json:
+
 2021-12-26  Antti Koivisto  <an...@apple.com>
 
         [:has() pseudo-class] Support :disabled and :enabled pseudo-class invalidation

Modified: trunk/Source/WebCore/css/CSSProperties.json (287445 => 287446)


--- trunk/Source/WebCore/css/CSSProperties.json	2021-12-26 18:45:32 UTC (rev 287445)
+++ trunk/Source/WebCore/css/CSSProperties.json	2021-12-26 18:47:26 UTC (rev 287446)
@@ -765,25 +765,20 @@
                     "value": "tb",
                     "status": "deprecated"
                 },
+                "horizontal-tb",
+                "vertical-lr",
+                "vertical-rl",
                 {
-                    "value": "horizontal-tb",
+                    "value": "sideways-lr",
                     "status": "unimplemented"
                 },
                 {
-                    "value": "vertical-rl",
-                    "status": "unimplemented"
-                },
-                {
-                    "value": "vertical-lr",
-                    "status": "unimplemented"
-                },
-                {
                     "value": "sideways-rl",
                     "status": "unimplemented"
                 },
                 {
-                    "value": "sideways-lr",
-                    "status": "unimplemented"
+                    "value": "horizontal-bt",
+                    "status": "non-standard"
                 }
             ],
             "codegen-properties": {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to