aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-flexbox-1_dev
diff options
context:
space:
mode:
authorSimon Wülker <simon.wuelker@arcor.de>2025-05-15 19:30:38 +0200
committerGitHub <noreply@github.com>2025-05-15 17:30:38 +0000
commitb100a98e1d7f5ccf4af54a819a55f20f83308fef (patch)
tree02352489726897c790e7d4f5ef91e26408a4ce1f /tests/wpt/css-tests/css-flexbox-1_dev
parentf9382fcaa00206ce1f5f99a9dc417065d980b5ee (diff)
downloadservo-b100a98e1d7f5ccf4af54a819a55f20f83308fef.tar.gz
servo-b100a98e1d7f5ccf4af54a819a55f20f83308fef.zip
Fully support `<input type=color>` (#36992)
This change adds a shadow-tree widget for `<input type=color>` elements. It also involves some changes to the way layout interacts with the DOM, because currently all `input` and `textarea` elements are rendered as plain text and their descendants are ignored. This obviously doesn't work for `<input type={color, date, range, etc}>`. ![image](https://github.com/user-attachments/assets/4f16c3b0-1f79-4095-b19d-1153f5853dd5) <details><summary>HTML used for the screenshot above</summary> ```html <input type=color> ``` </details> Testing: I doubt that this affects WPT tests, because the appearance and behaviour of the widget is almost entirely unspecified. --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
Diffstat (limited to 'tests/wpt/css-tests/css-flexbox-1_dev')
0 files changed, 0 insertions, 0 deletions