mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb/CSS: Add -moz-appearance property alias
This commit is contained in:
parent
d5d1b5351e
commit
cdc81e8921
Notes:
github-actions[bot]
2025-12-01 11:11:19 +00:00
Author: https://github.com/AtkinsSJ
Commit: cdc81e8921
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6821
Reviewed-by: https://github.com/tcl3
2 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
||||||
{
|
{
|
||||||
|
"-moz-appearance": {
|
||||||
|
"legacy-alias-for": "appearance"
|
||||||
|
},
|
||||||
"-webkit-align-content": {
|
"-webkit-align-content": {
|
||||||
"legacy-alias-for": "align-content"
|
"legacy-alias-for": "align-content"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
All supported properties and their default values exposed from CSSStyleProperties from getComputedStyle:
|
All supported properties and their default values exposed from CSSStyleProperties from getComputedStyle:
|
||||||
'cssFloat': 'none'
|
'cssFloat': 'none'
|
||||||
|
'MozAppearance': 'none'
|
||||||
|
'-moz-appearance': 'none'
|
||||||
'WebkitAlignContent': 'normal'
|
'WebkitAlignContent': 'normal'
|
||||||
'webkitAlignContent': 'normal'
|
'webkitAlignContent': 'normal'
|
||||||
'-webkit-align-content': 'normal'
|
'-webkit-align-content': 'normal'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue