HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🚀
개발 노트
/
👓
display: none
👓

display: none

 
display: none을 적용하면 DOM tree에서 사라지는 것이 아니라, Render tree에서 사라진다.
CSS 속성은 DOM tree에는 영향을 주지 않는다. CSSOM tree에 영향을 준다.
개발자 도구를 열어보면 display:none 요소도 남아있다.