-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Support for converting style attributes to HTML attributes #138
Comments
Hi! Thank you for reporting! :) Interesting feature - implementation-wise it should be relatively straightforward:
Though the underlying library does not provide a way to attach an XML parser / serializer, therefore I am concerned about the use case you provided would not be supported out of the box. However, implementing such a thing is feasible even without |
Any plans to implement this feature this year? |
I'd like to have it in @caseyjhol, as you commented on #139 - are you still interested in moving this forward? I'd be glad to assist in the implementation or provide a more detailed plan. |
Forgot about the XML part :( Maybe a better way to solve the task described in the original message would be:
I think that it also will be much faster & simpler as there is no need for selectors at all, just check the nodes for the |
So, for HTML it would be a different thing that should be integrated into the current inlining process |
To
This is useful for font tools, e.g. googlefonts/picosvg#60
The text was updated successfully, but these errors were encountered: