Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Actually, this behaviour is a non-standard Microsoftism. Tooltips should be set by the [tt]title[/tt] attribute.eyorre said:I would like the message to pop up like an alt tag.
<tr>
<td title="My message">foo</td>
</tr>
Tooltips should be set by the title attribute