Re: [csswg-drafts] [css-text] Percentage of 'text-indent' against intrinsically sized box?

The CSSWG has already resolved ["Make text indent percentage relative to the content box of the element"](https://github.com/w3c/csswg-drafts/issues/2394#issuecomment-380429078). Using the parent's size contradicts that.  It makes more sense to me to always use the content box size of the element itself and thus resolve against zero when calculating its intrinsic size and then resolve against that during layout, like we do for other [percentages](https://drafts.csswg.org/css-sizing-3/#percentage-sizing).

CC @dbaron 

-- 
GitHub Notification of comment by MatsPalmgren
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1597#issuecomment-395047056 using your GitHub account

Received on Wednesday, 6 June 2018 12:13:33 UTC