To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101354





------- Additional comments from dtar...@openoffice.org Wed Oct 14 07:19:47 
+0000 2009 -------
dtardon->sus: The problem (as I see it) is the export filter handles
text:list-header in the same way as text:list-item, so text:list-header elements
_will_ be labeled on export to XHTML. This may lead to visual differences
between the original document as presented by OpenOffice.org and the exported
XHTML. I'll give a simple example for that; hopefully the issue would be clearer
after:

Let's have an ODF document containing the following list (simplified, containing
just the essential tags):

<text:list text:style-name="Numbered">
    <text:list-header>Header</text:list-header>
    <text:list-item>Item 1</text:list-item>
    <text:list-item>Item 2</text:list-item>
</text:list>

and the following list style (just a snippet, again):

<text:list-style style:name="Numbered">
   <text:list-level-style-number text:level="1" style:num-suffix="."
style:num-format="1">
    <style:list-level-properties
text:list-level-position-and-space-mode="label-alignment"/>
   </text:list-level-style-number>
</text:list-style>

Now, OpenOffice.org displays:

   Header
1. Item 1
2. Item 2

but, after exporting the document to XHTML, a web browser displays:

1. Header
2. Item 1
3. Item 2

That is wrong, because the Header shouldn't have a label.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@xml.openoffice.org
For additional commands, e-mail: issues-h...@xml.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to