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/conflicting/tools/keyboard_shortcuts/index.html | 6 +++--- .../zh-cn/mdn/structures/macros/commonly-used_macros/index.html | 9 --------- files/zh-cn/tools/3d_view/index.html | 6 +++--- files/zh-cn/web/api/document/createevent/index.html | 2 +- files/zh-cn/web/api/element/removeattributens/index.html | 2 +- files/zh-cn/web/api/node/index.html | 4 ++-- files/zh-cn/web/api/window/document/index.html | 2 +- files/zh-cn/web/api/window/index.html | 6 +++--- files/zh-cn/web/css/@keyframes/index.html | 2 +- 9 files changed, 15 insertions(+), 24 deletions(-) (limited to 'files/zh-cn') diff --git a/files/zh-cn/conflicting/tools/keyboard_shortcuts/index.html b/files/zh-cn/conflicting/tools/keyboard_shortcuts/index.html index c7a388f299..35b8010d0e 100644 --- a/files/zh-cn/conflicting/tools/keyboard_shortcuts/index.html +++ b/files/zh-cn/conflicting/tools/keyboard_shortcuts/index.html @@ -74,15 +74,15 @@ original_slug: Tools/Using_the_Source_Editor 切换注释选择 - Ctrl-/ {{fx_minversion_inline("14.0")}} + Ctrl-/ Move to bracket opening - Ctrl-[ {{fx_minversion_inline("14.0")}} + Ctrl-[ Move to bracket closing - Ctlr-] {{fx_minversion_inline("14.0")}} + Ctlr-] diff --git a/files/zh-cn/mdn/structures/macros/commonly-used_macros/index.html b/files/zh-cn/mdn/structures/macros/commonly-used_macros/index.html index 7b0e7d637e..15252fc83a 100644 --- a/files/zh-cn/mdn/structures/macros/commonly-used_macros/index.html +++ b/files/zh-cn/mdn/structures/macros/commonly-used_macros/index.html @@ -207,15 +207,6 @@ original_slug: MDN/Structures/Macros/Custom_macros

 {{TemplateLink("AvailableInWorkers")}} 宏插入一个本地化的指示框,指示一个功能在Web worker 上下文中可用。

-

版本信息宏

- -

这些宏被用来指示这个语段只与一个产品的特定版本有关。

- - -
diff --git a/files/zh-cn/tools/3d_view/index.html b/files/zh-cn/tools/3d_view/index.html index 0ed32a145c..554ef6dc86 100644 --- a/files/zh-cn/tools/3d_view/index.html +++ b/files/zh-cn/tools/3d_view/index.html @@ -60,17 +60,17 @@ original_slug: Tools/Page_Inspector/3D_view 无 - 将焦点转移到当前选择的节点,确保当前选择的节点是可见的{{ fx_minversion_inline("13.0") }} + 将焦点转移到当前选择的节点,确保当前选择的节点是可见的 f 无 - 重置整个视图到默认状态(放大级别,旋转角度,移动位置等){{ fx_minversion_inline("12.0") }} + 重置整个视图到默认状态(放大级别,旋转角度,移动位置等) r 无 - 隐藏当前选择的节点,确保当前选择的节点是不可见的, 这样可以看到下层被遮挡的节点{{ fx_minversion_inline("12.0") }} + 隐藏当前选择的节点,确保当前选择的节点是不可见的, 这样可以看到下层被遮挡的节点 x 无 diff --git a/files/zh-cn/web/api/document/createevent/index.html b/files/zh-cn/web/api/document/createevent/index.html index 4148af1f48..d371052ddc 100644 --- a/files/zh-cn/web/api/document/createevent/index.html +++ b/files/zh-cn/web/api/document/createevent/index.html @@ -142,7 +142,7 @@ elem.dispatchEvent(event); - - "MessageEvent" {{Fx_minversion_inline(3)}} {{Gecko_minversion_inline(1.9)}} + "MessageEvent"{{Gecko_minversion_inline(1.9)}} event.initMessageEvent diff --git a/files/zh-cn/web/api/element/removeattributens/index.html b/files/zh-cn/web/api/element/removeattributens/index.html index f1c35b27fd..90be83248d 100644 --- a/files/zh-cn/web/api/element/removeattributens/index.html +++ b/files/zh-cn/web/api/element/removeattributens/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/Element/removeAttributeNS

removeAttributeNS 移除元素的指定属性

-

{{ Fx_minversion_inline(3) }} 在Firefox 3及更高版本中,此方法会将DOM值重置为其默认值。

+

在Firefox 3及更高版本中,此方法会将DOM值重置为其默认值。

用法

diff --git a/files/zh-cn/web/api/node/index.html b/files/zh-cn/web/api/node/index.html index d03310cb93..e5f3ab951f 100644 --- a/files/zh-cn/web/api/node/index.html +++ b/files/zh-cn/web/api/node/index.html @@ -32,7 +32,7 @@ translation_of: Web/API/Node
-
{{DOMxRef("Node.baseURIObject")}} {{Non-standard_inline}}{{Fx_MinVersion_Inline("3")}}
+
{{DOMxRef("Node.baseURIObject")}} {{Non-standard_inline}}
(不适用于网页内容) 只读的 {{ Interface("nsIURI") }} 对象表示元素的base URI.
{{DOMxRef("Node.childNodes")}}{{ReadOnlyInline}}
返回一个包含了该节点所有子节点的实时的{{DOMxRef("NodeList")}}。{{DOMxRef("NodeList")}} 是动态变化的。如果该节点的子节点发生了变化,{{DOMxRef("NodeList")}}对象就会自动更新。 
@@ -134,7 +134,7 @@ translation_of: Web/API/Node

Note: 在Firefox 3.5以及更早的版本中, HTML 的元素都没有命名空间. 而在最新的版本中, 无论是 HTML 还是 XML 文档树 ,所有元素的命名空间统一为 http://www.w3.org/1999/xhtml/

-
{{DOMxRef("Node.nodePrincipal")}} {{Non-standard_inline}}{{Obsolete_Inline("gecko46")}}{{Fx_MinVersion_Inline("3")}}
+
{{DOMxRef("Node.nodePrincipal")}} {{Non-standard_inline}}{{Obsolete_Inline("gecko46")}}
返回节点优先级 {{Interface("nsIPrincipal")}} 。
{{DOMxRef("Node.prefix")}} {{Obsolete_Inline}}{{ReadOnlyInline}}
返回一个节点命名空间的前缀 {{DOMxRef("DOMString")}} , 当前缀不存在时返回 null
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()")}}
打开打印对话框以打印当前文档。
diff --git a/files/zh-cn/web/css/@keyframes/index.html b/files/zh-cn/web/css/@keyframes/index.html index 22e983100c..f6e415d3ef 100644 --- a/files/zh-cn/web/css/@keyframes/index.html +++ b/files/zh-cn/web/css/@keyframes/index.html @@ -67,7 +67,7 @@ translation_of: Web/CSS/@keyframes

上面这个例子中,50% 关键帧中分别最后设置的属性 top: 10pxleft: 20px 是有效的,但是其他的属性会被忽略。

-

{{ fx_minversion_inline("14") }}  Firefox 14 开始支持层叠 keyframes。

+

Firefox 14 开始支持层叠 keyframes。

关键帧中的 !important

-- cgit v1.2.3-54-g00ecf