Bad conversion <ol type="a"> from ePub to azw3

Bug #1751148 reported by repilo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
calibre
Fix Released
Undecided
Unassigned

Bug Description

Converting epub to azw3 I have found this error:

In the epub original, this code:
  <ol type="a">
    <li>Item.</li>

Is converted to azw3 as:
  <ol class="calibre16" type="a">
    <li class="calibre3">Item</li>

But it is displayed as "1. Item" instead of "a. Item".
This is because in the css the converter erroneously generates "list-style-type:decimal" without having to do so, as shown below:

.calibre16 {
    display: block;
    list-style-type: decimal;
    text-align: justify;
    margin: 0.6em 0 0.6em 0.65em
    }

Calibre 3.17
Windows 7 & 10
Thank you so much for your attention.

Revision history for this message
repilo (repilo2) wrote :
Revision history for this message
Kovid Goyal (kovid) wrote : Fixed in master

Fixed in branch master. The fix will be in the next release. calibre is usually released every alternate Friday.

 status fixreleased

Changed in calibre:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.