You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you running the latest version of AngleSharp? (of AngleSharp.Css yes, but since it only accepts certain versions of AngleSharp, technically no, not of AngleSharp, but yes of AngleSharp.Css)
Did you check the FAQs to see if that helps you? (am not aware of an AngleSharp.Css FAQ)
Are you reporting to the correct repository? (there are multiple AngleSharp libraries, e.g., AngleSharp.Css for CSS support)
Bug Report
Prerequisites
AngleSharp.Css
for CSS support)Description
The css file has:
If you uncomment the adding IHtmlStyleElement, it will work (injecting style directly), but when using the
<link>
it won't get processed.Steps to Reproduce
Use code above.
Expected behavior: GetMinWidth() should return "50px" like it does when I add an IHtmlStyleElement directly.
Actual behavior: GetMinWidth() returns ""
Environment details: Windows 11, .NET 7
The text was updated successfully, but these errors were encountered: