[Range] Attribute disagreements
Open
@brechtDR is already working on this.
Since Aug 13, 2025.
needs-triage
- Dominant language
- MDX
- Stars
- 4.5k
- Forks
- 226
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 4
Description
Given the following:
<rangegroup name="temperature-range" min="-10" max="10">
<input type="range" name="temperature-range-min" min="-50" max="0" value="-25">
<input type="range" name="temperature-range-max" min="0" max="20" value="15">
</rangegroup>
... What actually happens? Can you say the max is 10 on the group but then inside a max is 100... Does it go out of the track? Does it make the outer actually 100 or does it limit at 10? I see there is an open question for that in the explainer but I didn't see an issue..
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.
Assessment
This issue has not been assessed yet.