Initialize bibliography citation tooltips within the given root element.
Attaches delegated mouseenter and mouseleave listeners (using capture
phase) to display Wikidot-compatible hover tooltips when the user hovers
over a.bibcite links. The tooltip shows the bibliography entry content
with a heading and a footer instruction.
Parameters
root: HTMLElement
The root DOM element containing rendered Wikidot markup.
Initialize bibliography citation tooltips within the given root element.
Attaches delegated
mouseenterandmouseleavelisteners (using capture phase) to display Wikidot-compatible hover tooltips when the user hovers overa.bibcitelinks. The tooltip shows the bibliography entry content with a heading and a footer instruction.