AngleSharp.Css
for CSS support)For more information, see the CONTRIBUTING
guide.
Grid area is converted to wrong css
Steps to ReproduceTry this snippet:
var source = "#nav-header {grid-area: navheader; }";
var css = ParseStyleSheet(source);
var text = css.Rules[0].CssText;
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:
#nav-header { grid-area: navheader / navheader / auto / auto }
problem is, this text renders the html differently then the original one (at least in chrome)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4