ported from UXP: Issue #1673 - Part 4: Unprefix -moz-tab-size. (73730695)

This commit is contained in:
2022-04-18 13:45:48 +08:00
parent 75f9d9728b
commit 138d95b4dd
6 changed files with 37 additions and 9 deletions
+19 -2
View File
@@ -1222,7 +1222,7 @@ exports.CSS_PROPERTIES = {
"-moz-tab-size": {
"isInherited": true,
"subproperties": [
"-moz-tab-size"
"tab-size"
],
"supports": [
6,
@@ -3032,7 +3032,7 @@ exports.CSS_PROPERTIES = {
"stroke-opacity",
"stroke-width",
"-x-system-font",
"-moz-tab-size",
"tab-size",
"table-layout",
"text-align",
"text-align-last",
@@ -8574,6 +8574,23 @@ exports.CSS_PROPERTIES = {
"unset"
]
},
"tab-size": {
"isInherited": true,
"subproperties": [
"tab-size"
],
"supports": [
6,
7
],
"values": [
"-moz-calc",
"calc",
"inherit",
"initial",
"unset"
]
},
"table-layout": {
"isInherited": false,
"subproperties": [