No-op in "delete the selection" algorithm with end block's parent
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 202
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
The "delete the selection" algorithm states in step 32.4.1:
[..] let parent equal end block, then remove end block from parent, then set end block to parent.
I'm fairly certain this should state "let parent equal end block's parent".
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 at step 32.4.1 of the “delete the selection” algorithm, specifically the statement about setting parent and removing end block. Verify the wording against the algorithm’s intended parent relationship and update the specification text if confirmed. Done means the step is unambiguous and accurately describes the parent used for removal.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100