-
Notifications
You must be signed in to change notification settings - Fork 154
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
Allow CSS selectors with colons #333
Comments
oliverklee
added a commit
that referenced
this issue
Dec 31, 2017
oliverklee
added a commit
that referenced
this issue
Jan 5, 2018
oliverklee
added a commit
that referenced
this issue
Jan 6, 2018
oliverklee
added a commit
that referenced
this issue
Jan 7, 2018
oliverklee
added a commit
that referenced
this issue
Jan 13, 2018
oliverklee
added a commit
that referenced
this issue
Feb 21, 2018
oliverklee
added a commit
that referenced
this issue
Apr 2, 2018
oliverklee
added a commit
that referenced
this issue
Apr 4, 2018
oliverklee
added a commit
that referenced
this issue
Apr 9, 2018
oliverklee
added a commit
that referenced
this issue
Dec 10, 2018
oliverklee
added a commit
that referenced
this issue
Sep 11, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Emogrify throws exceptions when colons are used in a CSS3 selector.
They are converted to an invalid xpath predicate.
Example:
When just using
a[href^="https"]
(without the colon) there are no problems.The text was updated successfully, but these errors were encountered: