Philip Jägenstedt

Results 336 issues of Philip Jägenstedt

https://w3c.github.io/clipboard-apis/#fire-a-clipboard-event has "If the context is editable" as a condition when determining the event target, but it doesn't say in detail how to determine this. Writing tests for this based...

Per https://drafts.css-houdini.org/css-paint-api/#2d-rendering-context there shouldn't be a `filter` attributes on `PaintRenderingContext2D`, because there's no `PaintRenderingContext2D includes CanvasFilters` statements or similar that would make it so. But Chromium does have a `filters`...

Tests that used Edge need to be adapted, but happily they were only using 3 browsers, so we now end up testing something closer to the real metrics, which will...

In the browser picker, we use the full version numbers, which isn't very important to show, and means that we get longer lists where it's harder to find what you're...

In Chrome 62 on Windows 10 in BrowserStack, `Object.getOwnPropertyNames(location)` includes `href`. However, it's claimed to be missing in the confluence data.

data bug
failure to ship

https://github.com/mdittmer/web-apis/pull/83 added data for a version of Safari 11.0, and it turns out that affects some of the graphs. It's the most clear in the API count graph. Before: ![image](https://user-images.githubusercontent.com/498917/57928552-65902200-78b1-11e9-978b-3d62c068c1ce.png)...

https://github.com/GoogleChromeLabs/confluence/blob/master/data/version_history.json has release information that's also in https://github.com/mdn/browser-compat-data/tree/master/browsers. I'd like to use BCD, since that's already being maintained. This could also help resolve https://github.com/GoogleChromeLabs/confluence/issues/262.

enhancement

https://html.spec.whatwg.org/multipage/workers.html defined dedicated workers and shared workers https://w3c.github.io/ServiceWorker/ defines service workers We should collect data from at least these contexts, and somehow surface differences between browsers.

enhancement
backlog

https://chromium-review.googlesource.com/c/chromium/src/+/647850 got me thinking about what will happen with the speech-related properties in confluence when that lands. We should collect data from both secure and non-secure contexts, and somehow make...

enhancement
backlog

The API Catalog view with the default selection of browsers took a few seconds to load after clicking "Expand All". With more browsers one would start to wonder what's happening,...