@@ -186,15 +186,9 @@ public class Event extends HtmlUnitScriptable {
186186 /** The auxclick event type, triggered by {@code auxclick} event handlers. */
187187 public static final String TYPE_AUXCLICK = "auxclick" ;
188188
189- // /** The mspointerleave event type, triggered by {@code mspointerleave} event handlers. */
190- // public static final String TYPE_MSPOINTERLEAVE = "mspointerleave";
191- //
192189 /** The webkitanimationstart event type, triggered by {@code webkitanimationstart} event handlers. */
193190 public static final String TYPE_WEBANIMATIONSTART = "webkitanimationstart" ;
194191
195- // /** The msgesturestart event type, triggered by {@code msgesturestart} event handlers. */
196- // public static final String TYPE_MSGESTURESTART = "msgesturestart";
197-
198192 /** The drag event type, triggered by {@code drag} event handlers. */
199193 public static final String TYPE_DRAG = "drag" ;
200194
@@ -255,9 +249,6 @@ public class Event extends HtmlUnitScriptable {
255249 /** The pageshow event type, triggered by {@code pageshow} event handlers. */
256250 public static final String TYPE_PAGESHOW = "pageshow" ;
257251
258- // /** The mspointerenter event type, triggered by {@code mspointerenter} event handlers. */
259- // public static final String TYPE_MSPOINTENTER = "mspointerenter";
260-
261252 /** The mozfullscreenchange event type, triggered by {@code mozfullscreenchange} event handlers. */
262253 public static final String TYPE_MOZFULLSCREENCHANGE = "mozfullscreenchange" ;
263254
@@ -372,9 +363,6 @@ public class Event extends HtmlUnitScriptable {
372363 /** The transitionend event type, triggered by {@code transitionend} event handlers. */
373364 public static final String TYPE_TRANSITIONEND = "transitionend" ;
374365
375- // /** The msgesturehold event type, triggered by {@code msgesturehold} event handlers. */
376- // public static final String TYPE_MSGESTUREHOLD = "msgesturehold";
377-
378366 /** The deviceorientationabsolute event type, triggered by {@code deviceorientationabsolute} event handlers. */
379367 public static final String TYPE_DEVICEORIENTATIONABSOLUTE = "deviceorientationabsolute" ;
380368
@@ -441,12 +429,6 @@ public class Event extends HtmlUnitScriptable {
441429 /** The ongamepaddisconnected event type, triggered by {@code ongamepaddisconnected} event handlers. */
442430 public static final String TYPE_GAMEPAD_DISCONNECTED = "ongamepaddisconnected" ;
443431
444- /**
445- * The mssitemodejumplistitemremoved event type, triggered
446- * by {@code mssitemodejumplistitemremoved} event handlers.
447- */
448- public static final String TYPE_MSSITEMODEJUMPLISTITEMREMOVED = "mssitemodejumplistitemremoved" ;
449-
450432 /** No event phase. */
451433 @ JsxConstant
452434 public static final int NONE = 0 ;
0 commit comments