Ian Kilpatrick

Results 51 comments of Ian Kilpatrick

The general problem that I think you are hinting at already exists without replaced elements, e.g. ```html baseline line1line2line3 baseline ``` (FF rendering is badly wrong here) but here "baseline"...

This is an advantage of how the its specified in tables - in that you end up picking the lowest vs. the "first/last" item (look at all items - pick...

I believe we take the "highest" one - at least I remember we had a conversation about the "overflow:scroll;flex-direction:column-reverse;" case and thought the clamping to the top in that case...

> Run the grid algorithm again, now with a definite available grid space, and not treating the subgrid as empty. It shouldn't matter if the outer grid (which I think...

Right - we map the majority of "display: -webkit-box" over to "display: flex". There are a few small adjustments: - min-width/min-height: auto resolves to zero (instead of the auto min-size)....

Yeah columns - however we may make these fragments still - we'll see. When I first saw this issue I quickly made a patch which removes the logic to exclude...

@zcorpan - Prior to doing the load, does any layout information change with this PR? Specifically today (cross-browser), an image like: `` will have a zero natural-size / intrinsic-size (depending...

https://wpt.live/css/css-contain/contain-layout-baseline-005.html https://wpt.live/css/css-contain/contain-layout-button-001.html

https://chromium-review.googlesource.com/c/chromium/src/+/5479489 - if anyone is curious about the baseline patch.

See also https://github.com/whatwg/html/issues/5065 > I'm not yet entirely sure what makes the most sense here, but one other situation that's worth comparing is what happens when these elements have an...