Christian Biesinger
Christian Biesinger
Why would you expect scrollHeight to affect the height of the flex line? Note https://drafts.csswg.org/css-flexbox/#flex-lines: "In a single-line flex container, the cross size of the line is the cross size...
But note https://bugs.chromium.org/p/chromium/issues/detail?id=599828
Oh, I didn't realize PAC support was added. Can you point me to the code?
(I've since found ddeae538bbc9d634c983238fceea89ff08d00a86 and am working on updating this PR now)
this also applies to \``` blocks, not just \
Maybe @davidsgrogan can help with adding a use counter for align-self/justify-self on abspos items in a column flexbox? I guess ideally limiting to items which don't have the corresponding left/top/right/bottom...
So after discussing with fantasai, the css-sizing-4 transferred min/max size text should not apply in flexbox/grid. Instead, only the sizing inside those specs should apply. For flex: - Minimum sizes...
FWIW, in terms of Blink implementation, we have decided that we have to use an actual resize observer and store the last remembered size in the DOM node. We have...
@dholbert could you confirm that the latest version satisfies your concerns>?
I'm adding a use counter for this at https://crrev.com/c/1354539