Re: [csswg-drafts] [css-grid] Automatic minimum size clamping by grid area should transfer through aspect ratio

All right, fix checked in 

```diff
  However, if the <a>grid item</a> spans only <a>grid tracks</a>
  that have a <a lt="fixed sizing function">fixed</a> <a>max track 
sizing function</a>,
- its <a>automatic minimum size</a> in that dimension
- is further clamped to less than or equal to the size necessary
+ the “specified size” and “content size” in that dimension
+ (and the input to the "transferred size" in the other dimension)
+ are further clamped to less than or equal to the size necessary
  to fit its margin box within the resulting <a>grid area</a> 
(flooring at zero)
+ so as to prevent the automatic minimum from forcing overflow of its 
fixed-size grid area
```

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/767#issuecomment-268107107 
using your GitHub account

Received on Monday, 19 December 2016 23:18:11 UTC