[CSSOM] step 2 of add a CSS style sheet seems wrong
Open
Nobody has claimed this yet.
cssom-1
- Dominant language
- Bikeshed
- Stars
- 4.9k
- Forks
- 816
- PR merge metrics
- PR metrics pending
Description
Step 2 of add a CSS style sheet says:
If the disabled flag is set, then return.
But step 4 talks about when to unset disabled flag. It seems like this is totally useless after step 2.
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 CSSOM “add a CSS style sheet” algorithm linked in the issue, and compare step 2’s disabled-flag return with step 4’s unsetting behavior. Determine whether the steps are inconsistent, then update the specification so the disabled-flag handling is coherent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100