Tooltips in html display

As directed by several servoy team remarks on the forum, we recently integrated html reports into our solutions.
This way we can display results from rather complicated queries in easy user understandable html views. Using hyperlinks in html view let the user show data details from the view.
We wanted to add some more information for the user by adding tooltips to this view, so we added the universal attribute title to our links, which is intended for this purpose and to handle information for blind user too. Apparently this attribute is not supported by servoy html interpreter, doesn’t it?

Is there another way to display tooltips in an html view?

If not do you, servoy team, plan to integrate support for this attribute?

Any suggestion or comment will be welcome.

Servoy uses the Sun html render engine.
This bean support up to HTML 3.2 and CSS support is limited.
I understand Servoy is looking around for a better HTML render engine but that takes time I guess.

Lets hope they find something suitable soon. :)
Lots of developers are longing for a better renderer/editor built into Servoy.

Thank you for these precisions Robert. I now remember having read about that elsewere on the forum. Servoy team said they were searching for a replacement… Which they obviously did NOT found.

Does anybody have a workaround for displaying tooltips when hovering on an HTML form?

Does anybody knows about a replacement html render engine for Servoy Team, as the CSS support issue is also on our list?