Q67
Which form of event propogation handles the registered container elements?
A.
Event Propogation
B.
Event Registration
C.
Event Capturing
AnswerD.
Default Actions
Answer: Option C
Solution
Answer: Option C
Solution:
Another form of event propogation, known as event capturing, handlers specially registered on container elements have the opportunity to intercept ( or “capture” ) events before they are delivered to their actual target.