HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📝
프론트엔드 스쿨 교안(1기)
/
📝
질의응답 모음!
/
📝
카카오페이지 footer에 section이?
📝

카카오페이지 footer에 section이?

Created
Nov 8, 2021 03:50 AM
Tags
해결
category
HTML
day
6
developer.mozilla.org
는 가장 가까운 구획 콘텐츠나 구획 루트 의 푸터를 나타냅니다. 푸터는 일반적으로 구획의 작성자, 저작권 정보, 관련 문서 등의 내용을 담습니다. VoiceOver 스크린 리더는 랜드마크 로터에서 푸터의 랜드마크 역할을 표현하지 않는 문제가 있습니다. 해결하려면 에 role="contentinfo" 를 추가하세요. BCD tables only load in the browser
developer.mozilla.org
https://developer.mozilla.org/ko/docs/Web/HTML/Element/footer
https://developer.mozilla.org/ko/docs/Web/HTML/Element/footer
HTML
← 4 The elements of HTML - Table of Contents - 4.4 Grouping content → Some DOM operations (for example, parts of the drag and drop model) are defined in terms of " the body element". This refers to a particular element in the DOM, as per the definition of the term, and not any arbitrary element.
https://html.spec.whatwg.org/multipage/sections.html#the-footer-element
Kakao
Connect Everything - 새로운 연결, 더 나은 세상
Kakao
https://www.kakaocorp.com/page/
Kakao
mdn 에서 말하는 사용할 수 없는 요소는 더 엄밀히 얘기해서 header, footer 를 의미합니다. 나머지 article, section은 사용할 수 있습니다.