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