+ 1
When dealing with propagation, if you set a <div> element to true, meaning it will use capturing, but set a child element, say <p>, to false so it uses bubbling, which event will take place first?
2 Respuestas
+ 2
Capturing.
+ 1
it's not important that it's capturing or bubbling important is that div is container and as hirarcial it will be implemented first