Commit graph

22 commits

Author SHA1 Message Date
Ilya Kantor
500b7c9ece minor 2019-08-05 22:39:38 +03:00
Ilya Kantor
3ba28aa104 images to svg 2019-07-28 15:42:37 +03:00
Andrey Krasnov
462dfb3d98
Add stylistic and grammar fixes
I fixed some of the awkward phrasing:

• `concrete` is more common in the literary style of writing and is used to denote something opposite of abstract, so placing it here when describing a relation between html elements seems unnecessarily cumbersome. Plus there's some tautology in using `concrete` together with `actually`. I propose something simpler.

• `It’s possible that event.target equals this` -- the present indefinite tense is not quite correctly used here, because this sentence describes something that only happens conditionally and is not always true. There are many ways to rewrite this sentence, and I propose one that aims to keep the original structure of the idea.
2019-07-15 16:19:20 +03:00
Ilya Kantor
8171ece575 fixes 2019-07-06 14:48:24 +03:00
Ilya Kantor
63a2d2eb94 fixes 2019-07-06 14:48:16 +03:00
Ilya Kantor
5ef182b5f1 fixes 2019-07-06 14:46:29 +03:00
Ilya Kantor
76b0616727 improvements 2019-05-31 19:11:37 +03:00
Ilya Kantor
d912bce1c5 minor 2019-03-09 11:52:24 +03:00
Ilya Kantor
fa8ffbe998 event options 2019-03-09 11:20:16 +03:00
Ghost-017
4d1bd71204
grammer fixes
- add a definite article before 'outer menu' on line 111
- don't -> won't
2019-02-17 16:16:02 +08:00
Ilya Kantor
d40fbffdaa fix 2018-10-07 16:03:21 +03:00
Tim Scott
cfb455230f
Fixed typo
Fixed a grammatical error at the top of the article.
2018-08-31 14:56:07 +01:00
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
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
Renamed from 2-ui/2-events/4-bubbling-and-capturing/article.md (Browse further)