aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/window/document/index.html
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-03-20 18:32:06 -0700
committerGitHub <noreply@github.com>2021-03-20 18:32:06 -0700
commitdd970ebde4659015cacb03f3cec08ba3662f76b7 (patch)
tree22fce3103c66822def150bdcd5934b143ce775cd /files/zh-cn/web/api/window/document/index.html
parent42fa0779cb86e303db29e3603901b000523173cf (diff)
downloadtranslated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.gz
translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.bz2
translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.zip
remove fx_minversion_inline macro calls (#258)
Diffstat (limited to 'files/zh-cn/web/api/window/document/index.html')
-rw-r--r--files/zh-cn/web/api/window/document/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/window/document/index.html b/files/zh-cn/web/api/window/document/index.html
index 04258782b7..152381ffe6 100644
--- a/files/zh-cn/web/api/window/document/index.html
+++ b/files/zh-cn/web/api/window/document/index.html
@@ -7,7 +7,7 @@ translation_of: Web/API/Window/document
<p><span class="seoSummary"><strong><code>window.document</code></strong>返回当前窗口内的文档节点({{domxref("document")}})</span></p>
-<div class="note"><strong>注:</strong> {{ Fx_minversion_inline(3) }}从Firefox 3和IE7开始,访问其他页面内的文档节点会受到同源策略的影响.</div>
+<div class="note"><strong>注:</strong> 从Firefox 3和IE7开始,访问其他页面内的文档节点会受到同源策略的影响.</div>
<h2 id="Syntax" name="Syntax">语法</h2>