LibWeb/CSS: Add -moz-appearance property alias

This commit is contained in:
Sam Atkins
2025-11-14 12:43:04 +00:00
parent d5d1b5351e
commit cdc81e8921
Notes: github-actions[bot] 2025-12-01 11:11:19 +00:00
2 changed files with 5 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
{
"-moz-appearance": {
"legacy-alias-for": "appearance"
},
"-webkit-align-content": {
"legacy-alias-for": "align-content"
},

View File

@@ -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'