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 +- files/zh-cn/web/api/window/index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'files/zh-cn/web/api/window') 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开始,访问其他页面内的文档节点会受到同源策略的影响.

语法

diff --git a/files/zh-cn/web/api/window/index.html b/files/zh-cn/web/api/window/index.html index 8024186e44..d1e449cdc8 100644 --- a/files/zh-cn/web/api/window/index.html +++ b/files/zh-cn/web/api/window/index.html @@ -77,7 +77,7 @@ translation_of: Web/API/Window
获取或设置指定窗口的状态栏文本。
{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}} {{ReadOnlyInline}}
返回当前显示器的物理像素和设备独立像素的比例。
-
{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}
+
{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}
获取在调用 {{domxref("window.showModalDialog()")}} 时传递给窗口的参数(如果它是一个对话框)。这是一个 {{Interface("nsIArray")}}。
{{domxref("Window.directories")}} {{obsolete_inline}}
{{domxref("window.personalbar")}} 的另一种形式。
@@ -160,7 +160,7 @@ translation_of: Web/API/Window
返回 personalbar 对象,它的可视性可以在窗口中切换。
{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}
Formerly provided access to install and remove PKCS11 modules.
-
{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}
+
{{domxref("Window.returnValue")}}
The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.
{{domxref("Window.screen")}} {{readOnlyInline}}
Returns a reference to the screen object associated with the window.
@@ -278,7 +278,7 @@ translation_of: Web/API/Window
打开一个新窗口。
{{domxref("Window.openDialog()")}} {{Non-standard_inline}} {{obsolete_inline}}
打开一个新的对话框窗口。
-
{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}
+
{{domxref("Window.postMessage()")}}
为一个窗口向另一个窗口发送数据字符串提供了一种安全方法,该窗口不必与第一个窗口处于相同的域中。
{{domxref("Window.print()")}}
打开打印对话框以打印当前文档。
-- cgit v1.2.3-54-g00ecf