Bug 1769512 - Implement overflow-clip-margin: <length>. r=jwatt
Differential Revision: https://phabricator.services.mozilla.com/D146432
This commit is contained in:
@@ -3114,6 +3114,7 @@ exports.CSS_PROPERTIES = {
|
||||
"margin-right",
|
||||
"margin-bottom",
|
||||
"margin-left",
|
||||
"overflow-clip-margin",
|
||||
"scroll-margin-top",
|
||||
"scroll-margin-right",
|
||||
"scroll-margin-bottom",
|
||||
@@ -9063,6 +9064,20 @@ exports.CSS_PROPERTIES = {
|
||||
"visible"
|
||||
]
|
||||
},
|
||||
"overflow-clip-margin": {
|
||||
"isInherited": false,
|
||||
"subproperties": [
|
||||
"overflow-clip-margin"
|
||||
],
|
||||
"supports": [],
|
||||
"values": [
|
||||
"inherit",
|
||||
"initial",
|
||||
"revert",
|
||||
"revert-layer",
|
||||
"unset"
|
||||
]
|
||||
},
|
||||
"overflow-inline": {
|
||||
"isInherited": false,
|
||||
"subproperties": [
|
||||
|
||||
Reference in New Issue
Block a user