Leif H. S. wrote:
The list style style of a list item that is the direct child of a <ul>
element is a dark dot (•). When you increase the indent of one list item
with one indent (so it becomes direct child of another, nested <ul>),
then the HTML5 spec tells Web browsers to change the style of the list
item changes to white/hollow dot (that resembles an ‘o’). And in that
case it doesn’t matter whether the the top level list - the «outer list»
- is an <ul> list or an <ol> list: The display of the nested/indented
list item is a hollow dot (o) regardless of the outer/top level list.
In XMLmind 7, however, if the <ul> is the second level list/child of a
<ol> list, the list style will use a dark dot (•) and not the hollow dot
(o). Please correct XMLmind so that it uses the same styling regardless
of whether the outer list is <ol> or <ul>.
<!DOCTYPE html>
<html lang="en" xml:lang="en"
xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8" />
<title>Minimal error test</title>
</head>
<body>
<h4>Correctly displayed, XMLmind7</h4>
<ul>
<li>aaa
<ul><li>bbb</li></ul>
</li>
<li>ccc</li>
</ul>
<h4>Incorrectly displayed, XMLmind7</h4>
<ol>
<li>aaa
<ul><li>bbb</li></ul>
</li>
<li>ccc</li>
</ol>
</body>
</html>
I'm sorry but we don't consider this to be incorrect. We never claimed
that XMLmind XML Editor emulates the way a web browser styles (X)HTML,
nor that XMLmind XML Editor implements the (X)HTML5 spec. For us,
suffice for an itemized list to like an itemized list, that is, to be
indented and have bullets.
If you are not satisfied with this, please fix the XHTML CSS stylesheet
yourself. This can be done quickly and easily by using
"Options|Customize Configuration|Customize CSS Stylesheet". See
"Customize CSS Stylesheet" in
http://www.xmlmind.com/xmleditor/_distrib/doc/help/customizeConfigurationMenu.html
and "The 'Customize CSS Stylesheet' dialog box" in
http://www.xmlmind.com/xmleditor/_distrib/doc/help/customizeStylesheetDialog.html
--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support