[webkit-dev] New CSS3 feature : text-align-last

DongWoo Im dw.im at samsung.com
Mon Oct 15 18:24:32 PDT 2012


Dear WebKit,

I would like to let you know that I'm trying to implement a new CSS3 feature which name is "text-align-last".
The specification link is here : http://www.w3.org/TR/css3-text/#text-align-last

This property describes how the last line of a block or a line right before a forced line break is aligned.
This feature is already properly supported on IE and Mozilla, currently.

With this property, we can give a text-align style to the last line, or one line content.
Especially, this is valuable when we want to use "justify" style to the last line, or one line content.
When we give text-align:justify, current WebKit gives text-align:start to the last line of the content.


The bug related to this implementation is https://bugs.webkit.org/show_bug.cgi?id=76173 .



Any comments will be kindly appreciated!


Best regards,
Dongwoo.


More information about the webkit-dev mailing list