mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
No issue - Regenerate devtools CSS database
To pick up new public use of clip, addition of overflow-inline and addition of overflow-block.
This commit is contained in:
parent
37230e7b21
commit
2c39bb7901
1 changed files with 40 additions and 2 deletions
|
|
@ -3381,7 +3381,9 @@ exports.CSS_PROPERTIES = {
|
|||
"word-spacing",
|
||||
"overflow-wrap",
|
||||
"writing-mode",
|
||||
"z-index"
|
||||
"z-index",
|
||||
"overflow-block",
|
||||
"overflow-inline"
|
||||
],
|
||||
"supports": [
|
||||
1,
|
||||
|
|
@ -3411,7 +3413,6 @@ exports.CSS_PROPERTIES = {
|
|||
"-moz-grid-line",
|
||||
"-moz-groupbox",
|
||||
"-moz-gtk-info-bar",
|
||||
"clip",
|
||||
"-moz-image-rect",
|
||||
"-moz-inline-box",
|
||||
"-moz-inline-grid",
|
||||
|
|
@ -3502,6 +3503,7 @@ exports.CSS_PROPERTIES = {
|
|||
"checkbox-container",
|
||||
"checkbox-label",
|
||||
"checkmenuitem",
|
||||
"clip",
|
||||
"clone",
|
||||
"collapse",
|
||||
"color",
|
||||
|
|
@ -8568,6 +8570,42 @@ exports.CSS_PROPERTIES = {
|
|||
"visible"
|
||||
]
|
||||
},
|
||||
"overflow-block": {
|
||||
"isInherited": false,
|
||||
"subproperties": [
|
||||
"overflow-block"
|
||||
],
|
||||
"supports": [],
|
||||
"values": [
|
||||
"auto",
|
||||
"clip",
|
||||
"hidden",
|
||||
"inherit",
|
||||
"initial",
|
||||
"revert",
|
||||
"scroll",
|
||||
"unset",
|
||||
"visible"
|
||||
]
|
||||
},
|
||||
"overflow-inline": {
|
||||
"isInherited": false,
|
||||
"subproperties": [
|
||||
"overflow-inline"
|
||||
],
|
||||
"supports": [],
|
||||
"values": [
|
||||
"auto",
|
||||
"clip",
|
||||
"hidden",
|
||||
"inherit",
|
||||
"initial",
|
||||
"revert",
|
||||
"scroll",
|
||||
"unset",
|
||||
"visible"
|
||||
]
|
||||
},
|
||||
"overflow-wrap": {
|
||||
"isInherited": true,
|
||||
"subproperties": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue