Closed
Description
The definition of size containment says:
- When calculating the size of the containing box, it must be treated as having no contents.
I think the implication here (given the text about replaced elements following this) is that "calculating the size of the containing box" includes both:
- finding the resolved values of
width
andheight
- computing intrinsic sizes
However, I think a literal reading of the sentence implies that it means only the first and not the second. I think it should be clearer that the computation of the intrinsic sizes of the box must also be done as though the box has no contents. It's possible it might also be worth mentioning automatic sizes.