[css-sizing] Intrinsic size of replaced elements incorrect #794
|
Agenda+ to point out that the implication here is that, when an aspect ratio is present, |
|
I really don't want Doing so could cause problems down the road if we ever add the ability for calc() expressions to reference concepts like "this element's |
|
The problem with that is then we don't have a keyword for "shrinkwrap this thing as if it was a float with (infinite/minimal space)", which is what you generally want in e.g. grid track sizing. |
Currently Sizing 3 defines intrinsic sizes of replaced elements explicitly.
This definition isn't correct, and it should be deleted in favor of falling through to the CSS2.1 reference used for non-replaced elements.