Support column-span for columns on <fieldset>
Categories
(Core :: Layout: Columns, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
+++ This bug was initially created as a clone of Bug #1489295 +++
Bug 1421105 implements "column-span" for block and inline frames only. <fieldset> are still using InitAndWrapInColumnSetFrameIfNeeded()
to construct column hierarchy, which is unaware of "column-span".
Assignee | ||
Comment 1•6 years ago
|
||
Per spec, "Note: Column boxes do not become the containing block for
elements with position: fixed or position: absolute. The containing
block is the multicol container, it being the principal box."
https://drafts.csswg.org/css-multicol-1/#the-multi-column-model
contentFrame and contentFrameTop are different only if fieldset has
multicol layout. In that case, contentFrameTop is nsColumnSetFrame (or
ColumnSetWrapperFrame after applying Part 2 with
layout.css.column-span.enabled=true).
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D23617
Comment 5•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1070ea9495a0
https://hg.mozilla.org/mozilla-central/rev/803ea92e7423
Description
•