Skip to content
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

Bubbling and Capturing in JavaScript #8866

Open
1 task done
subhangi2731 opened this issue Nov 30, 2021 · 6 comments
Open
1 task done

Bubbling and Capturing in JavaScript #8866

subhangi2731 opened this issue Nov 30, 2021 · 6 comments
Assignees
Labels
Assigned Assigned to some work documentation Improvements or additions to documentation Frontend Dev HTML/CSS/JS GWOC21

Comments

@subhangi2731
Copy link

Description

The bubbling principle is simple.

When an event happens on an element, it first runs the handlers on it, then on its parent, then all the way up on other ancestors.

Let’s say we have 3 nested elements FORM > DIV > P with a handler on each of them:

Domain

Frontend Dev HTML/CSS/JS

Type of Contribution

Documentation

Code of Conduct

@keywordlabeler keywordlabeler bot added documentation Improvements or additions to documentation Frontend Dev HTML/CSS/JS labels Nov 30, 2021
@github-actions
Copy link

Hello @subhangi2731,
Thank you for opening an issue. :octocat:
Note - Self-assigns by the original author will be prioritised by mentors manually
To get assigned to this particular issue please use /assign
Check this guide before contributing.

@subhangi2731
Copy link
Author

/assign

@github-actions
Copy link

This issue has been assigned to @subhangi2731!
It will become unassigned if it isn't closed within 12 days. A maintainer can also add the pinned label to prevent it from being unassigned.

@github-actions github-actions bot added the Assigned Assigned to some work label Nov 30, 2021
@github-actions
Copy link

This issue is already assigned to another contributor!
Please find/create a new issue to contribute to.
You can safely disregard the failed workflow notification for attempting to self-assign on this issue. ❌

@subhangi2731
Copy link
Author

@jakansha2001 I opened this issue and assigned myself if you want u can create an issue yourself and get assigned

@jakansha2001
Copy link

@subhangi2731 Sure!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Assigned Assigned to some work documentation Improvements or additions to documentation Frontend Dev HTML/CSS/JS GWOC21
Projects
None yet
Development

No branches or pull requests

2 participants