`HTMLFormElement.elements` should be a live collection
Open
- Dominant language
- Go
- Stars
- 300
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
`form.elements` is currently a static list. Should be live
Contributor guide
Research direction
Locate the HTMLFormElement.elements implementation and its existing tests, then first reproduce that form.elements remains unchanged after controls are added or removed. Done means the collection updates to reflect current form controls rather than remaining a static list.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100