Support column-span for columns on <button>
Categories
(Core :: Layout: Columns, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(4 files)
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
I filed bug 1535200 for supporting column-span on <fieldset>, and morph this one for supporting column-span on <button>
Assignee | ||
Comment 2•6 years ago
|
||
After supporting column-span, the top-level container for multicol
layout is no longer the ColumnSetFrame, so remove the "SET" suffix from
FCDATA_ALLOW_GRID_FLEX_COLUMNSET bit to make it sound more general.
Also, update the document and add an assertion.
Assignee | ||
Comment 3•6 years ago
|
||
Rename outerSC to outerStyle because nsStyleContext was gone.
Depends on D24394
Assignee | ||
Comment 4•6 years ago
|
||
We need to pull outerFrame one level up to the outer scope because it's
needed when calling FinishBuildingColumns().
The patch is very similar to implementing column-span:all for <fieldset>
in bug 1535200.
Depends on D24395
Assignee | ||
Comment 5•6 years ago
|
||
The last consumer of the method is removed in Part 3.
Depends on D24396
Comment 7•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c6d13b9a5c5c
https://hg.mozilla.org/mozilla-central/rev/d53a78255fdb
https://hg.mozilla.org/mozilla-central/rev/804b15f4d229
https://hg.mozilla.org/mozilla-central/rev/989c26cee557
Description
•