Re: [css-houdini-drafts] [css-layout-api] Assorted TAG feedback

> In reflecting about the recursive nature of how a given pass through the layout generator function can recursively call layoutNextFragment on it's children, it seems to me that layoutNextFragment should really be called layout instead; this would appear to match intrinsicSizes() which is already named the same as the generator function required at registration. If layout is too general, then maybe layoutFragment?

I think there is a distinction here worth emphasizing, though, since intrinsic sizes are a layout function of *all* fragments, and `layoutNextFragment` is a request to lay out just *one* fragment.

-- 
GitHub Notification of comment by dbaron
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/760#issuecomment-391129030 using your GitHub account

Received on Tuesday, 22 May 2018 20:26:38 UTC