gost-dom / gost-dom/browser

Respect SameValue on Element.classList

Open
#98 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.