Re: [csswg-drafts] [cssom] Resolved value for width et al should be computed value for display:contents

Correction,
`data:text/html,<div style="display:none; min-width:10px">`
is also width = 'auto'

So, it appears that a specified width:auto always resolves to 'auto' 
(when there is no box),
otherwise min/max is also applied.  Here's the code that does this:
https://hg.mozilla.org/mozilla-central/annotate/8a494adbc5cc/layout/style/nsComputedDOMStyle.cpp#l5341

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

Received on Wednesday, 14 September 2016 18:35:14 UTC