- From: Ian Kilpatrick via GitHub <sysbot+gh@w3.org>
- Date: Wed, 11 Jan 2017 01:21:16 +0000
- To: public-houdini-archive@w3.org
```js
class {
minMaxSizes(children, styleMap) {
return {
minSize: children.max.minSize;
maxSize: children.max.maxSize;
}
}
*layout(constraintSpace, children, styleMap) {
const inlineSize = resolveInlineSize(constraintSpace, children,
minMaxSizes(children, styleMap));
return {
};
}
}
```
--
GitHub Notification of comment by bfgeek
Please view or discuss this issue at
https://github.com/w3c/css-houdini-drafts/issues/343#issuecomment-271750469
using your GitHub account
Received on Wednesday, 11 January 2017 01:21:23 UTC