Re: [csswg-drafts] [css-inline-3] Behavior of initial letter property with 1st argument value set to [0, 1)

In the section "3.5. Sizing Initial Letters", the formula for 
calculating the font size uses `(N-1) * line-height`, which means when
 the number is in [0, 1), this part of the formula would be negative, 
and if `line-height` is large enough, the result font size of that 
formula could be negative as well, which seems unfortunate.

Given this, I believe range of that number should be restricted to [1,
 +∞).

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

Received on Monday, 25 July 2016 12:24:53 UTC