From 4f6d331558e5772d6b55899f8c4e78e504d16720 Mon Sep 17 00:00:00 2001 From: FranklinDM Date: Sat, 2 Apr 2022 13:47:40 +0800 Subject: [PATCH] Issue #1838 - Part 3: Regenerate developer tools' static CSS properties database --- .../shared/css/generated/properties-db.js | 65 ++++++++++++++----- 1 file changed, 50 insertions(+), 15 deletions(-) diff --git a/devtools/shared/css/generated/properties-db.js b/devtools/shared/css/generated/properties-db.js index bb88befb7e..2f1900a8c9 100644 --- a/devtools/shared/css/generated/properties-db.js +++ b/devtools/shared/css/generated/properties-db.js @@ -2931,10 +2931,8 @@ exports.CSS_PROPERTIES = { "grid-auto-flow", "grid-auto-rows", "grid-column-end", - "grid-column-gap", "grid-column-start", "grid-row-end", - "grid-row-gap", "grid-row-start", "grid-template-areas", "grid-template-columns", @@ -3029,6 +3027,7 @@ exports.CSS_PROPERTIES = { "quotes", "resize", "right", + "row-gap", "ruby-align", "ruby-position", "scroll-behavior", @@ -6328,17 +6327,11 @@ exports.CSS_PROPERTIES = { "unset" ] }, - "grid": { + "gap": { "isInherited": false, "subproperties": [ - "grid-template-areas", - "grid-template-rows", - "grid-template-columns", - "grid-auto-flow", - "grid-auto-rows", - "grid-auto-columns", - "grid-row-gap", - "grid-column-gap" + "row-gap", + "column-gap" ], "supports": [ 6, @@ -6347,6 +6340,27 @@ exports.CSS_PROPERTIES = { "values": [ "-moz-calc", "calc", + "inherit", + "initial", + "normal", + "unset" + ] + }, + "grid": { + "isInherited": false, + "subproperties": [ + "grid-template-areas", + "grid-template-rows", + "grid-template-columns", + "grid-auto-flow", + "grid-auto-rows", + "grid-auto-columns" + ], + "supports": [ + 6, + 8 + ], + "values": [ "inherit", "initial", "unset" @@ -6443,7 +6457,7 @@ exports.CSS_PROPERTIES = { "grid-column-gap": { "isInherited": false, "subproperties": [ - "grid-column-gap" + "column-gap" ], "supports": [ 6, @@ -6454,6 +6468,7 @@ exports.CSS_PROPERTIES = { "calc", "inherit", "initial", + "normal", "unset" ] }, @@ -6474,8 +6489,8 @@ exports.CSS_PROPERTIES = { "grid-gap": { "isInherited": false, "subproperties": [ - "grid-row-gap", - "grid-column-gap" + "row-gap", + "column-gap" ], "supports": [ 6, @@ -6486,6 +6501,7 @@ exports.CSS_PROPERTIES = { "calc", "inherit", "initial", + "normal", "unset" ] }, @@ -6521,7 +6537,7 @@ exports.CSS_PROPERTIES = { "grid-row-gap": { "isInherited": false, "subproperties": [ - "grid-row-gap" + "row-gap" ], "supports": [ 6, @@ -6532,6 +6548,7 @@ exports.CSS_PROPERTIES = { "calc", "inherit", "initial", + "normal", "unset" ] }, @@ -8335,6 +8352,24 @@ exports.CSS_PROPERTIES = { "unset" ] }, + "row-gap": { + "isInherited": false, + "subproperties": [ + "row-gap" + ], + "supports": [ + 6, + 8 + ], + "values": [ + "-moz-calc", + "calc", + "inherit", + "initial", + "normal", + "unset" + ] + }, "ruby-align": { "isInherited": true, "subproperties": [