EventHandler::bestClickableNodeForTouchPoint has a fallback of returning the innerNode of the hittest if no node responding to gesture tap events is found. The reason was a originally a safety mechanism in-case any elements were missed so they at least still could be clicked if hit accurately. With proper detection this fallback is unnecessary and confusing.
Created attachment 135573 [details] Patch
Comment on attachment 135573 [details] Patch Clearing flags on attachment: 135573 Committed r113193: <http://trac.webkit.org/changeset/113193>
All reviewed patches have been landed. Closing bug.