As far as I investigate, there are differences in behavior as follows. I want to track click events in all a-tags, is there a way to do that? ```html # Click events are tracked <a>click</a> # Click events are not tracked <a><span>click</span></a> ```