mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Add selector support to the new CSSParser
This is stolen from the old parser, but it seems to parse fine :^)
This commit is contained in:
@@ -68,6 +68,7 @@ private:
|
||||
Token peek_token();
|
||||
Token current_token();
|
||||
void reconsume_current_input_token();
|
||||
bool is_combinator(String);
|
||||
|
||||
Vector<QualifiedStyleRule> consume_a_list_of_rules(bool top_level);
|
||||
AtStyleRule consume_an_at_rule();
|
||||
|
||||
Reference in New Issue
Block a user