본문 바로가기
html5

event 3 phases ; 간단한 HTML DOM 구조를 보면서 세가지 국면(phase)을 거치는 이벤트 흐름을 용어와 함께 이해한다.

by peach1227 2023. 11. 1.

간단한 HTML DOM 구조를 보면서 세가지 국면(phase)을 거치는 이벤트 흐름을 용어와 함께 이해한다.

이벤트가 발생한 곳으로 잡으러 가면서 무언가를 처리하는 경우 그 곳에 도착한 후 처리를 하고, 돌아 가면서 또 무언가를 처리할 수 있다.

window
window
#document
#document
<body>
<body>
<div>
<div>
<div>
<div>
<div>
<div>
<html>
<html>
<ul>
<ul>
<li>
<li>
<li>
<li>
<li>
<li>
z
z
1.capture phase
1.capture...
3.bubbling phase
3.bubbling...
2.targeting phase
2.targetin...
Text is not SVG - cannot display
반응형

'html5' 카테고리의 다른 글

mathML : using mathML  (0) 2024.04.30
mathjax template;  (1) 2024.04.07
cube animation  (0) 2023.10.11
roll-up caption example  (0) 2023.08.06
This is a hyperbola curve. 쌍곡선입니다.  (0) 2023.08.01