mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 09:36:08 +00:00
LibWeb/CSS: Set the initial value of the appearance
property to "none"
This commit is contained in:
parent
ecd6636b3e
commit
cbf47abd24
Notes:
github-actions[bot]
2025-03-22 16:06:09 +00:00
Author: https://github.com/tcl3
Commit: cbf47abd24
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4042
5 changed files with 43 additions and 6 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue