View Single Post
Old 05-22-2022, 09:52 PM   #4
xversion1
Enthusiast
xversion1 ought to be getting tired of karma fortunes by now.xversion1 ought to be getting tired of karma fortunes by now.xversion1 ought to be getting tired of karma fortunes by now.xversion1 ought to be getting tired of karma fortunes by now.xversion1 ought to be getting tired of karma fortunes by now.xversion1 ought to be getting tired of karma fortunes by now.xversion1 ought to be getting tired of karma fortunes by now.xversion1 ought to be getting tired of karma fortunes by now.xversion1 ought to be getting tired of karma fortunes by now.xversion1 ought to be getting tired of karma fortunes by now.xversion1 ought to be getting tired of karma fortunes by now.
 
Posts: 46
Karma: 4245188
Join Date: Nov 2019
Device: Kindle
Quote:
Originally Posted by Frenzie View Post
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
Works. Thanks!
Btw, could you also take a look at this? https://www.mobileread.com/forums/sh...4&postcount=32
xversion1 is offline   Reply With Quote