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

Improve CSS querier for ID and class matching #1384

Closed
wants to merge 1 commit into from

Conversation

inancgumus
Copy link
Member

@inancgumus inancgumus commented Jun 13, 2024

What?

Automatically adds \\ to CSS selectors that contain a dot.

This way, the query engine can distinguish between ID and class selectors.

Why?

See #1383.

Checklist

  • I have performed a self-review of my code
  • I have added tests for my changes
  • I have commented on my code, particularly in hard-to-understand areas

Related PR(s)/Issue(s)

Updated #1383

Automatically adds \\ to CSS selectors that contains a dot. This way,
the query engine can distinguish between ID and class selectors.
@inancgumus inancgumus force-pushed the improve/css-selector-id-class-matching branch from 2e1d3ae to 3854789 Compare June 13, 2024 11:54
@inancgumus inancgumus self-assigned this Jun 13, 2024
@inancgumus inancgumus added the enhancement New feature or request label Jun 13, 2024
@inancgumus inancgumus marked this pull request as ready for review June 13, 2024 11:59
@inancgumus inancgumus requested a review from ankur22 June 13, 2024 11:59
@inancgumus inancgumus removed the request for review from ankur22 June 13, 2024 12:04
@inancgumus
Copy link
Member Author

I'm closing this according to the comment #1383 (comment).

@inancgumus inancgumus closed this Jun 13, 2024
@inancgumus inancgumus deleted the improve/css-selector-id-class-matching branch June 13, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant