Bug 112755
Summary: | [css3-text] Support each-line and hanging for text-indent from CSS3 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jaehun Lim <ljaehun.lim> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ebrahim, kiet.ho, syoichi, webkit |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All | ||
URL: | https://www.w3.org/TR/css-text-3/#text-indent-property | ||
Bug Depends on: | 109021, 113259, 113680, 113848, 114663 | ||
Bug Blocks: |
Jaehun Lim
CSS3 Text introduces each-line and hanging for text-indent.
This is a meta bug for implementing these values.
‘each-line’:
Indentation affects the first line of the block container as well as each line after a forced line break, but does not affect lines after a soft wrap break.
‘hanging’:
Inverts which lines are affected.
Please refer to http://dev.w3.org/csswg/css3-text/#text-indent
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ebrahim Byagowi
So this is fixed for a long time I assume?
Jaehun Lim
This bug will be closed after CSS3_TEXT macro is removed.
Kiet Ho
Duplicate of 223851, which is resolved.
*** This bug has been marked as a duplicate of bug 223851 ***