Popup
팝업
"Just throw a popup up here" — the single most dangerous sentence in this document.
Originally meant a new browser window. In practice people started calling anything that appears over the screen a popup, and the meaning collapsed.
① New browser window
A real "popup" — usually blocked by the browser
② Modal dialog
Sits over the screen and dims what is behind
③ Banner / layer
A notice area attached inside the page
④ Toast
A notice that appears briefly and goes
In practice all four get called "popup". Naming which one alone cuts a great deal of rework.
This is the most important warning here. When a client says "add a popup", do not write it down as-is — ask: ① a new window? ② a modal over the screen? ③ a notice banner at the top? Those three differ completely in build, cost and experience.
If asking feels awkward, sketch it and ask "is this what you meant?" It settles far faster than words do.
When you said "popup", which did you have in mind? ① a new browser window ② a modal that dims the background ③ a banner pinned to the top of the page ④ a toast that appears briefly and fades. Tell me which and I will build exactly that.