Note that inner block SHOULD be an element, not text:
This won’t show the tooltip:
<.tip>
age?
<:tip>42</:tip>
</.tip>
And this will.
<.tip>
<span>age?</span>
<:tip>42</:tip>
</.tip>
Finally, placement is computed, so it will differ when using a <span>
or a <div>
.