Re: [css-inline][css-initial-letters] Some issues with Initial Letters and a suggestion as to how to fix them

On 07/24/2014 09:19 PM, Dave Cramer wrote:
>
> I've added an initial-letter-align property to the editor's draft of the CSS Line Layout Module. As you suggest, the auto
> value should recognize the document language, and apply the appropriate alignment to the initial letter. I'm not sure how many
> values we'll need, but right now I've included auto | alphabetic | hanging | ideographic.

I'm pretty sure you can just reuse the 'alignment-baseline' property
instead of creating a new one with the same values.

The default ('auto') should follow the 'dominant-baseline' property.

~fantasai

Received on Thursday, 24 July 2014 21:47:38 UTC