[css-inline] drop initial size nitpick

Dave,

The formula for the drop initial size is correct, but it assumes that the
drop initial and the rest of the text are using the same font. Drop
initials are often set in a different font than the rest of the text, so
it would be good to note that the first instance of cap-height in the
formula is for the surrounding text, and the second instance of cap-height
is for the drop initial itself.

Also, my eyes tend to cross on formulas with a lot of single-letter
variables. Instead of this:

D = ((N-1) * L + c1*F)/c2

Iąd rather read something like this:

drop-cap-height = 
   ((N-1) * line-height + cap-para * font-size)
   / cap-initial


But that might just be me.

Thanks,

Alan

Received on Thursday, 31 July 2014 00:03:27 UTC