We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
var html = @"<p style='color: rgb(255 122 127 / 80%)'>Text</p>"; var parser = new HtmlParser(new HtmlParserOptions(), BrowsingContext.New(Configuration.Default.WithCss(new CssParserOptions()))); var dom = parser.ParseDocument(html); var p = dom.QuerySelector("p"); var s = p.GetStyle(); var color = s.GetColor(); // -> ""
rgb() on MDN
rgb()
The text was updated successfully, but these errors were encountered:
Added rgb function syntax L4 #131
c9bc34e
Added implementation of new color functions #131
649beb7
Implemented and part of the next preview / 1.0.0.
Sorry, something went wrong.
No branches or pull requests
rgb()
on MDNThe text was updated successfully, but these errors were encountered: