It would be nice if we could do something like this:
<span kendo-tooltip>
<span k-tooltip-content>This is the tooltip content</span>
Some stuff
</span>
Instead of this:
<span kendo-tooltip k-content="This is the tooltip content">
Some stuff
</span>
This would make creating bigger dynamic content easier.