Open
Bug 2043003
Opened 3 months ago
Updated 6 days ago
Implement the reflow mechanism for container size based `line-clamp` behaviour
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: dshin, Assigned: kyoety)
References
(Blocks 1 open bug)
Details
(Whiteboard: css-line-clamp)
Attachments
(1 file)
Given a container of 300px height & line-clamp: auto, 5 lines of 100px line each will clamp to 3 lines - but if the size of unclamped lines change, we may have to clamp more/less lines.
| Assignee | ||
Updated•1 month ago
|
Assignee: nobody → kye
| Assignee | ||
Comment 1•26 days ago
|
||
Updated•19 days ago
|
Attachment #9626414 -
Attachment description: WIP: Bug 2043003 - Add additional testing for reflow of automatic line-clamp. r=#layout → Bug 2043003 - Add additional testing for reflow of automatic line-clamp. r=#layout
Updated•19 days ago
|
Attachment #9626414 -
Attachment description: Bug 2043003 - Add additional testing for reflow of automatic line-clamp. r=#layout → WIP Bug 2043003 - Add additional testing for reflow of automatic line-clamp. r=#layout
Updated•6 days ago
|
Attachment #9626414 -
Attachment description: WIP Bug 2043003 - Add additional testing for reflow of automatic line-clamp. r=#layout → Bug 2043003 - Add additional testing for reflow of automatic line-clamp. r=dshin,alaskanemily
You need to log in
before you can comment on or make changes to this bug.
Description
•