Default Mallard <list> element translated incorrectly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-docs (Ubuntu) |
Fix Released
|
Medium
|
Gunnar Hjalmarsson |
Bug Description
When "type" is not specified in a Mallard <list> element the Mallard spec says it should display as a bulleted (unordered) list. This is true when the .page file is displayed using yelp but not when the .page file is translated into HTML (where you get a numbered list). This is a bug. The HTML should be displayed as specified by the Mallard spec.
Here's an example <list> element without "type" specified.
<list>
<item>
<item>
<item>
<item>
<item>
</list>
Here's the link to the relevant page of the Mallard spec:
I found the culprit and committed a change. However, I think we need to build the HTML and watch out for possible undesired side effects before we can consider this bug really fixed.