vmpstr

Results 68 comments of vmpstr

Yet another alternative is to use Oriol's algorithm for ~one~ the larger of the corner dimensions and then use the initial border radius aspect ratio to compute the ~other~ smaller...

If I may summarize, there didn't seem to be an objection to generally having `view-transition-` prefix for the pseudo elements, but admittedly we didn't focus the discussion on this. Most...

removing agenda, since I think the proposal is to not retarget for now, and revisit later

> t's simpler to treat these pseudo-elements like any other element where from the developer's perspective, the style is always up to date once the `ready` promise resolves and they...

I think one of the problems with starting the transition as soon as we call createDocumentTransition is that it doesn't lend many opportunities for script to register for promise observations:...

Minutes weren't added, but there was a resolution: RESOLVED: content-visibility applies to elements that can have size containment

Hi, please note that we're proposing the following solution: https://github.com/WICG/view-transitions/blob/main/document-render-blocking.md#blocking-element-id This is in a spec PR here: https://github.com/whatwg/html/pull/9970

FYI, Chromium is considering shipping this feature in the near future. Please let me know if there are any concerns with the proposal

It feels like this is one of these options that you should give to startViewTransition to optimize things because you know that you've marked way too much with the view-transition-name....

> I was curious how content-visibility handles this. Yeah, content-visibility uses paint containment for this reason, so that we don't need to render the subtree to figure out the extent...