[css-sizing] Percentage value against indefinite size for min-width

Hi,

css-sizing-3 section 5.2 [1] says:

> However, in order to prevent cyclic sizing in the general case, percentages do not otherwise resolve against indefinite sizes, and instead are treated as auto.

but `min-width`, `max-width`, `min-height` and `max-height` do not
take `auto` value [2].

Shouldn't it be "... and instead are treated as initial value." ?

[1] https://drafts.csswg.org/css-sizing-3/#percentage-sizing
[2] https://drafts.csswg.org/css2/visudet.html#min-max-heights

----------------------------------------------------
Takao Baba (baba@bpsinc.jp)
Beyond Perspective Solutions Co., Ltd.
Tel: 03-6279-4320 Fax: 03-6279-4450
http://www.bpsinc.jp

Received on Monday, 9 May 2016 20:30:14 UTC