Closed
Bug 832618
Opened 13 years ago
Closed 13 years ago
"-moz-column-span: all" has no effect in multi-column content
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 616436
People
(Reporter: gerph, Unassigned)
Details
Attachments
(1 file)
|
5.33 KB,
text/plain
|
Details |
User Agent: Opera/9.80 (Windows NT 5.1) Presto/2.12.388 Version/12.12
Steps to reproduce:
Multi-column div, using two columns with two headings present - one at the start of the columns, and one in the middle of text.
Heading has a '-moz-column-span: all' set in its CSS.
Heading also has '-moz-break-before: always' set in its CSS.
Actual results:
Both headings are displayed within a single column.
The second heading appears in the right-hand column, inline with text.
Expected results:
Heading should have been displayed spanning both columns.
As a fallback, I would expect the second heading to start a new column, as 'break-before: always' is set, rather than appearing inline with the text.
Updated•13 years ago
|
Component: Untriaged → Layout
Product: Firefox → Core
Comment 1•13 years ago
|
||
column-span is not supported yet. See bug 616436.
break-before is not supported yet either. See bug 775618.
There's a reason these things are prefixed!
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•