You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the original html of my footnotes anchors :
<spanclass="spip_note_ref"> [<ahref='#nb1' class='spip_note' rel='appendix' title='Outre le Porte-plume déjà intégré dans SPIP 2 et qui initiait ce mouvement, on (...)' id='nh1'>1</a>]</span>
And the generated html after littlefoot processing :
<spanclass="spip_note_ref"> [<spanclass="littlefoot-footnote__container"><buttonclass="littlefoot-footnote__button littlefoot-footnote__button__ellipsis" id="nh1" data-footnote-button-id="1" data-footnote-number="1" title="See Footnote 1" aria-controls="fncontent:1" aria-expanded="false" aria-label="Footnote 1" rel="footnote"><svgviewBox="0 0 31 6" preserveAspectRatio="xMidYMid"><circler="3" cx="3" cy="3" fill="white"></circle><circler="3" cx="15" cy="3" fill="white"></circle><circler="3" cx="27" cy="3" fill="white"></circle></svg></button></span><ahref="#nb1" class="spip_note footnote-print-only" rel="appendix" title="Outre le Porte-plume déjà intégré dans SPIP 2 et qui initiait ce mouvement, on (...)" id="nh1">1</a>]</span>
It matkes that the text content of the <span class="spip_note_ref"> is not hidden, which result to something like [ button ] in the page.
The difference i observe is that bigfoot was putting its markup before the anchor parent element and hiding it. Instead of this, littlefoot insert its markup in the anchor parent element.
Am i missing something or is it a bug in anchorParentSelector setting ?
Hi, switching from bigfoot to littlefoot, i've adapted the name of few settings i was using as this :
Here is the original html of my footnotes anchors :
And the generated html after littlefoot processing :
It matkes that the text content of the
<span class="spip_note_ref">
is not hidden, which result to something like[ button ]
in the page.The difference i observe is that bigfoot was putting its markup before the anchor parent element and hiding it. Instead of this, littlefoot insert its markup in the anchor parent element.
Am i missing something or is it a bug in
anchorParentSelector
setting ?FTR here is a demo page running on bigfoot : https://labo.eliaz.fr/article135.html
The text was updated successfully, but these errors were encountered: