https://bugs.documentfoundation.org/show_bug.cgi?id=117402
Bug ID: 117402
Summary: Invalid HTML for nested lists with Impress Preview in
Web Browser
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Impress
Assignee: [email protected]
Reporter: [email protected]
Description:
In Impress, function File->Preview in Web Browser generates the presentation in
HTML. Nested lists lead to invalid HTML, where sublists are not part of the
preceding list item. See there for a discussion how HTML lists may look like:
https://stackoverflow.com/questions/5899337/proper-way-to-make-html-nested-list
Option 1 is what Impress produces, while option 2 would be correct.
Steps to Reproduce:
1. Open new presentation
2. Create nested list
3. Validate HTML shown after File->Preview in Web Browser
Actual Results:
Invalid HTML.
I'm not sure whether this will be displayed correctly, but I'll try anyways:
<ul>
<li>A list item</li>
<ul>
<li>Deeper Nesting</li>
</ul>
</ul>
Expected Results:
Valid HTML
<ul>
<li>A list item
<ul>
<li>Deeper Nesting</li>
</ul></li>
</ul>
Reproducible: Always
User Profile Reset: No
Additional Info:
User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:50.0) Gecko/20100101
Firefox/50.0
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs