Re: [pointerevents] Pointerevents+UI events (#564)

PR errors are from the missing definitions:
 * **"calculate DOM path"**
 * **"topmost event target"**
 * **"Initialize a UIEvent"**
 * **"hysteresis"**
 * **"un-initialized value"**: Note that  MouseEventInit doesn’t set any default value?!? Could it be similar to https://github.com/w3c/pointerevents/pull/323, ie incompatible with `has*` functions ?
 * **"default action[s]"** : DOM removed that concept. See also https://github.com/w3c/uievents/issues/104
 * **"key modifier state"**
 * **"focusout"**
 * **"focusable area"**
 * **"click focusable"**
 * **"Initialize PointerLock attributes for MouseEvent"**
 * **"Set PointerLock attributes for mousemove"**
 
It’s importing the EventModifierInit dictionary, which is also used by Keyboard Events.

It's not exporting any of the imported definitions (yet).

What should we do about credits/acks ?

Do we move the WPT tests for those interfaces?




-- 
GitHub Notification of comment by plehegar
Please view or discuss this issue at https://github.com/w3c/pointerevents/pull/564#issuecomment-3744481323 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 13 January 2026 13:58:06 UTC