Bug 107790

Summary: HTML export: implement support for CSS3 Multiple column layout
Product: LibreOffice Reporter: grofaty <grofaty>
Component: WriterAssignee: Not Assigned <libreoffice-bugs>
Status: NEW ---    
Severity: enhancement CC: ilmari.lauhakangas
Priority: low Keywords: filter:html
Version: 5.3.3.2 release   
Hardware: All   
OS: All   
Whiteboard:
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 108799    
Attachments: two_columns_sample.odt

Description grofaty 2017-05-12 07:35:17 UTC
Created attachment 133256 [details]
two_columns_sample.odt

Hi,
1. Some text.
2. Select whole text.
3. Menu Format | Columns.
4. From Settings section | Columns set to 2 and OK button.
   Note: I set some spacing, to look more prettier and easier to see columns' text, but not required for test. 
5. There are two columns of text now. Export to XHTML by File | Export | XHTML file type.
6. Open file in browser like Firefox and whole text is in one single column. PROBLEM. Expected is to have two columns of text.
Regards

I am attaching sample Writer file. Just use File | Export and export to XHTML.

=== My LibreOffice ===
Version: 5.3.3.2
Build ID: 3d9a8b4b4e538a85e0782bd6c2d430bafe583448
CPU Threads: 3; OS Version: Windows 6.1; UI Render: default; Layout Engine: new; 
Locale: sl-SI (sl_SI); Calc: group
Comment 1 Buovjaga 2017-05-13 18:56:58 UTC
https://developer.mozilla.org/en-US/docs/Web/CSS/columns

Ok let's set to NEW and change to enhancement. Multicolumns are a quite fresh feature in CSS.