- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Thu, 16 May 2019 23:26:59 +0000
- To: public-css-archive@w3.org
Proposed edits:
```
diff --git a/css-sizing-3/Overview.bs b/css-sizing-3/Overview.bs
index b609ab2..325320b 100644
--- a/css-sizing-3/Overview.bs
+++ b/css-sizing-3/Overview.bs
@@ -444,6 +444,11 @@ Sizing Values: the <<length-percentage>>, ''width/auto'' | ''max-width/none'', '
i.e.
<code>min(''width/max-content'', max(''width/min-content'', <<length-percentage>>))</code>;
otherwise behaves as the property’s <a>initial value</a>.
+ For the purpose of calculating <a>min-content contributions</a>,
+ behaves as ''min-content'';
+ for <a>max-content contributions</a>,
+ as ''max-content''--
+ clamped, if the argument is a <<length>>, by that length.
Negative values are invalid.
</dl>
```
[css-sizing-4 is an experimental mess, hence the DO NOT IMPLEMENT warning; working against css-sizing-3]
--
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3731#issuecomment-493264693 using your GitHub account
Received on Thursday, 16 May 2019 23:27:02 UTC