Skip to content
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

Fix selector-pseudo-class-no-unknown false negatives for pseudo-elements with matching names #6964

Merged
merged 1 commit into from Jun 26, 2023

Conversation

Mouvedia
Copy link
Contributor

@Mouvedia Mouvedia commented Jun 23, 2023

Which issue, if any, is this issue related to?

Closes #6878

Is there anything in the PR that needs further explanation?

I have added a test for :placeholder because :-moz-placeholder and :-ms-input-placeholder exist.
i.e. it's a good example of something that the rule will pick up from now on

@changeset-bot
Copy link

changeset-bot bot commented Jun 23, 2023

🦋 Changeset detected

Latest commit: 3cff7f1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
stylelint Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

package.json Outdated Show resolved Hide resolved
@ybiquitous ybiquitous changed the title fix incorrectly named flag and #6878 Fix selector-pseudo-class-no-unknown false negatives for non-standard :slotted and :placeholder Jun 23, 2023
Copy link
Member

@ybiquitous ybiquitous left a comment

Choose a reason for hiding this comment

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

@Mouvedia Thanks for the pull request! Can you check my reviews?

package.json Outdated Show resolved Hide resolved
.changeset/great-feet-brake.md Outdated Show resolved Hide resolved
@Mouvedia Mouvedia requested a review from ybiquitous June 23, 2023 23:50
@ybiquitous ybiquitous changed the title Fix selector-pseudo-class-no-unknown false negatives for non-standard :slotted and :placeholder Fix selector-pseudo-class-no-unknown false negatives for pseudo-elements with matching names Jun 24, 2023
Copy link
Member

@ybiquitous ybiquitous left a comment

Choose a reason for hiding this comment

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

Thank you. LGTM 👍🏼

Copy link
Member

@jeddy3 jeddy3 left a comment

Choose a reason for hiding this comment

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

LGTM, thank you.

@ybiquitous ybiquitous merged commit 5be9a7b into stylelint:main Jun 26, 2023
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Fix selector-pseudo-class-no-unknown false negatives for non-standard :slotted
3 participants