Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to Mutation events in light of deprecation #7183

Merged
merged 2 commits into from
Oct 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions features-json/mutation-events.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"title":"Mutation events",
"description":"Deprecated mechanism for listening to changes made to the DOM, replaced by Mutation Observers.",
"spec":"https://www.w3.org/TR/DOM-Level-3-Events/#legacy-mutationevent-events",
"spec":"https://www.w3.org/TR/2024/WD-uievents-20240906/#legacy-mutationevent-events",
"status":"wd",
"links":[
{
"url":"https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Mutation_events",
"title":"MDN Web Docs - Mutation events"
"url":"https://developer.mozilla.org/en-US/docs/Web/API/MutationEvent",
"title":"MDN Web Docs - MutationEvent"
}
],
"bugs":[
Expand Down Expand Up @@ -80,9 +80,9 @@
"124":"a #1",
"125":"a #1",
"126":"a #1",
"127":"a #1",
"128":"a #1",
"129":"a #1"
"127":"n d",
"128":"n d",
"129":"n d"
},
"firefox":{
"2":"n",
Expand Down Expand Up @@ -343,12 +343,12 @@
"124":"a #1",
"125":"a #1",
"126":"a #1",
"127":"a #1",
"128":"a #1",
"129":"a #1",
"130":"a #1",
"131":"a #1",
"132":"a #1"
"127":"n d",
"128":"n d",
"129":"n d",
"130":"n d",
"131":"n d",
"132":"n d"
},
"safari":{
"3.1":"u",
Expand Down Expand Up @@ -566,7 +566,7 @@
"4.2-4.3":"a #1",
"4.4":"a #1",
"4.4.3-4.4.4":"a #1",
"129":"a #1"
"129":"n d"
},
"bb":{
"7":"a #1",
Expand All @@ -582,7 +582,7 @@
"80":"a #1"
},
"and_chr":{
"129":"a #1"
"129":"n d"
},
"and_ff":{
"130":"a #2"
Expand Down Expand Up @@ -629,7 +629,7 @@
"3.0-3.1":"a #2"
}
},
"notes":"See also support for [Mutation Observer](https://caniuse.com/#feat=mutationobserver), which replaces mutation events and does not have the same performance drawbacks.",
"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.",
"notes_by_num":{
"1":"Does not support `DOMAttrModified`",
"2":"Does not support `DOMNodeInsertedIntoDocument` & `DOMNodeRemovedFromDocument`"
Expand All @@ -639,6 +639,6 @@
"ucprefix":false,
"parent":"",
"keywords":"DOMAttrModified,DOMCharacterDataModified,DOMNodeInserted,DOMNodeInsertedIntoDocument,DOMNodeRemoved,DOMNodeRemovedFromDocument,DOMSubtreeModified",
"chrome_id":"",
"chrome_id":"5083947249172480",
"shown":true
}
Loading