LibWeb/CSS: Set the initial value of the appearance property to "none"

This commit is contained in:
Tim Ledbetter 2025-03-22 01:32:36 +00:00 committed by Alexander Kalenik
commit cbf47abd24
Notes: github-actions[bot] 2025-03-22 16:06:09 +00:00
5 changed files with 43 additions and 6 deletions

View file

@ -36,9 +36,9 @@ All supported properties and their default values exposed from CSSStylePropertie
'WebkitAnimationTimingFunction': 'ease'
'webkitAnimationTimingFunction': 'ease'
'-webkit-animation-timing-function': 'ease'
'WebkitAppearance': 'auto'
'webkitAppearance': 'auto'
'-webkit-appearance': 'auto'
'WebkitAppearance': 'none'
'webkitAppearance': 'none'
'-webkit-appearance': 'none'
'WebkitBackgroundClip': 'border-box'
'webkitBackgroundClip': 'border-box'
'-webkit-background-clip': 'border-box'
@ -154,7 +154,7 @@ All supported properties and their default values exposed from CSSStylePropertie
'animation-play-state': 'running'
'animationTimingFunction': 'ease'
'animation-timing-function': 'ease'
'appearance': 'auto'
'appearance': 'none'
'aspectRatio': 'auto'
'aspect-ratio': 'auto'
'backdropFilter': 'none'