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

Fixing missing quotes in CSS attribute selectors #1044

Merged
merged 1 commit into from Feb 7, 2023

Conversation

zipper
Copy link
Contributor

@zipper zipper commented Sep 12, 2022

Fixing missing quotes in CSS attribute selectors. When data attribute has a value eg. with ., the jQuery sizzle engine throws an error when there are no quotes around the value. This PR fixes that by adding " around the attribute value.

@radimvaculik
Copy link
Member

@zipper Good for me. Please, rebase.

… has a value eg. with `.`, the jQuery sizzle engine throws an error when there are no qutes around the value.
@zipper
Copy link
Contributor Author

zipper commented Feb 7, 2023

@radimvaculik Rebased 👍

@radimvaculik radimvaculik self-requested a review February 7, 2023 09:36
@radimvaculik radimvaculik merged commit 4613b83 into contributte:master Feb 7, 2023
@paveljanda
Copy link
Member

@radimvaculik Pls for info - did you test it?

@radimvaculik
Copy link
Member

@paveljanda No, but it's obvious.

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.

None yet

3 participants