Bug #113
closedfixes for XHTML export
100%
Description
1. Converting a pair of views of type StdLinks.Target ignores the closing view and thereby confuses the nesting of html elements, which leads to invalid html.
2. Many 2-byte Unicode characters are dropped during export.
3. Converting links with the command 'Dialog.OpenExternal' needs to be supported.
4. The generated html should follow the XHTML standard without any exceptions. This can be done by using CSS.
5. More character and paragraph attributes need to be supported, in particular strikeout, font-size, text-align, margin-top, margin-left, width, text-indent. This is also possible by using CSS.
6. Sequences of spaces are not converted correctly.
7. Empty paragraphs are ignored in html and need to be turned into non-empty paragraphs by inserting a non-breaking space.
8. The page title should be taken from the window title, if possible.
9. Newlines should be converted into <br/> elements instead of paragraphs.
10. Attribute values that come from the input text must be html encoded.
11. The utf-8 encoding should be specified in a <meta> element in the header section in order to be used by browsers.
12. The user's setting for the default font should be used for default font face and size.
13. Links should not form a separate paragraph but should be embedded in the surrounding text.
Updated by J. Templ over 9 years ago
- Subject changed from XhtmlExporter doesn't convert StdLinks.Target correctly to fixes for XHTML export
- Description updated (diff)
Updated by I. Denisov over 9 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
Updated by I. Denisov over 9 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100