text-direction: ltr ;
text-align: justify ;
If you have a 1 line paragraph that does not fill the whole line then the default behavior is to have the paragraph flush left.
After I added
text-align-last: right
I got the expected behavior of the short line starting on the right side.
I was surprised that the text-direction: ltr didn't handle this situation they way I expected.
It could be that I haven't read the spec on this.
text-align: justify ;
If you have a 1 line paragraph that does not fill the whole line then the default behavior is to have the paragraph flush left.
After I added
text-align-last: right
I got the expected behavior of the short line starting on the right side.
I was surprised that the text-direction: ltr didn't handle this situation they way I expected.
It could be that I haven't read the spec on this.
Jim Albright
Wycliffe Bible Translators