Bug 146772
Summary: | [meta] Implement CSS text-align-last property | ||
---|---|---|---|
Product: | WebKit | Reporter: | yisibl <50167214> |
Component: | CSS | Assignee: | Kiet Ho <kiet.ho> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | 50167214, bruno.abinader, ebrahim, hyatt, kiet.ho, kojii, mmaxfield, ntim, simon.fraser, stearns, 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: |
yisibl
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
yisibl
May also be implemented text-align: justify-all;
Alexey Proskuryakov
<rdar://problem/28213512>
Ebrahim Byagowi
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?
Simon Fraser (smfr)
Do you have a test case?
Ebrahim Byagowi
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.
Ebrahim Byagowi
Dupe to Bug 76173, blocked on Bug 121875 it seems