mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
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:
parent
eb39c0162c
commit
5904694844
Notes:
github-actions[bot]
2025-09-15 07:48:05 +00:00
Author: https://github.com/AtkinsSJ
Commit: 5904694844
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6176
10 changed files with 109 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue