2.1.6 [W3C-POINTERLOCK] Section 8.1 Dictionary MouseEventInit Members

V0005: The extensions to MouseEventInit are not supported

The specification states:

 8. Extensions to the MouseEventInit Dictionary
  
 User agents must extend the MouseEventInit dictionary [UIEVENTS] with two members 
 movementX and movementY used to initialize respective members of MouseEvent.
  
     partial dictionary MouseEventInit {
         long movementX = 0;
         long movementY = 0;
     };
  
 8.1 Dictionary MouseEventInit Members
  
     movementX of type long, defaulting to 0
     movementY of type long, defaulting to 0

EdgeHTML Mode (All versions)

The extensions to MouseEventInit are not supported.