AngleSharp / AngleSharp/AngleSharp.Css
CSSOM From Houdini Spec
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 98
- Forks
- 48
- Avg merge
- 9h 25m
- Merged PRs (30d)
- 14
Description
Houdini is getting more in shape giving us some of the spec details that are particularly interesting, e.g.,
- https://www.w3.org/TR/css-typed-om-1/ (CSS Typed OM)
- https://www.w3.org/TR/css-properties-values-api-1/ (CSS Properties Values API)
These two specs define not only how values are represented in IDL, but also how to extend / define properties. Those things are already somehow in AngleSharp.Css but should be made conforming to those specs to be on the same track early.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing AngleSharp.Css handling against the CSS Typed OM and CSS Properties Values API specifications linked in the issue. Done means bringing the existing value representation and property-extension behavior into conformance with those specifications.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, css
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100