Skip to content

Commit 61e9fdf

Browse files
committed
data update
1 parent d0b71d4 commit 61e9fdf

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

data.json

+1-1
Large diffs are not rendered by default.

features-json/background-attachment.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@
645645
"4":"Does not support `fixed`, and due [to a bug](https://bugs.chromium.org/p/chromium/issues/detail?id=627037) only supports `local` if a `border-radius` is set on the element.",
646646
"5":"Broken support of `fixed` and `local` when scrolling an outer scroll container. Related [to a bug](https://bugs.webkit.org/show_bug.cgi?id=219324)."
647647
},
648-
"usage_perc_y":79.78,
648+
"usage_perc_y":93.75,
649649
"usage_perc_a":2.26,
650650
"ucprefix":false,
651651
"parent":"",

features-json/mutation-events.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title":"Mutation events",
33
"description":"Deprecated mechanism for listening to changes made to the DOM, replaced by Mutation Observers.",
44
"spec":"https://www.w3.org/TR/2024/WD-uievents-20240906/#legacy-mutationevent-events",
5-
"status":"wd",
5+
"status":"unoff",
66
"links":[
77
{
88
"url":"https://developer.mozilla.org/en-US/docs/Web/API/MutationEvent",
@@ -629,13 +629,13 @@
629629
"3.0-3.1":"a #2"
630630
}
631631
},
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.",
632+
"notes":"Mutation events are deprecated and have been removed from the spec as of 2024-09-07. Instead see support for [Mutation Observer](/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`"
636636
},
637637
"usage_perc_y":0,
638-
"usage_perc_a":97.01,
638+
"usage_perc_a":32.94,
639639
"ucprefix":false,
640640
"parent":"",
641641
"keywords":"DOMAttrModified,DOMCharacterDataModified,DOMNodeInserted,DOMNodeInsertedIntoDocument,DOMNodeRemoved,DOMNodeRemovedFromDocument,DOMSubtreeModified",

fulldata-json/data-1.0.json

+1-1
Large diffs are not rendered by default.

fulldata-json/data-2.0.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)