You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For each entry in the position options list, apply that position option to the box, and find the specified inset-modified containing block size that results from those styles. Stably sort the position options list according to this size, with the largest coming first.'
There's a problem here with auto insets: they would require doing full layout of the box into that position to find the IMCB. But we don't really want to do that for this, so we should assume that auto insets are zero for this purpose.