====== FIXME !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Title/Summary of Discussion Topic ====== ---- dataentry ---- Spec_tags : css3-text # in alpha order; or "none" Owner_tags : fantasai # Who's driving the discussion? Status_tags : Open # [ Open | Resolved | Closed | Pending ] [, Urgent]? Added_dt : 2013-08-08 # Date added as WG discussion request Action : Approve/disapprove proposal! Issue_urls : http://lists.w3.org/Archives/Public/www-style/2013Jun/0263.html Proposal_urls : http://lists.w3.org/Archives/Public/www-style/2013Jun/0263.html Agenda_urls : # If this is part of an ordered series of related topics, e.g. LC issues, use this to link to the supertopic agenda ---- === Background === 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. === Problem Statement === How to link up ''text-align'' and ''text-align-last'' to solve the cascading problem? === Proposal(s) === Summarize state of proposals, give proposed wording, etc. (If there aren't any, delete section.) === Links to More Info === - Usage analysis: http://lists.w3.org/Archives/Public/www-style/2013Jul/0078.html http://lists.w3.org/Archives/Public/www-style/2013Jul/0086.html