mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Parse and serialize @counter-style rule
We don't yet parse or serialize any of the descriptors in the rule, just the rule itself and the name
This commit is contained in:
Notes:
github-actions[bot]
2026-02-06 10:38:18 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/703259a24c8 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7708 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -3,7 +3,7 @@
|
||||
// https://drafts.csswg.org/css-counter-styles/#the-csscounterstylerule-interface
|
||||
[Exposed=Window]
|
||||
interface CSSCounterStyleRule : CSSRule {
|
||||
[FIXME] attribute CSSOMString name;
|
||||
attribute CSSOMString name;
|
||||
[FIXME] attribute CSSOMString system;
|
||||
[FIXME] attribute CSSOMString symbols;
|
||||
[FIXME] attribute CSSOMString additiveSymbols;
|
||||
|
||||
Reference in New Issue
Block a user