I am interested in the first auto value in minmax(auto, auto).
I've noticed auto will be the length of: the width of longest word when the grid-item’s min-width|width: auto; and 200px if min-width|width: 200px;.
I've read "If used as a minimum, the auto value represents the largest minimum size the cell can be. This "largest minimum size" is different from the min-content value, and specified by min-width/min-height." (https://bitsofco.de/how-the-minmax-function-works/).
In order to make sense of this italicized phrase, is it the case that: width: 200px actually sets min-width to 200px, too?
Otherwise, I am wondering why the author left out the fact that plain width will also determine the length of auto.