Chris Harrelson

Results 116 comments of Chris Harrelson

Specification here: https://wicg.github.io/document-picture-in-picture/ An intent-to-ship in Chromium is in progress.

There are use cases for an async `close` or `toggle` event for `popover`, `` and ``. One example is analytics code in response to accepting a cookie consent dialog which...

> Since all of the options are (by design) before the next paint, they're all equally blocking in terms of UX. 500ms of JS execution will feel the same whether...

> This doesn't really make sense. Event listeners are called synchronously when the event is dispatched. There is not concept of asynchronousness there, nor concept of priority. I'm suggesting we...

(removing agenda+ because @kara wants to follow up on the points raised already on this issue. Thanks all for your feedback!)

This feature request also came up in the context of polyfilling declarative shadow DOM: knowing when the template element is finished parsing makes it easy to know when to insert...

I don't think using the top layer is a good idea. I'm pretty sure that the top layer has problematic issues in its spec and implementation (*). The reason I...

It would be great to have some questions around performance: * Do you struggle to obtain good LCP scores for page load on your websites? * If so, is it...

Proposed agenda: 1. https://open-ui.org/components/selectlist/ 5-10 minutes for Joey Arhar to present some background, use cases and current status of customizable `` 2. https://github.com/w3c/csswg-drafts/issues/5998 New appearance property value for interoperable and...

> I might have spoken too soon here. WebKit does support f64 currently as far as I can tell. This will need more discussion then. Blink also has double-accuracy transform...