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:
parent
d28c400fcb
commit
0f37e0ee89
7 changed files with 169 additions and 3 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue