View Single Post
Old 05-21-2022, 12:05 PM   #3
Frenzie
Wizard
Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.
 
Posts: 1,761
Karma: 731681
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
Quote:
Originally Posted by xversion1 View Post
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
Frenzie is offline   Reply With Quote