Quote:
Originally Posted by xversion1
Is it a bug or it just can't render any other types but the default?
|
Isn't that the same thing?
Various list-style-types should be supported though. This might be more of a defect in our default CSS, with any luck easily resolved.
You could give it a quick try by adding something like this to your document. If it works (and it should) then we should probably simply add it to the default stylesheet.
Code:
ol[type="a"] {
list-style-type: lower-alpha; /* or upper-alpha? */
}
See
https://developer.mozilla.org/en-US/...ist-style-type