https://bugs.documentfoundation.org/show_bug.cgi?id=146264

--- Comment #18 from Svante Schubert <[email protected]> ---
Michael will take this back to LO sources.. Thank you for that, Michael!

PS: I forgot to mention that the doubled bullet was due to the existent
@style:num-suffix, which is not rendered by LO.
Michael and I decided to remove both @style:num-prefix and @style:num-suffix
for the HTML rendering of bullets!

PPS: Some might be able fix the HTML layout completly in the way LO is
rendering it by taking into account the image property
@style:vertical-pos="top" to be found in the styles.xml parent Graphics style.

Due to style:vertical-pos="top" the image has to be shown on top of the
paragraph, where the first list-item is equal to the paragraph in LO.
For this reason, the image comes before the list and the label of the list item
should be hold back for images with such an attribute.

But also the other attributes should be considered by test documents:
https://tdf.github.io/odftoolkit/odf1.3/OpenDocument-v1.3-reference.html#attribute_style:vertical-pos_1
"below"  "bottom"  "from-top"  "middle"  "top"

Also the test documents have to take into account that there might be multiple
paragraphs ahead and/or after the image.

This might become a follow-up issue for someone...

Already too much time invested on this in my spare time, triggered by a
hackfest from Thorsten Behrens and Michael Stahl's suggestion to work on these
issue. Nice trick, Michael! ;-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to