Percentage of text-indent defines:
Gives the amount of the indent as a percentage of the containing block’s logical width.
A discussion arose what to do when the containing block’s logical width is intrinsically sized.
Intrinsic sizing in CSS Sizing defer the definition to CSS2.
text-indent in CSS2 does not define either, but width in CSS2 defines it's undefined.
Should text-indent follow the same definition as width?