-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Grid Area wrong parsed #85
Labels
Comments
If you do this in Chrome:
you get "bb" for both of the values. AngleSharp set's them to "auto" |
I can fix this by adding
to this method:
before that line:
but I don't know how to fix the minification correctly. I think in the Merge if all 4 values are the same, they should be merged back to one. |
jogibear9988
added a commit
to jogibear9988/AngleSharp.Css
that referenced
this issue
Nov 6, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Prerequisites
AngleSharp.Css
for CSS support)For more information, see the
CONTRIBUTING
guide.Description
Grid area is converted to wrong css
Steps to Reproduce
Try this snippet:
Expected behavior: [What you expected to happen]
I expect the text to be the same as in source (or nearly)
Actual behavior: [What actually happened]
the text look like this:
problem is, this text renders the html differently then the original one (at least in chrome)
The text was updated successfully, but these errors were encountered: