LinkClick
The result of a user clicking an <a> tag inside a chapter rendered by EpubContent.
The chapter HTML usually contains hrefs that are relative to the chapter's own path (e.g. chapter3.xhtml or ../Text/chapter3.xhtml#sec2), which means raw Book.resources.getByHref(href) won't find them. EpubContent resolves those relative paths against the current chapter before invoking onLinkClicked and surfaces the result here.