mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb/CSS: Stub out CSSNumericValue
Most of the methods on this rely on its subclasses existing, so for now it's very basic.
This commit is contained in:
parent
5bdc2981e3
commit
6cb8e92bd4
Notes:
github-actions[bot]
2025-08-22 08:49:55 +00:00
Author: https://github.com/AtkinsSJ
Commit: 6cb8e92bd4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5937
9 changed files with 233 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ libweb_js_bindings(CSS/CSSMediaRule)
|
|||
libweb_js_bindings(CSS/CSS NAMESPACE)
|
||||
libweb_js_bindings(CSS/CSSNamespaceRule)
|
||||
libweb_js_bindings(CSS/CSSNestedDeclarations)
|
||||
libweb_js_bindings(CSS/CSSNumericValue)
|
||||
libweb_js_bindings(CSS/CSSPageRule)
|
||||
libweb_js_bindings(CSS/CSSPageDescriptors)
|
||||
libweb_js_bindings(CSS/CSSPropertyRule)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue