-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Do not encode double quotes from font-family
as `"""
#129
Labels
Comments
It looks like it is not in font-family - probably we need to process all attributes this way, not just font-family. Originally it was done only for font-family due to performance hit of the ‘“‘ lookup. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From W3Schools:
Currently
h1 { font-family: "Open Sans", sans-serif; }
will be inlined asstyle="font-family: "Open Sans", sans-serif;"
The text was updated successfully, but these errors were encountered: