Philip Jägenstedt

Results 336 issues of Philip Jägenstedt

In https://github.com/web-platform-tests/interop/issues/319 there was a problem with "PRECONDITION_FAILED" in some WebCodecs tests. I think the conclusion is that we can't have tests like these in Interop, because there's no good...

I promised in https://github.com/web-platform-tests/interop/issues/110 that I would explain what we'd need to score results from Test262 as part of Interop 2023, so that @bkardell can investigate. My knowledge of Test262...

meta

I've filed https://github.com/w3c/editing/issues/430 to spec some behavior included in Interop 2023. This issue is bookkeeping to keep it on the radar of the interop team when we prepare future meeting...

The [Interop 2024 proposal template](https://github.com/web-platform-tests/interop/blob/3528a4485e8e796be0839651f6492eec73a6866c/.github/ISSUE_TEMPLATE/focus-area-proposal.yml) said this about the specification: > The feature must defined by a standards-track specification from one of the following organizations: > > - [IETF](https://www.ietf.org/) (Standard...

meta

In https://github.com/web-platform-tests/interop/issues/599 we had few discussions about test change proposals, and @chrishtr suggested that we document the underlying principles for how we make such decisions. What we have been doing...

meta

Feature request from https://github.com/web-platform-dx/web-features/issues/484. I would like to answer the question "is it standards track" for every feature in web-features, and @tidoust suggested we might be able to improve the...

https://w3c.github.io/clipboard-apis/#fire-a-clipboard-event says "Set target to the focused node, or the body element if no node has focus" but "focused node" isn't defined. Maybe it's [document.activeElement](https://html.spec.whatwg.org/multipage/interaction.html#dom-document-activeelement)?