summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-12-31 01:30:14 +0000
committerMoonchild <moonchild@palemoon.org>2022-12-31 01:30:30 +0000
commitf404243371e292d52b264de196f244c65439b8e9 (patch)
tree2156c7b9bdf335ed98d7b3a73ee9bb4be5db3961 /devtools
parenta943408c35c67e08beb1b573f4bae4df988d5dac (diff)
downloaduxp-f404243371e292d52b264de196f244c65439b8e9.tar.gz
Issue #2075 - Part 3: Regenerate devtools CSS database
Using `mach devtools-css-db`
Diffstat (limited to 'devtools')
-rw-r--r--devtools/shared/css/generated/properties-db.js88
1 files changed, 80 insertions, 8 deletions
diff --git a/devtools/shared/css/generated/properties-db.js b/devtools/shared/css/generated/properties-db.js
index cff6dcf686..bb6ab1e5e8 100644
--- a/devtools/shared/css/generated/properties-db.js
+++ b/devtools/shared/css/generated/properties-db.js
@@ -3144,10 +3144,10 @@ exports.CSS_PROPERTIES = {
"mix-blend-mode",
"object-fit",
"object-position",
- "offset-block-end",
- "offset-block-start",
- "offset-inline-end",
- "offset-inline-start",
+ "inset-block-end",
+ "inset-block-start",
+ "inset-inline-end",
+ "inset-inline-start",
"opacity",
"order",
"-moz-orient",
@@ -6913,6 +6913,78 @@ exports.CSS_PROPERTIES = {
"unset"
]
},
+ "inset-block-end": {
+ "isInherited": false,
+ "subproperties": [
+ "inset-block-end"
+ ],
+ "supports": [
+ 6,
+ 8
+ ],
+ "values": [
+ "-moz-calc",
+ "auto",
+ "calc",
+ "inherit",
+ "initial",
+ "unset"
+ ]
+ },
+ "inset-block-start": {
+ "isInherited": false,
+ "subproperties": [
+ "inset-block-start"
+ ],
+ "supports": [
+ 6,
+ 8
+ ],
+ "values": [
+ "-moz-calc",
+ "auto",
+ "calc",
+ "inherit",
+ "initial",
+ "unset"
+ ]
+ },
+ "inset-inline-end": {
+ "isInherited": false,
+ "subproperties": [
+ "inset-inline-end"
+ ],
+ "supports": [
+ 6,
+ 8
+ ],
+ "values": [
+ "-moz-calc",
+ "auto",
+ "calc",
+ "inherit",
+ "initial",
+ "unset"
+ ]
+ },
+ "inset-inline-start": {
+ "isInherited": false,
+ "subproperties": [
+ "inset-inline-start"
+ ],
+ "supports": [
+ 6,
+ 8
+ ],
+ "values": [
+ "-moz-calc",
+ "auto",
+ "calc",
+ "inherit",
+ "initial",
+ "unset"
+ ]
+ },
"isolation": {
"isInherited": false,
"subproperties": [
@@ -7852,7 +7924,7 @@ exports.CSS_PROPERTIES = {
"offset-block-end": {
"isInherited": false,
"subproperties": [
- "offset-block-end"
+ "inset-block-end"
],
"supports": [
6,
@@ -7870,7 +7942,7 @@ exports.CSS_PROPERTIES = {
"offset-block-start": {
"isInherited": false,
"subproperties": [
- "offset-block-start"
+ "inset-block-start"
],
"supports": [
6,
@@ -7888,7 +7960,7 @@ exports.CSS_PROPERTIES = {
"offset-inline-end": {
"isInherited": false,
"subproperties": [
- "offset-inline-end"
+ "inset-inline-end"
],
"supports": [
6,
@@ -7906,7 +7978,7 @@ exports.CSS_PROPERTIES = {
"offset-inline-start": {
"isInherited": false,
"subproperties": [
- "offset-inline-start"
+ "inset-inline-start"
],
"supports": [
6,