mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
Previously, the label called `HTMLElement::click()` which dispatched a synthetic event with all properties set to their default values. We now preserve the properties of the original mouse event.
6 lines
160 B
Plaintext
6 lines
160 B
Plaintext
target: input
|
|
clientX preserved from label event: true
|
|
clientY preserved from label event: true
|
|
offsetX relative to input: true
|
|
offsetY relative to input: true
|