Footnote popups/in-page: support type/role=endnote

reviewable/pr8096/r1
poire-z 3 years ago
parent b875ccc6f9
commit 5df84bcb4f

@ -1 +1 @@
Subproject commit 3e006501df33c5784f2babea0e5764942a85db4e
Subproject commit 1b9094bde3d055622df568e4a015e14233fc41b3

@ -729,9 +729,11 @@ This only works with footnotes that have specific attributes set by the publishe
-- Restrict this to non-FB2 documents, as FB2 can have <a type="note">
css = [[
*[type~="note"],
*[type~="endnote"],
*[type~="footnote"],
*[type~="rearnote"],
*[role~="doc-note"],
*[role~="doc-endnote"],
*[role~="doc-footnote"],
*[role~="doc-rearnote"]
{
@ -751,9 +753,11 @@ This only works with footnotes that have specific attributes set by the publishe
-- and we don't want to have them smaller
css = [[
*[type~="note"],
*[type~="endnote"],
*[type~="footnote"],
*[type~="rearnote"],
*[role~="doc-note"],
*[role~="doc-endnote"],
*[role~="doc-footnote"],
*[role~="doc-rearnote"]
{

Loading…
Cancel
Save