[cssom] style attr declarations undefined
Nobody has claimed this yet.
- Dominant language
- Bikeshed
- Stars
- 4.9k
- Forks
- 816
- PR merge metrics
- PR metrics pending
Description
https://w3c.github.io/csswg-drafts/cssom/#the-elementcssinlinestyle-mixin
The style attribute must return a CSS declaration block object whose computed flag is unset, whose parent CSS rule is null, and whose owner node is the context object.
This doesn't actually say what the declarations of the CSS declaration block are, and the definition of CSS declaration block doesn't give any default value.
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 with the referenced CSSOM section, especially the style attribute and CSS declaration block definitions. Determine what declarations or default value the specification should define; the issue is done when that behavior is stated unambiguously in the relevant specification text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100