Skip to content

Commit

Permalink
MutationEvent has no spec anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 committed Dec 16, 2024
1 parent ed3c9b5 commit 51e161d
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions api/MutationEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"MutationEvent": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent",
"spec_url": "https://w3c.github.io/uievents/#interface-mutationevent",
"support": {
"chrome": {
"version_added": "1",
Expand Down Expand Up @@ -38,14 +37,13 @@
},
"status": {
"experimental": false,
"standard_track": true,
"standard_track": false,
"deprecated": true
}
},
"attrChange": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent/attrChange",
"spec_url": "https://w3c.github.io/uievents/#dom-mutationevent-attrchange",
"support": {
"chrome": {
"version_added": "1",
Expand Down Expand Up @@ -80,15 +78,14 @@
},
"status": {
"experimental": false,
"standard_track": true,
"standard_track": false,
"deprecated": true
}
}
},
"attrName": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent/attrName",
"spec_url": "https://w3c.github.io/uievents/#dom-mutationevent-attrname",
"support": {
"chrome": {
"version_added": "1",
Expand Down Expand Up @@ -123,15 +120,14 @@
},
"status": {
"experimental": false,
"standard_track": true,
"standard_track": false,
"deprecated": true
}
}
},
"initMutationEvent": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent/initMutationEvent",
"spec_url": "https://w3c.github.io/uievents/#dom-mutationevent-initmutationevent",
"support": {
"chrome": {
"version_added": "1",
Expand Down Expand Up @@ -166,15 +162,14 @@
},
"status": {
"experimental": false,
"standard_track": true,
"standard_track": false,
"deprecated": true
}
}
},
"newValue": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent/newValue",
"spec_url": "https://w3c.github.io/uievents/#dom-mutationevent-newvalue",
"support": {
"chrome": {
"version_added": "1",
Expand Down Expand Up @@ -209,15 +204,14 @@
},
"status": {
"experimental": false,
"standard_track": true,
"standard_track": false,
"deprecated": true
}
}
},
"prevValue": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent/prevValue",
"spec_url": "https://w3c.github.io/uievents/#dom-mutationevent-prevvalue",
"support": {
"chrome": {
"version_added": "1",
Expand Down Expand Up @@ -252,15 +246,14 @@
},
"status": {
"experimental": false,
"standard_track": true,
"standard_track": false,
"deprecated": true
}
}
},
"relatedNode": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent/relatedNode",
"spec_url": "https://w3c.github.io/uievents/#dom-mutationevent-relatednode",
"support": {
"chrome": {
"version_added": "1",
Expand Down Expand Up @@ -295,7 +288,7 @@
},
"status": {
"experimental": false,
"standard_track": true,
"standard_track": false,
"deprecated": true
}
}
Expand Down

0 comments on commit 51e161d

Please sign in to comment.