mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb/CSS: Implement CSSKeywordValue
CSSStyleValue is adjusted to allow for subclasses. Serialization for CSSKeywordValue is implemented differently than the spec says because of a spec bug: https://github.com/w3c/csswg-drafts/issues/12545
This commit is contained in:
parent
030e670fcb
commit
a93c6a347f
Notes:
github-actions[bot]
2025-08-21 09:23:30 +00:00
Author: https://github.com/AtkinsSJ
Commit: a93c6a347f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5901
14 changed files with 150 additions and 21 deletions
|
|
@ -32,6 +32,7 @@ libweb_js_bindings(CSS/CSSGroupingRule)
|
|||
libweb_js_bindings(CSS/CSSImportRule)
|
||||
libweb_js_bindings(CSS/CSSKeyframeRule)
|
||||
libweb_js_bindings(CSS/CSSKeyframesRule)
|
||||
libweb_js_bindings(CSS/CSSKeywordValue)
|
||||
libweb_js_bindings(CSS/CSSLayerBlockRule)
|
||||
libweb_js_bindings(CSS/CSSLayerStatementRule)
|
||||
libweb_js_bindings(CSS/CSSMarginRule)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue