p { text-align: justify; text-align-last: justify; }
p.special { text-align: center; /* last line will be justified!? */ }
Having the two properties be independent creates this cascading problem.
How to link up text-align
and text-align-last
to solve the cascading problem?
Summarize state of proposals, give proposed wording, etc. (If there aren't any, delete section.)