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
AngleSharp.Xml
I have realized in another scenario that some properties are just ignored. I have created a PR for that: devel...SebastianStehle:AngleSharp.Css:devel
I copied an existing test and changed the property for that.
See: devel...SebastianStehle:AngleSharp.Css:devel
All properties should work (even if not correct)
Some properties seems to be ignored.
I have no idea. I have narrowed it down to here:
AngleSharp.Css/src/AngleSharp.Css/Dom/Internal/CssStyleDeclaration.cs
Line 289 in 459b48c
In this case value is correct but RawValue is null and I have no idea why.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
AngleSharp.Xml
for Xml support)Description
I have realized in another scenario that some properties are just ignored. I have created a PR for that: devel...SebastianStehle:AngleSharp.Css:devel
I copied an existing test and changed the property for that.
Steps to Reproduce
See: devel...SebastianStehle:AngleSharp.Css:devel
Expected Behavior
All properties should work (even if not correct)
Actual Behavior
Some properties seems to be ignored.
Possible Solution / Known Workarounds
I have no idea. I have narrowed it down to here:
AngleSharp.Css/src/AngleSharp.Css/Dom/Internal/CssStyleDeclaration.cs
Line 289 in 459b48c
In this case value is correct but RawValue is null and I have no idea why.
The text was updated successfully, but these errors were encountered: