mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Enable CSS aspect-ratio sizing
This commit is contained in:
parent
3df0ae2323
commit
7766f8f53d
12 changed files with 164 additions and 1310 deletions
|
|
@ -1162,6 +1162,14 @@ var gCSSProperties = {
|
|||
other_values: ["url(foo.xml)"],
|
||||
invalid_values: [],
|
||||
},
|
||||
"aspect-ratio": {
|
||||
domProp: "aspectRatio",
|
||||
inherited: false,
|
||||
type: CSS_TYPE_LONGHAND,
|
||||
initial_values: ["auto"],
|
||||
other_values: ["1", "2"],
|
||||
invalid_values: ["none", "-1", "1px", "1 / -1", "1 /", "auto auto"],
|
||||
},
|
||||
"-moz-border-bottom-colors": {
|
||||
domProp: "MozBorderBottomColors",
|
||||
inherited: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue