Hello,
Suppose I have (simplified) markup like so
There is no space between the <a> element and the “Morbi...” text node. If a page break was to occur right before “Morbi...” where would the <a> element be — on the previous page, or the new page?
This matters if <a> is the target of a cross reference where I’d expect the new “Morbi…” page to show.
Should I insert a word joiner after the <a> just to be sure?
Thank you!
Jens
Suppose I have (simplified) markup like so
<p>Lorem ipsum dolor sit amet, … <a id="label"/>Morbi in laoreet augue, ac placerat sem.</p>
There is no space between the <a> element and the “Morbi...” text node. If a page break was to occur right before “Morbi...” where would the <a> element be — on the previous page, or the new page?
This matters if <a> is the target of a cross reference where I’d expect the new “Morbi…” page to show.
Should I insert a word joiner after the <a> just to be sure?
Thank you!
Jens