-
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
Negative attribute selectors a[href^="tel"] #227
Comments
No, not as far as I know. @digitaloutback Could you please provide steps to reproduce the problem, the expected result and the actual result? And would you be willing to provide a pull request that has a unit test for the problem and a fix? That would be awesome! |
Symfony css-selector would handle this but maybe just implementing these rules in Emogrifier would help a lot. https://github.com/symfony/css-selector/blob/master/XPath/Extension/AttributeMatchingExtension.php#L34 and https://github.com/symfony/css-selector/blob/master/XPath/Extension/AttributeMatchingExtension.php#L110 Also adding support for adding xPathRules would be nice. |
Is this a known issue?
The text was updated successfully, but these errors were encountered: