LibWeb/CSS: Implement 'background-blend-mode'

This implements the 'background-blend-mode' CSS property.
This commit is contained in:
Glenn Skrzypczak 2025-03-20 15:36:36 +01:00 committed by Sam Atkins
commit a73cd88f0c
Notes: github-actions[bot] 2025-03-28 09:42:07 +00:00
27 changed files with 303 additions and 199 deletions

View file

@ -162,6 +162,8 @@ All supported properties and their default values exposed from CSSStylePropertie
'background': 'rgba(0, 0, 0, 0) none 0% 0% auto auto repeat scroll padding-box border-box'
'backgroundAttachment': 'scroll'
'background-attachment': 'scroll'
'backgroundBlendMode': 'normal'
'background-blend-mode': 'normal'
'backgroundClip': 'border-box'
'background-clip': 'border-box'
'backgroundColor': 'rgba(0, 0, 0, 0)'