WICG / document-picture-in-picture

https://wicg.github.io/document-picture-in-picture/
Other
55 stars 9 forks source link

Why does the enter event bubble? #46

Closed domenic closed 1 year ago

domenic commented 1 year ago

fire an event named enter using DocumentPictureInPictureEvent on this with its bubbles attribute initialized to true

The this object doesn't have any parent, so having it bubble is pointless.