1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 17:28:11 +00:00

LibWeb: Add basic input range rendering

This commit is contained in:
Bastiaan van der Plaat 2023-12-11 18:00:06 +01:00 committed by Alexander Kalenik
parent d28c400fcb
commit 0f37e0ee89
7 changed files with 169 additions and 3 deletions

View file

@ -29,7 +29,7 @@
<input type="time" id="time" value="time" /><br />
<input type="datetime-local" id="datetime-local" value="datetime-local" /><br />
<input type="number" id="number" value="number" /><br />
<input type="range" id="range" value="range" /><br />
<input type="range" id="range" value="25" /><br />
<input type="color" id="color" value="color" /><br />
<input type="checkbox" id="checkbox" value="checkbox" /><br />
<input type="radio" id="radio-a" value="a" name="test-radio" /><br />