Issue #2106 - Follow-up: Additional contain Keyword Entries

This commit is contained in:
Andy 2025-07-07 10:45:42 -07:00 committed by roytam1
commit f1815317c3
2 changed files with 3 additions and 1 deletions

View file

@ -2978,6 +2978,7 @@ exports.CSS_PROPERTIES = {
"-moz-text",
"all",
"auto",
"contain",
"element",
"elements",
"inherit",
@ -10072,6 +10073,7 @@ exports.CSS_PROPERTIES = {
"-moz-text",
"all",
"auto",
"contain",
"element",
"elements",
"inherit",

View file

@ -2242,7 +2242,7 @@ var gCSSProperties = {
inherited: false,
type: CSS_TYPE_LONGHAND,
initial_values: [ "auto" ],
other_values: [ "none", "text", "element", "elements", "all", "toggle", "tri-state", "-moz-all", "-moz-none" ],
other_values: [ "none", "text", "element", "contain", "elements", "all", "toggle", "tri-state", "-moz-all", "-moz-none" ],
invalid_values: []
},
"background": {