servo/components/script
Jon Leighton a8b64aca2a Steps 7-9 of the input type change algorithm
Spec: https://html.spec.whatwg.org/multipage/input.html#input-type-change

In short, this resets the selection to the start of the field when the
type has changed from one which doesn't support the selection API to one
that does.

I couldn't see an existing WPT test covering this.
2018-01-26 20:12:38 +01:00
..
docs
dom Steps 7-9 of the input type change algorithm 2018-01-26 20:12:38 +01:00
task_source
body.rs
build.rs
Cargo.toml Replace NonZero<*{const,mut} _> with std::ptr::NonNull 2018-01-22 17:41:25 +01:00
clipboard_provider.rs
CMakeLists.txt
devtools.rs
document_loader.rs Add a topLevelDomComplete metric. 2017-12-14 16:48:19 -06:00
fetch.rs Add FetchCanceller RAII handle 2017-11-21 16:45:03 -08:00
layout_image.rs
lib.rs Replace NonZero<*{const,mut} _> with std::ptr::NonNull 2018-01-22 17:41:25 +01:00
mem.rs
microtask.rs
network_listener.rs
script_runtime.rs Remove js.mem.gc.refresh_frame_slices.enabled pref 2018-01-06 23:11:48 +01:00
script_thread.rs Print url of recorded PWM 2017-12-07 20:58:31 +01:00
serviceworker_manager.rs
serviceworkerjob.rs
stylesheet_loader.rs
task.rs
test.rs
textinput.rs Steps 7-9 of the input type change algorithm 2018-01-26 20:12:38 +01:00
timers.rs
unpremultiplytable.rs
webdriver_handlers.rs