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

[BUGFIX] Dynamic and static pseudo-class combined #746

Merged
merged 1 commit into from Sep 29, 2019

Conversation

JakeQZ
Copy link
Contributor

@JakeQZ JakeQZ commented Sep 29, 2019

The regular expression in PSEUDO_CLASS_MATCHER would match, e.g.,
:hover:first-child as a supported pseudo-class because it was consuming any
non-space character as being valid in a pseudo-class name. This has been
corrected so that it only consumes ‘word’ characters and hyphens.

The regular expression in `PSEUDO_CLASS_MATCHER` would match, e.g.,
`:hover:first-child` as a supported pseudo-class because it was consuming any
non-space character as being valid in a pseudo-class name.  This has been
corrected so that it only consumes ‘word’ characters and hyphens.
@JakeQZ JakeQZ added the bug label Sep 29, 2019
@JakeQZ JakeQZ added this to the 3.0.0 milestone Sep 29, 2019
@JakeQZ JakeQZ self-assigned this Sep 29, 2019
@oliverklee oliverklee merged commit 81afdc0 into master Sep 29, 2019
@oliverklee oliverklee deleted the bugfix/dynamic-static-pseudo-combined branch September 29, 2019 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants