mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
Fixes a regression in 57c9bb5 where the media controls would not show
when moving the cursor over the video overlay element.
7 lines
270 B
Plaintext
7 lines
270 B
Plaintext
> move pointer over shadow content
|
|
pointerover target.id="host" relatedTarget.id="body"
|
|
pointerenter target.id="host" relatedTarget.id="body"
|
|
pointermove target.id="host" relatedTarget.id="null"
|
|
> move pointer outside
|
|
pointerout target.id="host" relatedTarget.id="body"
|