mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Issue #2106 - Follow-up: Additional contain Keyword Entries
This commit is contained in:
parent
abb891ff26
commit
f1815317c3
2 changed files with 3 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue