This is a paragraph in the tooltips.html file with the following attributes:
title="This is the title for the paragraph."
Holding finger over this paragraph does nothing on iPhones. In Firefox, holding the mouse over this paragraph will deventually display a tooltip with the title text.


This is a paragraph in the tooltips.html file with the following attributes:
title="This is the title for the paragraph."
onclick="javascript:var x = 1;"

Holding finger over this paragraph eventually pops up the tooltip display on iPhones. In addition, the entire paragraph is "selected" (color darkens) when touched. It works as in the above paragraph on Firefox.