Commit graph

12 commits

Author SHA1 Message Date
Ilya Kantor
217eb0e5fa minor 2017-10-14 23:52:37 +03:00
Amanda Bozigian
2d8ae03fb0 Update article.md
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.
2017-09-28 14:09:27 -07:00
Randy Syring
5eb492e90e Clarify order of bubble/capture handlers on the target
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.
2017-09-07 23:25:50 -04:00
Ilya Kantor
9bba300d69 minor 2017-08-03 15:45:11 +02:00
Ilya Kantor
e37d4ac498 fix 2017-06-14 10:35:59 +03:00
Ilya Kantor
acee6949c9 up 2017-06-11 16:24:04 +03:00
Dennis Dang
c0bd294cd7 Update article.md
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,
2017-05-31 12:05:02 -07:00
Ilya Kantor
a8c678b73e Merge pull request #468 from Adeel-Charolia/patch-3
Typo in "Bubbling and Capturing" Article
2017-03-25 09:33:47 +03:00
Adeel-Charolia
59223f77f8 Typo in "Bubbling and Capturing" Article 2017-03-25 10:43:17 +05:00
Adeel-Charolia
6158459703 Update article.md
Word Typo Correction
2017-03-25 10:33:11 +05:00
Ilya Kantor
c9401b3104 changes 2017-03-23 11:06:57 +03:00
Ilya Kantor
ab9ab64bd5 up 2017-03-21 14:41:49 +03:00