We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcf9f8 commit 59223f7Copy full SHA for 59223f7
2-ui/2-events/02-bubbling-and-capturing/article.md
@@ -173,7 +173,7 @@ Let's see it in action:
173
174
The code sets click handlers on *every* element in the document to see which ones are working.
175
176
-If you click on `<td>`, then the sequence is:
+If you click on `<p>`, then the sequence is:
177
178
1. `HTML` -> `BODY` -> `FORM` -> `DIV` -> `P` (capturing phrase, the first listener), and then:
179
2. `P` -> `DIV` -> `FORM` -> `BODY` -> `HTML` (bubbling phrase, the second listener).
0 commit comments