-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly serialize CSS combinators according to position in selector
Related issue: uBlockOrigin/uBlock-issues#2778 Regression from: bb41d95 The regression occurred because the modified code made the assumption that a leading combinator would never be preceded by whitespace, while the parser didn't prevent this. The parser has been fixed to ensure there is never a leading whitespace in a selector.
- Loading branch information
Showing
1 changed file
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters