LibWeb/CSS: Implement CSSImageValue and reify images as it

This is specced to be opaque, so there's not much to it.
This commit is contained in:
Sam Atkins 2025-09-12 15:07:19 +01:00
parent eb39c0162c
commit 5904694844
Notes: github-actions[bot] 2025-09-15 07:48:05 +00:00
10 changed files with 109 additions and 4 deletions

View file

@ -29,6 +29,7 @@ libweb_js_bindings(CSS/CSSCounterStyleRule)
libweb_js_bindings(CSS/CSSFontFaceDescriptors)
libweb_js_bindings(CSS/CSSFontFaceRule)
libweb_js_bindings(CSS/CSSGroupingRule)
libweb_js_bindings(CSS/CSSImageValue)
libweb_js_bindings(CSS/CSSImportRule)
libweb_js_bindings(CSS/CSSKeyframeRule)
libweb_js_bindings(CSS/CSSKeyframesRule)