mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
This implements enough to represent <input type=image> with its loaded source image (or fallback to its alt text, if applicable). This does not implement acquring coordinates from user-activated click events on the image.
4 lines
97 B
HTML
4 lines
97 B
HTML
<form>
|
|
<input type="image" src="120.png" alt="Image not found" width="48" height="48">
|
|
</form>
|