Respect SameValue on Element.classList
Open
- Dominant language
- Go
- Stars
- 300
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
`Element.classList` has `sameObject` specified, but the implementation returns a new object each time.
Contributor guide
Research direction
Start at the Element.classList implementation and inspect how repeated property access creates or returns the object. Verify the behavior against the specified SameValue requirement, then add or update coverage for repeated Element.classList reads and run the relevant Go tests. Done means repeated accesses return the same object.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100