mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-05 01:10:24 +00:00
LibWeb/CSS: Add -moz-appearance property alias
This commit is contained in:
Notes:
github-actions[bot]
2025-12-01 11:11:19 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/cdc81e8921b Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6821 Reviewed-by: https://github.com/tcl3
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"-moz-appearance": {
|
||||
"legacy-alias-for": "appearance"
|
||||
},
|
||||
"-webkit-align-content": {
|
||||
"legacy-alias-for": "align-content"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
All supported properties and their default values exposed from CSSStyleProperties from getComputedStyle:
|
||||
'cssFloat': 'none'
|
||||
'MozAppearance': 'none'
|
||||
'-moz-appearance': 'none'
|
||||
'WebkitAlignContent': 'normal'
|
||||
'webkitAlignContent': 'normal'
|
||||
'-webkit-align-content': 'normal'
|
||||
|
||||
Reference in New Issue
Block a user