I've been consuming quite a bit of CSS educational content recently and sometimes reading the CSS spec. I've come across the concept of "ideal size" a couple of times. I'm not sure whether it's a strictly technical name or a more loose name.
- CSS Level 3 Spec
- CSS Tricks article (Flexbox related)
- FreeCodeCamp article by Kevin Powell (Grid related)
I think "ideal size" is something like "the size that an element wants to be most, if not limited in any way". But I'm not sure.
Is there a formal definition for this term? Or could anyone give an approximate definition of it?