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:
Moonchild 2025-07-27 13:11:28 +02:00 committed by roytam1
commit 2c39bb7901

View file

@ -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": [