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