docbook / xslTNG

DocBook xslTNG Stylesheets
https://xsltng.docbook.org
MIT License
41 stars 20 forks source link

Try a little harder to scroll the ptoc into view #463

Closed ndw closed 5 months ago

ndw commented 5 months ago

The persistent ToC is augmented with rel-path values. If there's a single file, those values may be just ids (#id) where the current JavaScript looks for file#id. This patch isn't terribly clever, it just looks for path#id, #id, and path, taking the first it finds.

Fix #451