mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Depend on: - https://github.com/servo/servo/pull/37427 - https://github.com/servo/servo/pull/37483 Utilize input `type=text` for the display of all textual input. In which, consist of https://html.spec.whatwg.org/#the-input-element-as-a-text-entry-widget and https://html.spec.whatwg.org/#the-input-element-as-domain-specific-widgets inputs. For `password`, `url`, `tel`, and, `email` input, the appearance of input container is exactly the same as the `text` input. Other types of textual input simply extends `text` input by adding extra components inside the container. Testing: Servo textual input appearance WPT. --------- Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> Signed-off-by: Jo Steven Novaryo <jo.steven.novaryo@huawei.com> |
||
---|---|---|
.. | ||
appearance | ||
button-layout | ||
baseline-alignment-and-overflow.tentative.html.ini | ||
field-sizing-input-number.html.ini | ||
field-sizing-input-text.html.ini | ||
field-sizing-select-contain-size.html.ini | ||
field-sizing-select.html.ini | ||
field-sizing-textarea.html.ini | ||
input-checkbox-no-centering.html.ini | ||
input-checkbox-switch-indeterminate.tentative.html.ini | ||
input-checkbox-switch.tentative.html.ini | ||
input-checkbox-switch.tentative.window.js.ini | ||
input-checkbox-zero-size.html.ini | ||
input-date-content-size.html.ini | ||
input-number-text-size.tentative.html.ini | ||
input-radio-no-centering.html.ini | ||
input-text-size.html.ini | ||
input-time-content-size.html.ini | ||
textarea-cols-rows.html.ini |