w3c / uievents

UI Events
https://w3c.github.io/uievents/
Other
147 stars 52 forks source link

Define behavior for wheel event group when the initial target is mutated #341

Open dlrobertson opened 1 year ago

dlrobertson commented 1 year ago

Browsers currently differ on what should happen when the target of a wheel event group is mutated. For example, when the target of a wheel event group is removed:

The initial work to add wheel event groups to Gecko (bug 1168182) will implement behavior similar to WebKit, but I intend to file a follow-up bug to make Gecko behave like Blink.

dlrobertson commented 1 year ago

Related to https://github.com/w3c/uievents/issues/338