Ln 53, "then" --> "than"
Changed: For instance, a `focus` event does not bubble. There are other examples too, we'll meet them. But still it's an exception, rather then a rule, most events do bubble.
To: For instance, a `focus` event does not bubble. There are other examples too, we'll meet them. But still it's an exception, rather than a rule, most events do bubble.
The way the edited paragraph was written, I initially thought the bubble handler on the target would be ran before the capture handler, which seemed odd. I believe this update clarifies the author's intention and describes better how the handler's actually work.
Hi,
I suggest a typo correction from "the" to "that" found in the summary.
- `event.currentTarget` (=`this`) -- the current element <that> handles the event (the one that has the handler on it)
I'm new to github, so I'm welcome to any tips on writing better descriptions and proposals.
Thanks,