Using CSS explain event handling and event bubbling?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Using CSS explain event handling and event bubbling??

15th Aug 2017, 3:24 PM
Syed Tabarak
Syed Tabarak - avatar
5 Answers
+ 3
In bubbling, the event is first captured and handled by the innermost element and then propagated to outer elements. In capturing, the event is first captured by the outermost element and propagated to the inner elements.
15th Aug 2017, 5:08 PM
Raz
Raz - avatar
+ 4
Using CSS explain event handling and event bubbling! never heard of that I only know the event handling and bubbling in JavaScript
15th Aug 2017, 4:49 PM
Raz
Raz - avatar
+ 4
cool buddy
15th Aug 2017, 5:10 PM
Raz
Raz - avatar
+ 1
can you explain in that only??
15th Aug 2017, 5:03 PM
Syed Tabarak
Syed Tabarak - avatar
+ 1
thank you so much @neicore
15th Aug 2017, 5:09 PM
Syed Tabarak
Syed Tabarak - avatar