Title: [269862] trunk/Source/WebCore
Revision
269862
Author
[email protected]
Date
2020-11-16 10:58:00 -0800 (Mon, 16 Nov 2020)

Log Message

Add CSS aspect ratio to feature status page
https://bugs.webkit.org/show_bug.cgi?id=218979

Patch by Rob Buis <[email protected]> on 2020-11-16
Reviewed by Simon Fraser.

Add status entry for CSS aspect ratio as well as
a css-sizing category for CSS properties.

* css/CSSProperties.json:
* features.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (269861 => 269862)


--- trunk/Source/WebCore/ChangeLog	2020-11-16 18:41:18 UTC (rev 269861)
+++ trunk/Source/WebCore/ChangeLog	2020-11-16 18:58:00 UTC (rev 269862)
@@ -1,3 +1,16 @@
+2020-11-16  Rob Buis  <[email protected]>
+
+        Add CSS aspect ratio to feature status page
+        https://bugs.webkit.org/show_bug.cgi?id=218979
+
+        Reviewed by Simon Fraser.
+
+        Add status entry for CSS aspect ratio as well as
+        a css-sizing category for CSS properties.
+
+        * css/CSSProperties.json:
+        * features.json:
+
 2020-11-16  Andres Gonzalez  <[email protected]>
 
         Add logging of AXCoreObject outerHTML to AXLogger.

Modified: trunk/Source/WebCore/css/CSSProperties.json (269861 => 269862)


--- trunk/Source/WebCore/css/CSSProperties.json	2020-11-16 18:41:18 UTC (rev 269861)
+++ trunk/Source/WebCore/css/CSSProperties.json	2020-11-16 18:58:00 UTC (rev 269862)
@@ -4480,6 +4480,7 @@
                 "status": "experimental"
             },
             "specification": {
+                "category": "css-sizing",
                 "url": "https://drafts.csswg.org/css-sizing-4/#aspect-ratio"
             }
         },
@@ -7186,6 +7187,11 @@
             "longname": "CSS Shapes Module",
             "url": "https://www.w3.org/TR/css-shapes/"
         },
+        "css-sizing": {
+            "shortname": "CSS Box Sizing",
+            "longname": "CSS Box Sizing Module Level 4",
+            "url": "https://drafts.csswg.org/css-sizing-4/"
+        },
         "css-speech": {
             "shortname": "CSS Speech",
             "longname": "CSS Speech Module",

Modified: trunk/Source/WebCore/features.json (269861 => 269862)


--- trunk/Source/WebCore/features.json	2020-11-16 18:41:18 UTC (rev 269861)
+++ trunk/Source/WebCore/features.json	2020-11-16 18:58:00 UTC (rev 269862)
@@ -62,6 +62,15 @@
         "category": "css"
     },
     {
+        "name": "CSS Aspect ratio property",
+        "status": {
+            "status": "In Development"
+        },
+        "url": "https://drafts.csswg.org/css-sizing-4/#aspect-ratio",
+        "keywords": ["css", "css-sizing", "aspect-ratio"],
+        "category": "css"
+    },
+    {
         "name": "CSS Color Level 4",
         "status": {
             "status": "Supported",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to