Bug 146772

Summary: [meta] Implement CSS text-align-last property
Product: WebKit Reporter: yisibl <50167214>
Component: CSSAssignee: Kiet Ho <tho22>
Status: RESOLVED FIXED    
Severity: Normal CC: 50167214, bruno.abinader, ebrahim, hyatt, kojii, mmaxfield, ntim, simon.fraser, stearns, tho22, webkit-bug-importer, webkit-unassigned, yuki.sekiguchi, zalan
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: data:text/html;charset=utf8,<div style="text-align-last: justify; -webkit-text-align-last: justify; width: 200px">a sd ad a asd asd asd as da sd as d as da sd a sd as d as d as d asd a sd as d</div>
Bug Depends on: 229083, 240591, 241050, 241241, 241305, 241607    
Bug Blocks:    

Description yisibl 2015-07-08 20:29:44 PDT
Name:	text-align-last
Value:	auto | start | end | left | right | center | justify

http://dev.w3.org/csswg/css-text-3/#text-align-last-property
MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/text-align-last

Chrome 35 has supported.
Comment 1 yisibl 2015-07-08 20:37:57 PDT
May also be implemented text-align: justify-all;
Comment 2 Alexey Proskuryakov 2016-09-08 13:56:54 PDT
<rdar://problem/28213512>
Comment 3 Ebrahim Byagowi 2017-03-26 12:28:31 PDT
It seems text-align-last, even prefixed, is currently not supported by webkit, I thought Bug 99584 was fixed that, how it seems it is not available at all?
Comment 4 Simon Fraser (smfr) 2017-03-27 11:24:05 PDT
Do you have a test case?
Comment 5 Ebrahim Byagowi 2017-03-27 11:58:00 PDT
data:text/html;charset=utf8,<div style="text-align-last: justify; -webkit-text-align-last: justify; width: 200px">a sd ad a asd asd asd as da sd as d as da sd a sd as d as d as d asd a sd as d</div>

This works on Firefox and Chrome but not Safari 10.1.
Comment 6 Ebrahim Byagowi 2017-10-17 02:53:06 PDT
Dupe to Bug 76173, blocked on Bug 121875 it seems