Skip to content

Commit

Permalink
data update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyrd committed Oct 11, 2024
1 parent d0b71d4 commit 61e9fdf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion features-json/background-attachment.json
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@
"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.",
"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)."
},
"usage_perc_y":79.78,
"usage_perc_y":93.75,
"usage_perc_a":2.26,
"ucprefix":false,
"parent":"",
Expand Down
6 changes: 3 additions & 3 deletions features-json/mutation-events.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title":"Mutation events",
"description":"Deprecated mechanism for listening to changes made to the DOM, replaced by Mutation Observers.",
"spec":"https://www.w3.org/TR/2024/WD-uievents-20240906/#legacy-mutationevent-events",
"status":"wd",
"status":"unoff",
"links":[
{
"url":"https://developer.mozilla.org/en-US/docs/Web/API/MutationEvent",
Expand Down Expand Up @@ -629,13 +629,13 @@
"3.0-3.1":"a #2"
}
},
"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":"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.",
"notes_by_num":{
"1":"Does not support `DOMAttrModified`",
"2":"Does not support `DOMNodeInsertedIntoDocument` & `DOMNodeRemovedFromDocument`"
},
"usage_perc_y":0,
"usage_perc_a":97.01,
"usage_perc_a":32.94,
"ucprefix":false,
"parent":"",
"keywords":"DOMAttrModified,DOMCharacterDataModified,DOMNodeInserted,DOMNodeInsertedIntoDocument,DOMNodeRemoved,DOMNodeRemovedFromDocument,DOMSubtreeModified",
Expand Down
2 changes: 1 addition & 1 deletion fulldata-json/data-1.0.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fulldata-json/data-2.0.json

Large diffs are not rendered by default.

0 comments on commit 61e9fdf

Please sign in to comment.