Philip Jägenstedt
Philip Jägenstedt
This is about https://caniuse.com/async-clipboard https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/127 says "The async Clipboard API is now fully supported." I would send a PR, but am not sure about the current note for Firefox and...
According to https://chromestatus.com/feature/5861289330999296 this feature shipped in M66. It was behind a flag before that, but confirming the correct versions doesn't seem worth the effort. Also update Opera to the...
https://caniuse.com/async-clipboard treats Safari iOS support as partial with the note "Supports writing to clipboard but not reading." This was added in https://github.com/Fyrd/caniuse/commit/be0e5093a419a89f2918be50d0e2d2b94112394d and I can't find any discussion related to...
Fixes https://github.com/web-platform-tests/interop/issues/357.
@jgraham wondered in https://github.com/web-platform-tests/interop/pull/667#discussion_r1624815555 why we don't run this more often. I think I made some effort originally to align the timing so that it would run after results from...
I have tested https://mdn-bcd-collector.gooborg.com/tests/api/BeforeUnloadEvent in Edge 15 and 18 in BrowserStack. The issue most likely affects Edge 12-18. The test returns false with "Cannot create event". However, `BeforeUnloadEvent` is defined...
On https://webstatus.dev/ and feature details pages like https://webstatus.dev/features/dialog we show a test score between 0 and 100% based on WPT results. The current approach is to count passing subtests divided...
A column with the most recent date that a browser shipped a feature would be useful to understand recent changes on the platform for features that aren't yet Baseline. [web-features...
https://docs.python.org/3/library/distutils.html says it's deprecated, linking to https://docs.python.org/3/whatsnew/3.10.html#distutils-deprecated. We'll need to replace our use of distutils before Python 3.12 is in use. Here's one use of it among many: https://github.com/web-platform-tests/wpt/blob/9dd86c4ac1a7262723bbb9ed56b194bb85a511a6/tools/wpt/virtualenv.py#L5