Philip Jägenstedt

Results 1107 comments of Philip Jägenstedt
trafficstars

We deleted this field in https://github.com/web-platform-dx/web-features/pull/1450 ahead of the 1.0 release. Starting from a clean slate. We might need it again in the future, but it's OK to close this...

@connorshea after finding the `npm run render` command today I had the same thought, and @Elchi3 pointed me at this issue. Is this something you're still pursuing?

FWIW, in web-platform-tests, we've had bots commenting on PRs and in our case it caused a fair amount of complaints: https://github.com/web-platform-tests/wpt/issues/5200 https://github.com/web-platform-tests/wpt/issues/5611 https://github.com/web-platform-tests/wpt/issues/5916 Perhaps PRs on this repo don't have...

That's too bad, but thanks for making the status clear :) @Elchi3 @jpmedley how do you go about reviewing changes, is it as time consuming as it would seem to...

@lukebjerring set to backlog priority, but maybe should be higher if it's blocking Android runs?

The issue I filed for https://github.com/whatwg/html/issues/9181 was resolved and I can file another issue given a clear description. Is the suspicion that `` is entirely unsupported by Google image search,...

@jabcreations I've been closing issues using the default action, but certainly `line-clamp` isn't "completed" on the web platform. As one of the last remaining CSS properties that requires a prefix,...

Hi @kbrilla, I see you filed this when Interop 2025 was open for proposals. Unfortunately, it didn't get the right labels since you didn't use the template, and was lost...

There has been some efforts to move things from `HTMLDocument` to `Document` in Blink, and it's been successful so far. https://bugs.chromium.org/p/chromium/issues/detail?id=238368 Of what [remains](https://chromium.googlesource.com/chromium/src/+/fa50402230d37afe53a6e2d15d36a8285e1081e0/third_party/WebKit/Source/core/html/HTMLDocument.idl) I think that only `document.all` is...

Yep, that sounds good. I'm pretty optimistic about Blink being able to make `HTMLDocument` empty, but there could be engine-specific compat issues. Not sure how risky the final step of...