Skip to content

Fix & substitutions in functional pseudo classes#353

Open
Andarist wants to merge 1 commit intomasterfrom
fix/multiple-at-references
Open

Fix & substitutions in functional pseudo classes#353
Andarist wants to merge 1 commit intomasterfrom
fix/multiple-at-references

Conversation

@Andarist
Copy link
Copy Markdown
Collaborator

fixes #350

@Andarist Andarist requested a review from thysultan March 19, 2026 23:14
@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 23321429152

Details

  • 16 of 16 (100.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.3%) to 98.946%

Totals Coverage Status
Change from base Build 13177087695: 0.3%
Covered Lines: 298
Relevant Lines: 300

💛 - Coveralls

Comment on lines +60 to +63
if (parens > 0) {
characters += from(character)
break
}
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this one is potentially redundant but I erred on the side of keeping the current parsing output in regards to the whitespace within the parenthesis

I couldn't quite find a reason to justify whitespace preservation in this context but I vaguely recall that was made on purpose (I can't find an issue reference or anything like that though)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multiple & references inside :is(), :where(), :has() not fully resolved

2 participants