mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Parse @counter-style pad descriptor
This commit is contained in:
Notes:
github-actions[bot]
2026-02-06 10:37:44 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/9b376240f9e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7708 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -11,7 +11,7 @@ interface CSSCounterStyleRule : CSSRule {
|
||||
attribute CSSOMString prefix;
|
||||
attribute CSSOMString suffix;
|
||||
attribute CSSOMString range;
|
||||
[FIXME] attribute CSSOMString pad;
|
||||
attribute CSSOMString pad;
|
||||
[FIXME] attribute CSSOMString speakAs;
|
||||
[FIXME] attribute CSSOMString fallback;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user