diff options
author | Simon Wülker <simon.wuelker@arcor.de> | 2025-05-15 19:30:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-15 17:30:38 +0000 |
commit | b100a98e1d7f5ccf4af54a819a55f20f83308fef (patch) | |
tree | 02352489726897c790e7d4f5ef91e26408a4ce1f /tests/wpt/css-tests/css-flexbox-1_dev | |
parent | f9382fcaa00206ce1f5f99a9dc417065d980b5ee (diff) | |
download | servo-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}>`.

<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