iOS - Making Elements Clickable

Test to see if the advice given in iOS Developer Library - Safari Web Content Guide - Handling Events - Making Elements Clickable is actually still accurate...

Test <span>

From testing on iOS devices, it seems that the advice in Apple's documentation is incorrect - this page uses the exact same code that Apple has as example for making elements clickable, but it works fine without needing to add any empty onclick or similar...(though there are still certain iOS specifc tweaks necessary in order to get event delegation/bubbling to work correctly)