Skip to content

Commit 8805617

Browse files
committed
Move touch and pointer events up
Signed-off-by: Nico Burns <[email protected]>
1 parent a1a9b77 commit 8805617

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

data/html-event-groups.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,31 @@
1616
{ "name": "mouseout", "status": "No" }
1717
]
1818
},
19+
{
20+
"id": "touch",
21+
"name": "Touch",
22+
"entries": [
23+
{ "name": "touchstart", "status": "No" },
24+
{ "name": "touchend", "status": "No" },
25+
{ "name": "touchmove", "status": "No" },
26+
{ "name": "touchcancel", "status": "No" },
27+
]
28+
},
29+
{
30+
"id": "pointer",
31+
"name": "Pointer",
32+
"entries": [
33+
{ "name": "pointerdown", "status": "No" },
34+
{ "name": "pointerup", "status": "No" },
35+
{ "name": "pointermove", "status": "No" },
36+
{ "name": "pointercancel", "status": "No" },
37+
{ "name": "pointerover", "status": "No" },
38+
{ "name": "pointerout", "status": "No" },
39+
{ "name": "pointerenter", "status": "No" },
40+
{ "name": "pointerleave", "status": "No" },
41+
{ "name": "pointerrawupdate", "status": "No" },
42+
]
43+
},
1944
{
2045
"id": "scroll-wheel",
2146
"name": "Scroll / Wheel",
@@ -100,31 +125,6 @@
100125
{ "name": "resize", "status": "No" },
101126
]
102127
},
103-
{
104-
"id": "touch",
105-
"name": "Touch",
106-
"entries": [
107-
{ "name": "touchstart", "status": "No" },
108-
{ "name": "touchend", "status": "No" },
109-
{ "name": "touchmove", "status": "No" },
110-
{ "name": "touchcancel", "status": "No" },
111-
]
112-
},
113-
{
114-
"id": "pointer",
115-
"name": "Pointer",
116-
"entries": [
117-
{ "name": "pointerdown", "status": "No" },
118-
{ "name": "pointerup", "status": "No" },
119-
{ "name": "pointermove", "status": "No" },
120-
{ "name": "pointercancel", "status": "No" },
121-
{ "name": "pointerover", "status": "No" },
122-
{ "name": "pointerout", "status": "No" },
123-
{ "name": "pointerenter", "status": "No" },
124-
{ "name": "pointerleave", "status": "No" },
125-
{ "name": "pointerrawupdate", "status": "No" },
126-
]
127-
},
128128
{
129129
"id": "drap-and-drop",
130130
"name": "Drag & Drop",

0 commit comments

Comments
 (0)