LibWeb/CSS: Implement mix-blend-mode

This adds support for the `mix-blend-mode` CSS property.
This commit is contained in:
Glenn Skrzypczak 2025-01-22 09:50:49 +01:00 committed by Sam Atkins
commit 0fe30886f5
Notes: github-actions[bot] 2025-02-05 11:28:01 +00:00
24 changed files with 311 additions and 57 deletions

View file

@ -1,6 +1,6 @@
All supported properties and their default values exposed from CSSStyleDeclaration from getComputedStyle:
'cssText': ''
'length': '218'
'length': '219'
'parentRule': 'null'
'cssFloat': 'none'
'WebkitAlignContent': 'normal'
@ -455,6 +455,8 @@ All supported properties and their default values exposed from CSSStyleDeclarati
'min-inline-size': '0px'
'minWidth': 'auto'
'min-width': 'auto'
'mixBlendMode': 'normal'
'mix-blend-mode': 'normal'
'objectFit': 'fill'
'object-fit': 'fill'
'objectPosition': '50% 50%'