[Webkit-unassigned] [Bug 254761] input type=range not using [value] for step base

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 3 16:55:23 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=254761

--- Comment #7 from Karl Dubost <karlcow at apple.com> ---
I wonder if there are missing WPT tests covering these cases about the value.

Maybe in constraints
https://wpt.fyi/results/html/semantics/forms/constraints?label=master&label=experimental&aligned



The test of the CodePen is:

<input id="control1" type="range" step="10" value="1">

document.getElementById('control1').attributes.value.textContent returns "1"
document.getElementById('control1').value returns "0"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230903/cb1877d5/attachment.htm>


More information about the webkit-unassigned mailing list