Quote:
The following is based on my understanding that the only way for a Kindle to display numbers for an ordered list <li> is to add value="" e.g. <li value="1">.
|
A Kindle will
only display numbers for an ordered list (no alpha), so you shouldn't have to do anything special. The Kindle doesn't recognize a "value" attribute for the <li> tag... "class" or "id" are the only acceptable attributes for a <li> tag that I know of... in html that's going to be used to create a mobi for the Kindle, anyway.
Just use the standard <ol> and <li> tags without the extraneous attributes and I think you'll find that your lists will be properly numbered.