Bug 146772 - [meta] Implement CSS text-align-last property
Summary: [meta] Implement CSS text-align-last property
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kiet Ho
URL: data:text/html;charset=utf8,<div styl...
Keywords: InRadar
Depends on: 229083 240591 241050 241241 241305 241607
Blocks:
  Show dependency treegraph
 
Reported: 2015-07-08 20:29 PDT by yisibl
Modified: 2022-06-23 07:54 PDT (History)
14 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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