Skip to content

Commit d0b71d4

Browse files
Updates to Mutation events in light of deprecation (#7183)
* Update mutation-events.json * Update mutation-events.json
1 parent 1aed6dc commit d0b71d4

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

features-json/mutation-events.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"title":"Mutation events",
33
"description":"Deprecated mechanism for listening to changes made to the DOM, replaced by Mutation Observers.",
4-
"spec":"https://www.w3.org/TR/DOM-Level-3-Events/#legacy-mutationevent-events",
4+
"spec":"https://www.w3.org/TR/2024/WD-uievents-20240906/#legacy-mutationevent-events",
55
"status":"wd",
66
"links":[
77
{
8-
"url":"https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Mutation_events",
9-
"title":"MDN Web Docs - Mutation events"
8+
"url":"https://developer.mozilla.org/en-US/docs/Web/API/MutationEvent",
9+
"title":"MDN Web Docs - MutationEvent"
1010
}
1111
],
1212
"bugs":[
@@ -80,9 +80,9 @@
8080
"124":"a #1",
8181
"125":"a #1",
8282
"126":"a #1",
83-
"127":"a #1",
84-
"128":"a #1",
85-
"129":"a #1"
83+
"127":"n d",
84+
"128":"n d",
85+
"129":"n d"
8686
},
8787
"firefox":{
8888
"2":"n",
@@ -343,12 +343,12 @@
343343
"124":"a #1",
344344
"125":"a #1",
345345
"126":"a #1",
346-
"127":"a #1",
347-
"128":"a #1",
348-
"129":"a #1",
349-
"130":"a #1",
350-
"131":"a #1",
351-
"132":"a #1"
346+
"127":"n d",
347+
"128":"n d",
348+
"129":"n d",
349+
"130":"n d",
350+
"131":"n d",
351+
"132":"n d"
352352
},
353353
"safari":{
354354
"3.1":"u",
@@ -566,7 +566,7 @@
566566
"4.2-4.3":"a #1",
567567
"4.4":"a #1",
568568
"4.4.3-4.4.4":"a #1",
569-
"129":"a #1"
569+
"129":"n d"
570570
},
571571
"bb":{
572572
"7":"a #1",
@@ -582,7 +582,7 @@
582582
"80":"a #1"
583583
},
584584
"and_chr":{
585-
"129":"a #1"
585+
"129":"n d"
586586
},
587587
"and_ff":{
588588
"130":"a #2"
@@ -629,7 +629,7 @@
629629
"3.0-3.1":"a #2"
630630
}
631631
},
632-
"notes":"See also support for [Mutation Observer](https://caniuse.com/#feat=mutationobserver), which replaces mutation events and does not have the same performance drawbacks.",
632+
"notes":"Mutation events are deprecated and have been removed from the Spec as of 2024-09-07. Instead see support for [Mutation Observer](https://caniuse.com/mutationobserver), which replaces mutation events and does not have the same performance drawbacks.",
633633
"notes_by_num":{
634634
"1":"Does not support `DOMAttrModified`",
635635
"2":"Does not support `DOMNodeInsertedIntoDocument` & `DOMNodeRemovedFromDocument`"
@@ -639,6 +639,6 @@
639639
"ucprefix":false,
640640
"parent":"",
641641
"keywords":"DOMAttrModified,DOMCharacterDataModified,DOMNodeInserted,DOMNodeInsertedIntoDocument,DOMNodeRemoved,DOMNodeRemovedFromDocument,DOMSubtreeModified",
642-
"chrome_id":"",
642+
"chrome_id":"5083947249172480",
643643
"shown":true
644644
}

0 commit comments

Comments
 (0)