diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/browsing_context/index.html | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/zh-cn/glossary/browsing_context/index.html')
-rw-r--r-- | files/zh-cn/glossary/browsing_context/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/browsing_context/index.html b/files/zh-cn/glossary/browsing_context/index.html new file mode 100644 index 0000000000..86084380f3 --- /dev/null +++ b/files/zh-cn/glossary/browsing_context/index.html @@ -0,0 +1,18 @@ +--- +title: Browsing context +slug: Glossary/Browsing_context +translation_of: Glossary/Browsing_context +--- +<p id="Summary"><strong>浏览上下文</strong>(browsing context)是一个浏览器(browser)展示文档({{domxref("Document")}})的环境。在现代浏览器中,通常是一个标签页(tab),也可能是一个窗体(window)或只是页面的一部分,如 frame 或 iframe。</p> + +<p>每个浏览器上下文都有一个特殊源,一个的活动文档源(origin)和一个记录所有展示文档的历史(history)。</p> + +<p>每个浏览器上下文都有一个活动文档的源(origin)和一个记录所有展示文档的历史(history)。</p> + +<p>浏览器上下文之间的通讯被严格限制,两个同源的浏览器上下文,通讯接口({{domxref("BroadcastChannel")}})才能被打开和使用。</p> + +<h2 id="Learn_more">Learn more</h2> + +<ul> + <li>See {{glossary("origin")}}</li> +</ul> |