From a05909a1202b217647773055422476a905a8ff64 Mon Sep 17 00:00:00 2001 From: IMHOJEONG <39ghwjd@naver.com> Date: Fri, 6 Oct 2023 21:25:57 +0900 Subject: [PATCH] [add]: add index.md for web/glossary/visual_viewport --- files/ko/glossary/visual_viewport/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 files/ko/glossary/visual_viewport/index.md diff --git a/files/ko/glossary/visual_viewport/index.md b/files/ko/glossary/visual_viewport/index.md new file mode 100644 index 00000000000000..256e5fa53b27e6 --- /dev/null +++ b/files/ko/glossary/visual_viewport/index.md @@ -0,0 +1,18 @@ +--- +title: 시각적 뷰포트 (Visual Viewport) +slug: Glossary/Visual_Viewport +l10n: + sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 +--- + +{{GlossarySidebar}} + +현재 표시되는 {{Glossary("viewport", "뷰포트")}} 부분을 시각적 뷰포트라고 합니다. 이는 사용자가 두 손가락으로 줌 설정(pinched-zoomed)한 경우와 같이 레이아웃 뷰포트보다 작을 수 있습니다. 시각적 뷰포트는 화면 키보드, 핀치 줌 영역 외부 영역 또는 페이지 크기에 따라 확장되지 않는 기타 화면 아티팩트를 제외한 화면의 시각적 부분입니다. + +## 같이 보기 + +- [시각적 뷰포트 API](/ko/docs/Web/API/Visual_Viewport_API) +- [뷰포트](https://en.wikipedia.org/wiki/Viewport) on Wikipedia +- [두 가지 뷰포트 이야기](https://www.quirksmode.org/mobile/viewports.html) (Quirksmode) +- MDN 용어사전의 {{Glossary("Viewport", "뷰포트")}} +- MDN 용어사전의 {{Glossary("Layout viewport", "레이아웃 뷰포트")}}