mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
LibWeb: Parse @counter-style negative descriptor
This commit is contained in:
Notes:
github-actions[bot]
2026-02-06 10:38:04 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/70c8d8746f5 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7708 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -410,6 +410,7 @@ private:
|
||||
RefPtr<StyleValue const> parse_corner_shape_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue const> parse_counter_value(TokenStream<ComponentValue>&);
|
||||
Optional<FlyString> parse_counter_style_name(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue const> parse_symbol_value(TokenStream<ComponentValue>&);
|
||||
enum class AllowReversed {
|
||||
No,
|
||||
Yes,
|
||||
|
||||
Reference in New Issue
Block a user