Footnote pop-up - new issue

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

Bug Description

Hello,

I will include the suggestion that a have for Calibre. First of all can you put in the template of Calibre this:

xmlns:epub="http://www.idpf.org/2007/ops"

My suggestion:

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
  <title></title>
</head>

<body>
  <p>Opcion 1 without return</p>

  <p><a epub:type="noteref" href="#fn01">Referencia vinculada</a></p>

  <aside epub:type="footnote" id="fn01">Texto a incluir <strong><sup>20</sup></strong></aside>

  <p><br /></p>

  <p>Opcion 2 with return</p>

  <aside epub:type="footnote" id="fn02"><strong><a epub:type="noteref" href="#citation6">Ref 11:27,&#160;28</a></strong><br /></aside>

  <aside epub:type="footnote">
    <div epub:type="footnote" id="citation6">
      <p><a href="#fn02">^ <span class="footnoteref">párr. 2</span></a> <strong>(Ref. 11:27, 28)</strong>Texto a incluir 2</p>
    </div>
  </aside>
</body>
</html>

I copy-paste the idea for the insert link dialog which shows you the IDs in your book that you can link to.

Thanks a lot and i hope you will do it son!!!

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 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.