From dd970ebde4659015cacb03f3cec08ba3662f76b7 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Sat, 20 Mar 2021 18:32:06 -0700 Subject: remove fx_minversion_inline macro calls (#258) --- files/zh-cn/web/api/window/document/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web/api/window/document') 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

window.document返回当前窗口内的文档节点({{domxref("document")}})

-
注: {{ Fx_minversion_inline(3) }}从Firefox 3和IE7开始,访问其他页面内的文档节点会受到同源策略的影响.
+
注: 从Firefox 3和IE7开始,访问其他页面内的文档节点会受到同源策略的影响.

语法

-- cgit v1.2.3-54-g00ecf