-
-
Notifications
You must be signed in to change notification settings - Fork 42
Missing semicolons in @page rule #135
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
Comments
CSS is not part of AngleSharp.Core. |
CssStyleFormatter.cs is part of this repository, isn't it? |
Yes, and? The issue seems to be in the serialization of the specific rule, not of a stylesheets in general. That makes a huge difference. The style formatter (as any formatter) does not know or need to know rules and their internals. It does not serialize declarations or rules. |
@FlorianRappl Will you transfer the issue or shall I open a new one in AngleSharp.Css? |
Thanks for the reminder @mganss - a transfer makes sense. Transferred! |
Implemented and ready for the next preview / 1.0.0. |
This was originally reported as mganss/HtmlSanitizer#438.
The text was updated successfully, but these errors were encountered: