Hi,
Occasionally our html contains an element which, because it had no content, after some js transforms, has self-closing tags: eg
<h1 class="title" />
It seems that maybe Prince is treating the above as an opening tag only? For example, with the above tag, everything following that element in the output pdf had the h1.title style applied.
Is this an expected behavior? Or something with our implementation?
Thanks!
(using Prince version 11.4)
Occasionally our html contains an element which, because it had no content, after some js transforms, has self-closing tags: eg
<h1 class="title" />
It seems that maybe Prince is treating the above as an opening tag only? For example, with the above tag, everything following that element in the output pdf had the h1.title style applied.
Is this an expected behavior? Or something with our implementation?
Thanks!
(using Prince version 11.4)