We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb32edb commit a1a9b77Copy full SHA for a1a9b77
data/html-event-groups.json
@@ -13,8 +13,7 @@
13
{ "name": "mouseenter", "status": "No" },
14
{ "name": "mouseleave", "status": "No" },
15
{ "name": "mouseover", "status": "No" },
16
- { "name": "mouseout", "status": "No" },
17
- { "name": "select", "status": "No" },
+ { "name": "mouseout", "status": "No" }
18
]
19
},
20
{
@@ -37,11 +36,12 @@
37
36
38
39
"id": "change-input",
40
- "name": "Change / Input",
+ "name": "Change, Input & Selection",
41
"entries": [
42
{ "name": "change", "status": "No" },
43
{ "name": "input", "status": "Yes" },
44
{ "name": "beforeinput", "status": "No" },
+ { "name": "select", "status": "No" }
45
46
47
0 commit comments