aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/browsing_context
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:24 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:24 +0100
commitee778d6eea54935fd05022e0ba8c49456003381a (patch)
tree151a4cef804d8823cc8fc753b8edc693b7078241 /files/ko/glossary/browsing_context
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-ee778d6eea54935fd05022e0ba8c49456003381a.tar.gz
translated-content-ee778d6eea54935fd05022e0ba8c49456003381a.tar.bz2
translated-content-ee778d6eea54935fd05022e0ba8c49456003381a.zip
unslug ko: move
Diffstat (limited to 'files/ko/glossary/browsing_context')
-rw-r--r--files/ko/glossary/browsing_context/index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/files/ko/glossary/browsing_context/index.html b/files/ko/glossary/browsing_context/index.html
new file mode 100644
index 0000000000..e4d5fab662
--- /dev/null
+++ b/files/ko/glossary/browsing_context/index.html
@@ -0,0 +1,24 @@
+---
+title: 브라우징 맥락
+slug: Glossary/브라우저-컨텍스트
+tags:
+ - CodingScripting
+ - Glossary
+translation_of: Glossary/Browsing_context
+---
+<div>{{QuickLinksWithSubpages("/ko/docs/Glossary")}}</div>
+
+<p><strong>브라우징 맥락</strong>은 {{glossary("browser", "브라우저")}}가 {{domxref("Document")}}를 표시하는 환경을 말합니다. 오늘날에는 보통 탭이지만, 브라우저 창이나 페이지 내의 프레임도 가능합니다.</p>
+
+<p>각 브라우징 맥락은 특정 {{glossary("origin", "출처")}}, 활성화된 문서의 출처, 그리고 표시했던 모든 문서의 방문 기록을 가집니다.</p>
+
+<p>브라우징 맥락 간 통신은 엄격히 제한됩니다. 같은 출처를 가진 맥락끼리는 {{domxref("BroadcastChannel")}}을 열어 사용할 수 있습니다.</p>
+
+<h2 id="더_알아보기">더 알아보기</h2>
+
+<h3 id="기술_참조">기술 참조</h3>
+
+<ul>
+ <li><a href="https://html.spec.whatwg.org/multipage/browsers.html#windows">Browsing context on WHATWG</a></li>
+ <li><a href="http://w3c.github.io/html/browsers.html#sec-browsing-contexts">Browsing context on W3C</a></li>
+</ul>