Nem egészen. click eseménynem a mouseup esemény emulálása után kell megtörténnie a specifikáció szerint.
Mint ahogy már írtam:
If the user agent interprets a sequence of touch events as a tap gesture, then it should dispatch mousemove, mousedown, mouseup, and click events (in that order) at the location of the touchend event for the corresponding touch input.
És ezek szerint ahogy ő látja, ott nincs touch esemény, hanem click van.
Az fordulhat elő, hogy a user agent (a browser) nem tudja, hogy touch panel van, hanem az Xorg a browsernek is click eseményt továbbít.
Meg kéne nézni xev-vel, hogy mi történik valójában.