Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHave cssparser::AtRuleParser pass SourceLocation via param of parse_block / rule_without_block #20527
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nowadays, almost every variant of
AtRuleBlockPrelude/AtRuleNonBlockPreludecontains a field forSourceLocation. (CounterStyle will get it in bug 1449068). I think it makes sense to just move all those fields into a parameter ofparse_blockandrule_without_block.This would need a breaking version bump of
cssparser.cc @SimonSapin