[csswg-drafts] [css-sizing] should specify how to handle infinite max-content sizes

dbaron has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [css-sizing] should specify how to handle infinite max-content 
sizes ==
Infinite max-content sizes are a thing; the spec should say what to do
 about them.  They at least result from anyplace where the spec tries 
to reverse-compute percentages, and maybe some other cases.

See, for example, [this 
testcase](http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A%3Cdiv%20style%3D%22width%3A%20max-content%3B%20background%3A%20aqua%22%3E%0A%3Ctable%3E%0A%20%20%3Ctr%3E%0A%20%20%20%20%3Ctd%20width%3D%2260%25%22%3Ex%0A%20%20%20%20%3Ctd%20width%3D%2260%25%22%3Ex%0A%20%20%20%20%3Ctd%3Ex%0A%3C%2Ftable%3E).

(I actually couldn't find the code that explains why Gecko behaves as 
it does on that.)

Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/1046 using your GitHub 
account

Received on Friday, 17 February 2017 22:54:51 UTC