Open
Conversation
Update ColorParser.cs
Fix NullReferenceException in ChangeDeclarations
Fix nullable reference exception in CssOriginValue
Uniformize CssValue.Equals implementation
Fix NullReferenceException in CssShadowValue
Get declarations
Fix "transform: rotateZ" becoming "transform: rotateY"
Update docs
|
@FlorianRappl - is there anything others can help to get this over the line? - its a bit of a blocker with HtmlSanitizer mganss/HtmlSanitizer#491 |
Contributor
Author
|
Hi @sandcastle thanks for checking. Well, either we get other contributors (for v1 some bug fixing + nullability, see dedicated branch, needs to be implemented) or the funding gets up drastically Right now I receive enough to allow me put still some focus on AngleSharp itself, but not enough to take priority in the area of AngleSharp.Css. |
Upgrade to NUKE 10 and use latest GH Actions steps
Consume '/' in background declaration (fixes #165)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Types of Changes
Prerequisites
Please make sure you can check the following two boxes:
Contribution Type
What types of changes does your code introduce? Put an
xin all the boxes that apply:Description
This is the 1.0.0 release of AngleSharp.Css - effectively being compatible with AngleSharp v1 and bringing the CSSOM to a good state.
Current status:
<percentage>,<number>and<integer>types)Potentially we'll also include some perf. enhancements, but most likely this is done in a subsequent release. Current goal is to ship this with a stable basis.