LibWeb/CSS: Implement CSSMatrixComponent

Equivalent to the matrix() and matrix3d() transform functions.

+19 WPT subtests.
This commit is contained in:
Sam Atkins 2025-09-16 11:50:00 +01:00
parent 2ffbb284f2
commit a1db5e7789
Notes: github-actions[bot] 2025-09-24 11:28:54 +00:00
12 changed files with 175 additions and 25 deletions

View file

@ -126,6 +126,7 @@ set(SOURCES
CSS/CSSMathProduct.cpp
CSS/CSSMathSum.cpp
CSS/CSSMathValue.cpp
CSS/CSSMatrixComponent.cpp
CSS/CSSMediaRule.cpp
CSS/CSSNamespaceRule.cpp
CSS/CSSNestedDeclarations.cpp