aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
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
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')
-rw-r--r--files/zh-cn/conflicting/tools/keyboard_shortcuts/index.html6
-rw-r--r--files/zh-cn/mdn/structures/macros/commonly-used_macros/index.html9
-rw-r--r--files/zh-cn/tools/3d_view/index.html6
-rw-r--r--files/zh-cn/web/api/document/createevent/index.html2
-rw-r--r--files/zh-cn/web/api/element/removeattributens/index.html2
-rw-r--r--files/zh-cn/web/api/node/index.html4
-rw-r--r--files/zh-cn/web/api/window/document/index.html2
-rw-r--r--files/zh-cn/web/api/window/index.html6
-rw-r--r--files/zh-cn/web/css/@keyframes/index.html2
9 files changed, 15 insertions, 24 deletions
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
</tr>
<tr>
<td>切换注释选择</td>
- <td><kbd><kbd>Ctrl</kbd>-<kbd>/</kbd></kbd> {{fx_minversion_inline("14.0")}}</td>
+ <td><kbd><kbd>Ctrl</kbd>-<kbd>/</kbd></kbd></td>
</tr>
<tr>
<td>Move to bracket opening</td>
- <td><kbd><kbd>Ctrl</kbd>-<kbd>[</kbd></kbd> {{fx_minversion_inline("14.0")}}</td>
+ <td><kbd><kbd>Ctrl</kbd>-<kbd>[</kbd></kbd></td>
</tr>
<tr>
<td>Move to bracket closing</td>
- <td><kbd><kbd>Ctlr</kbd>-<kbd>]</kbd></kbd> {{fx_minversion_inline("14.0")}}</td>
+ <td><kbd><kbd>Ctlr</kbd>-<kbd>]</kbd></kbd></td>
</tr>
</tbody>
</table>
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
<p> {{TemplateLink("AvailableInWorkers")}} 宏插入一个本地化的指示框,指示一个功能在<a href="/en-US/docs/Web/API/Web_Workers_API">Web worker</a> 上下文中可用。</p>
-<h2 id="版本信息宏">版本信息宏</h2>
-
-<p>这些宏被用来指示这个语段只与一个产品的特定版本有关。</p>
-
-<ul>
- <li>{{TemplateLink("gecko_minversion_inline")}}: 示例: {{ gecko_minversion_inline("9.9") }}</li>
- <li>{{TemplateLink("fx_minversion_inline")}}:示例: {{ fx_minversion_inline("9.9") }}</li>
-</ul>
-
<ol>
</ol>
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
<td>无</td>
</tr>
<tr>
- <td>将焦点转移到当前选择的节点,确保当前选择的节点是可见的{{ fx_minversion_inline("13.0") }}</td>
+ <td>将焦点转移到当前选择的节点,确保当前选择的节点是可见的</td>
<td>f</td>
<td>无</td>
</tr>
<tr>
- <td>重置整个视图到默认状态(放大级别,旋转角度,移动位置等){{ fx_minversion_inline("12.0") }}</td>
+ <td>重置整个视图到默认状态(放大级别,旋转角度,移动位置等)</td>
<td>r</td>
<td>无</td>
</tr>
<tr>
- <td>隐藏当前选择的节点,确保当前选择的节点是不可见的, 这样可以看到下层被遮挡的节点{{ fx_minversion_inline("12.0") }}</td>
+ <td>隐藏当前选择的节点,确保当前选择的节点是不可见的, 这样可以看到下层被遮挡的节点</td>
<td>x</td>
<td>无</td>
</tr>
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);
</tr>
<tr>
<td rowspan="4">-</td>
- <td><code>"MessageEvent" {{Fx_minversion_inline(3)}} {{Gecko_minversion_inline(1.9)}}</code></td>
+ <td><code>"MessageEvent"{{Gecko_minversion_inline(1.9)}}</code></td>
<td><a href="/en-US/docs/DOM/event.initMessageEvent" title="DOM/event.initMessageEvent">event.initMessageEvent</a></td>
</tr>
<tr>
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
<p><code>removeAttributeNS</code> 移除元素的指定属性</p>
-<p>{{ Fx_minversion_inline(3) }} 在Firefox 3及更高版本中,此方法会将DOM值重置为其默认值。</p>
+<p>在Firefox 3及更高版本中,此方法会将DOM值重置为其默认值。</p>
<h2 id="Syntax" name="Syntax">用法</h2>
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
</dl>
<dl>
- <dt>{{DOMxRef("Node.baseURIObject")}} {{Non-standard_inline}}{{Fx_MinVersion_Inline("3")}}</dt>
+ <dt>{{DOMxRef("Node.baseURIObject")}} {{Non-standard_inline}}</dt>
<dd>(不适用于网页内容) 只读的 {{ Interface("nsIURI") }} 对象表示元素的base URI.</dd>
<dt>{{DOMxRef("Node.childNodes")}}{{ReadOnlyInline}}</dt>
<dd>返回一个包含了该节点所有子节点的实时的{{DOMxRef("NodeList")}}。{{DOMxRef("NodeList")}} 是动态变化的。如果该节点的子节点发生了变化,{{DOMxRef("NodeList")}}对象就会自动更新。 </dd>
@@ -134,7 +134,7 @@ translation_of: Web/API/Node
<p><strong>Note:</strong> 在Firefox 3.5以及更早的版本中, HTML 的元素都没有命名空间. 而在最新的版本中, 无论是 HTML 还是 XML 文档树 ,所有元素的命名空间统一为 <code><a class="linkification-ext external" href="https://www.w3.org/1999/xhtml/">http://www.w3.org/1999/xhtml/</a></code>。</p>
</div>
</dd>
- <dt>{{DOMxRef("Node.nodePrincipal")}} {{Non-standard_inline}}{{Obsolete_Inline("gecko46")}}{{Fx_MinVersion_Inline("3")}}</dt>
+ <dt>{{DOMxRef("Node.nodePrincipal")}} {{Non-standard_inline}}{{Obsolete_Inline("gecko46")}}</dt>
<dd>返回节点优先级 {{Interface("nsIPrincipal")}} 。</dd>
<dt>{{DOMxRef("Node.prefix")}} {{Obsolete_Inline}}{{ReadOnlyInline}}</dt>
<dd>返回一个节点命名空间的前缀 {{DOMxRef("DOMString")}} , 当前缀不存在时返回 <code>null</code> 。</dd>
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>
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
<p>上面这个例子中,<code>50%</code> 关键帧中分别最后设置的属性 <code>top: 10px</code> 和 <code>left: 20px</code> 是有效的,但是其他的属性会被忽略。</p>
-<p>{{ fx_minversion_inline("14") }}  Firefox 14 开始支持层叠 keyframes。</p>
+<p>Firefox 14 开始支持层叠 keyframes。</p>
<h3 id="关键帧中的_!important">关键帧中的 <code>!important</code></h3>