-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Remove never-supported Window features #6942
Changes from all commits
8e66c00
f87fab6
34af58d
ccfe604
1cee2ef
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1210,55 +1210,6 @@ | |
} | ||
} | ||
}, | ||
"clipboardchange_event": { | ||
"__compat": { | ||
"description": "<code>clipboardchange</code> event", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Window/clipboardchange_event", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've sent mdn/content#1301 to remove this page. |
||
"support": { | ||
"chrome": { | ||
"version_added": false | ||
}, | ||
"chrome_android": { | ||
"version_added": false | ||
}, | ||
"edge": { | ||
"version_added": false | ||
}, | ||
"firefox": { | ||
"version_added": false | ||
}, | ||
"firefox_android": { | ||
"version_added": false | ||
}, | ||
"ie": { | ||
"version_added": false | ||
}, | ||
"opera": { | ||
"version_added": false | ||
}, | ||
"opera_android": { | ||
"version_added": false | ||
}, | ||
"safari": { | ||
"version_added": false | ||
}, | ||
"safari_ios": { | ||
"version_added": false | ||
}, | ||
"samsunginternet_android": { | ||
"version_added": false | ||
}, | ||
"webview_android": { | ||
"version_added": false | ||
} | ||
}, | ||
"status": { | ||
"experimental": true, | ||
"standard_track": true, | ||
"deprecated": false | ||
} | ||
} | ||
}, | ||
"close": { | ||
"__compat": { | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Window/close", | ||
|
@@ -2781,102 +2732,6 @@ | |
} | ||
} | ||
}, | ||
"getAttention": { | ||
"__compat": { | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Window/getAttention", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've sent mdn/content#1302 to remove this page. |
||
"support": { | ||
"chrome": { | ||
"version_added": false | ||
}, | ||
"chrome_android": { | ||
"version_added": false | ||
}, | ||
"edge": { | ||
"version_added": false | ||
}, | ||
"firefox": { | ||
"version_added": false | ||
}, | ||
"firefox_android": { | ||
"version_added": false | ||
}, | ||
"ie": { | ||
"version_added": false | ||
}, | ||
"opera": { | ||
"version_added": false | ||
}, | ||
"opera_android": { | ||
"version_added": false | ||
}, | ||
"safari": { | ||
"version_added": false | ||
}, | ||
"safari_ios": { | ||
"version_added": false | ||
}, | ||
"samsunginternet_android": { | ||
"version_added": false | ||
}, | ||
"webview_android": { | ||
"version_added": false | ||
} | ||
}, | ||
"status": { | ||
"experimental": false, | ||
"standard_track": false, | ||
"deprecated": false | ||
} | ||
} | ||
}, | ||
"getAttentionWithCycleCount": { | ||
"__compat": { | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Window/getAttentionWithCycleCount", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This page doesn't exist, good. |
||
"support": { | ||
"chrome": { | ||
"version_added": false | ||
}, | ||
"chrome_android": { | ||
"version_added": false | ||
}, | ||
"edge": { | ||
"version_added": false | ||
}, | ||
"firefox": { | ||
"version_added": false | ||
}, | ||
"firefox_android": { | ||
"version_added": false | ||
}, | ||
"ie": { | ||
"version_added": false | ||
}, | ||
"opera": { | ||
"version_added": false | ||
}, | ||
"opera_android": { | ||
"version_added": false | ||
}, | ||
"safari": { | ||
"version_added": false | ||
}, | ||
"safari_ios": { | ||
"version_added": false | ||
}, | ||
"samsunginternet_android": { | ||
"version_added": false | ||
}, | ||
"webview_android": { | ||
"version_added": false | ||
} | ||
}, | ||
"status": { | ||
"experimental": false, | ||
"standard_track": false, | ||
"deprecated": false | ||
} | ||
} | ||
}, | ||
"getComputedStyle": { | ||
"__compat": { | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Window/getComputedStyle", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can find no trace of this event in Chromium, which is where it might have been given the maintainers of https://w3c.github.io/clipboard-apis/#clipboard-event-clipboardchange.