Psychpsyo
1d44df74f7
LibWeb: Stop zero-area children from causing scrollable overflow
2024-11-24 11:10:47 +01:00
Edward Banner
912511a152
LibWeb: Use containing block to compute scrollable overflow
...
Instead of using child boxes to compute scrollable overflow for the box,
we use descendants which have the box as their containing block.
2024-10-18 15:26:42 +02:00
Aliaksandr Kalenik
b2dcdf0096
LibWeb: Use button layout for input elements with button type
2024-06-14 07:58:55 +02:00
Timothy Flynn
3f3db34587
LibWeb: Support setting dimensions on input image buttons
...
Users are allowed to specify the height and width of an image button
directly in the HTML.
2024-02-21 19:52:59 +01:00
Timothy Flynn
debb5690ce
LibWeb: Begin implementing the HTMLInputElement 'image' type state
...
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.
2024-02-19 11:07:30 +01:00