We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
This covers adding support for uppercase hex characters in the css color check regex.
From #287:
Adds uppercase check (A-F) in the css regex to pass css of the following format: border-top: 2px #DA4534 solid;
The text was updated successfully, but these errors were encountered:
Tossing this in the 1.0 milestone. It might be easy to fix.
The CSS regex check is here:
html5lib-python/html5lib/filters/sanitizer.py
Line 838 in 32713a5
Sorry, something went wrong.
I'll take this.
No branches or pull requests
This covers adding support for uppercase hex characters in the css color check regex.
From #287:
The text was updated successfully, but these errors were encountered: