Skip to content

Commit

Permalink
Remove the api.Window.layoutShift entry (#9388)
Browse files Browse the repository at this point in the history
This was added in #6090
but there is no `layoutShift` global property, nor any "layoutshift"
event. There is a `LayoutShift` interface, but that's already covered in
LayoutShift.json.
  • Loading branch information
foolip authored Mar 8, 2021
1 parent 9c2f28f commit f3b0ec5
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions api/Window.json
Original file line number Diff line number Diff line change
Expand Up @@ -3443,55 +3443,6 @@
}
}
},
"layoutShift": {
"__compat": {
"description": "<code>languagechange</code> event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Window/layoutShift",
"support": {
"chrome": {
"version_added": "77"
},
"chrome_android": {
"version_added": "77"
},
"edge": {
"version_added": "80"
},
"firefox": {
"version_added": false
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": false
},
"opera": {
"version_added": true
},
"opera_android": {
"version_added": true
},
"safari": {
"version_added": false
},
"safari_ios": {
"version_added": false
},
"samsunginternet_android": {
"version_added": "12.0"
},
"webview_android": {
"version_added": "77"
}
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"length": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Window/length",
Expand Down

0 comments on commit f3b0ec5

Please sign in to comment.