We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CssText
grid-template
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
Repro:
var p = new HtmlParser(new HtmlParserOptions(), BrowsingContext.New(new Configuration().WithCss(new CssParserOptions()))); var dom = p.ParseDocument(@"<html><body><span style=""grid-template-areas: none; grid-template-columns: none; grid-template-rows: none""></body></html>"); var div = dom.QuerySelector("span"); var style = div.GetStyle(); var css = style.CssText;
This throws here:
AngleSharp.Css/src/AngleSharp.Css/Values/Composites/CssGridTemplateValue.cs
Line 66 in 5d034bf
with the message
Unable to cast object of type 'AngleSharp.Css.Values.Constant`1[System.Object]' to type 'AngleSharp.Css.Values.CssTupleValue'.
The text was updated successfully, but these errors were encountered:
FlorianRappl
No branches or pull requests
Repro:
This throws here:
AngleSharp.Css/src/AngleSharp.Css/Values/Composites/CssGridTemplateValue.cs
Line 66 in 5d034bf
with the message
The text was updated successfully, but these errors were encountered: