Chris Harrelson
Chris Harrelson
It will layout at some size, which may not be 300x400 (as you mentioned in comment 1(a), but the intrinsic sizing input to layout will be 300x400. The actual bitmap...
> The image will layout at 500px by 250px, but the intrinsic width and height will be 300px and 150px. Or did I misunderstand it? Yes, that's what I meant....
+1 to exposing whether isInputPending was called during the long task. I think it's still valuable for sites that use isInputPending to know about these long tasks, even if they...
Confirmed interest from Chromium.
> I'm not sure what the right answer is here. :/ I think we should treat transform the same as layout-affecting properties--if it changes, then schedule a re-render. This will...
> Does this mean that my example in [#8584 (comment)](https://github.com/w3c/csswg-drafts/issues/8584#issuecomment-2879321841) should work, including resizing of the gray rectangles in the corners? Yes, I think so. Except that the anchored element...
> Yea I believe this is not per spec. It's a browser heuristic, not sure I like it :) It is intentional and a good thing. I'd also like to...
I think @tranjocelyn should already be a team member.
Thanks for the summary! I have a couple of questions. > * Otherwise, if an element has both `display: contents` and **is** focusable, but does not have any other focusable...
QQ: in the current setup, how long does it take after landing a CL like [this](https://chromium-review.googlesource.com/c/chromium/src/+/6496086) for chromestatus to reflect that feature in the feature drop-down?