-
-
Notifications
You must be signed in to change notification settings - Fork 938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed: descendant combinator in selector-descendant-combinator-no-non-space
and selector-combinator-space-before/after
#2509
Fixed: descendant combinator in selector-descendant-combinator-no-non-space
and selector-combinator-space-before/after
#2509
Conversation
…ort on shadow-piercing descendant combinator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add brief tests to selector-combinator-space-after
and selector-combinator-space-before
please. They also make sure of lib/reference/punctuationSets.js
, and should be fine.
@jeddy3 I'm right now take their implementation (btw i think drop |
Let's only do that if it adds something e.g. clarity or performance etc. If the |
@jeddy3 not working as expected because we have |
selector-descendant-combinator-no-non-space
is not don't rep…selector-descendant-combinator-no-non-space
is not don't report on shadow-piercing descendant combinator
…ce-before` is now support `>>>` shadow-piercing descendant combinator.
selector-descendant-combinator-no-non-space
is not don't report on shadow-piercing descendant combinatorselector-descendant-combinator-no-non-space
and selector-combinator-space-before/after
Sorry for big commit, but i think it should be done together /cc @jeddy3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Yes, that's fine. Enforcing spacing around |
Added to changelog:
|
#2506
No, it's self explanatory.