Skip to content

Bubbling and capturing #198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Feb 1, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 2-ui/2-events/02-bubbling-and-capturing/article.md
Co-authored-by: Simone Pasini <[email protected]>
  • Loading branch information
pierangelomiceli and pasor1 authored Jan 31, 2021
commit fe3fbba704819e30d73e787d58b7cd61b2c87a24
2 changes: 1 addition & 1 deletion 2-ui/2-events/02-bubbling-and-capturing/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Vediamo le fasi di *capturing* e di *bubbling* in azione:
</script>
```

Il codice imposta i gestori in *ogni* elemento nel documento per vedere quali che stanno funzionando.
Il codice imposta i gestori di click per *ogni* elemento nel documento per vedere quali sono in azione.

Se clicchiamo su `<p>`, la sequenza sarà:

Expand Down