From 67bded6465a00a6333873616803438e15d59fca6 Mon Sep 17 00:00:00 2001 From: FranklinDM Date: Fri, 29 Mar 2024 20:35:16 +0800 Subject: [PATCH] Issue #2477 - Part 4: Regenerate developer tools' static CSS properties database --- .../shared/css/generated/properties-db.js | 74 +++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/devtools/shared/css/generated/properties-db.js b/devtools/shared/css/generated/properties-db.js index d9b5ee65b7..fb95ffd1f1 100644 --- a/devtools/shared/css/generated/properties-db.js +++ b/devtools/shared/css/generated/properties-db.js @@ -7257,6 +7257,25 @@ exports.CSS_PROPERTIES = { "unset" ] }, + "margin-block": { + "isInherited": false, + "subproperties": [ + "margin-block-start", + "margin-block-end" + ], + "supports": [ + 6, + 8 + ], + "values": [ + "-moz-calc", + "auto", + "calc", + "inherit", + "initial", + "unset" + ] + }, "margin-block-end": { "isInherited": false, "subproperties": [ @@ -7311,6 +7330,25 @@ exports.CSS_PROPERTIES = { "unset" ] }, + "margin-inline": { + "isInherited": false, + "subproperties": [ + "margin-inline-start", + "margin-inline-end" + ], + "supports": [ + 6, + 8 + ], + "values": [ + "-moz-calc", + "auto", + "calc", + "inherit", + "initial", + "unset" + ] + }, "margin-inline-end": { "isInherited": false, "subproperties": [ @@ -8246,6 +8284,24 @@ exports.CSS_PROPERTIES = { "unset" ] }, + "padding-block": { + "isInherited": false, + "subproperties": [ + "padding-block-start", + "padding-block-end" + ], + "supports": [ + 6, + 8 + ], + "values": [ + "-moz-calc", + "calc", + "inherit", + "initial", + "unset" + ] + }, "padding-block-end": { "isInherited": false, "subproperties": [ @@ -8297,6 +8353,24 @@ exports.CSS_PROPERTIES = { "unset" ] }, + "padding-inline": { + "isInherited": false, + "subproperties": [ + "padding-inline-start", + "padding-inline-end" + ], + "supports": [ + 6, + 8 + ], + "values": [ + "-moz-calc", + "calc", + "inherit", + "initial", + "unset" + ] + }, "padding-inline-end": { "isInherited": false, "subproperties": [