aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw
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-tw
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-tw')
-rw-r--r--files/zh-tw/tools/3d_view/index.html6
-rw-r--r--files/zh-tw/web/api/document/index.html2
-rw-r--r--files/zh-tw/web/api/node/index.html4
-rw-r--r--files/zh-tw/web/api/window/index.html8
-rw-r--r--files/zh-tw/web/guide/html/html5/index.html20
5 files changed, 20 insertions, 20 deletions
diff --git a/files/zh-tw/tools/3d_view/index.html b/files/zh-tw/tools/3d_view/index.html
index 463946c4c7..2126bf4448 100644
--- a/files/zh-tw/tools/3d_view/index.html
+++ b/files/zh-tw/tools/3d_view/index.html
@@ -61,18 +61,18 @@ translation_of: Tools/3D_View
<tr>
<td>聚焦於選擇的節點</td>
<td>f</td>
- <td>請確定該節點可見 {{ fx_minversion_inline("13.0") }}</td>
+ <td>請確定該節點可見</td>
</tr>
<tr>
<td>重設 3D View</td>
<td>r</td>
- <td>將縮放、旋轉、位置重設為預設值 {{ fx_minversion_inline("12.0") }}</td>
+ <td>將縮放、旋轉、位置重設為預設值</td>
</tr>
<tr>
<td>隱藏節點</td>
<td>x</td>
<td>
- <p>隱藏選擇的節點,這在您需要找到被遮蓋的節點時很實用 {{ fx_minversion_inline("12.0") }}</p>
+ <p>隱藏選擇的節點,這在您需要找到被遮蓋的節點時很實用</p>
</td>
</tr>
</tbody>
diff --git a/files/zh-tw/web/api/document/index.html b/files/zh-tw/web/api/document/index.html
index ca1c9830b7..35285c2178 100644
--- a/files/zh-tw/web/api/document/index.html
+++ b/files/zh-tw/web/api/document/index.html
@@ -424,7 +424,7 @@ translation_of: Web/API/Document
<dd>This method never did anything and always threw an exception, so it was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd>
<dt>{{domxref("document.getBoxObjectFor")}} {{obsolete_inline}}</dt>
<dd>Use the {{domxref("Element.getBoundingClientRect()")}} method instead.</dd>
- <dt>{{domxref("document.loadOverlay")}} {{Fx_minversion_inline("1.5")}}</dt>
+ <dt>{{domxref("document.loadOverlay")}}</dt>
<dd>Loads a <a href="/en-US/docs/XUL_Overlays" title="XUL_Overlays">XUL overlay</a> dynamically. This only works in XUL documents.</dd>
<dt>{{domxref("document.queryCommandText")}} {{obsolete_inline("14.0")}}</dt>
<dd>This method never did anything but throw an exception, and was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd>
diff --git a/files/zh-tw/web/api/node/index.html b/files/zh-tw/web/api/node/index.html
index fc04145fce..074f903e0a 100644
--- a/files/zh-tw/web/api/node/index.html
+++ b/files/zh-tw/web/api/node/index.html
@@ -29,7 +29,7 @@ translation_of: Web/API/Node
<dl>
<dt>{{domxref("Node.baseURI")}} {{readonlyInline}}</dt>
<dd>Returns a {{domxref("DOMString")}} representing the base URL. The concept of base URL changes from one language to another; in HTML, it corresponds to the protocol, the domain name and the directory structure, that is all until the last <code>'/'</code>.</dd>
- <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}} {{ Fx_minversion_inline("3") }}</dt>
+ <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}}</dt>
<dd>(Not available to web content.) The read-only {{ Interface("nsIURI") }} object representing the base URI for the element.</dd>
<dt>{{domxref("Node.childNodes")}} {{readonlyInline}}</dt>
<dd>Returns a live {{domxref("NodeList")}} containing all the children of this node. {{domxref("NodeList")}} being live means that if the children of the <code>Node</code> change, the {{domxref("NodeList")}} object is automatically updated.</dd>
@@ -41,7 +41,7 @@ translation_of: Web/API/Node
<dd>Returns a {{domxref("Node")}} representing the next node in the tree, or <code>null</code> if there isn't such node.</dd>
<dt>{{domxref("Node.nodeName")}} {{readonlyInline}}</dt>
<dd>Returns a {{domxref("DOMString")}} containing the name of the <code>Node</code>. The structure of the name will differ with the node type. E.g. An {{domxref("HTMLElement")}} will contain the name of the corresponding tag, like <code>'audio'</code> for an {{domxref("HTMLAudioElement")}}, a {{domxref("Text")}} node will have the <code>'#text'</code> string, or a {{domxref("Document")}} node will have the <code>'#document'</code> string.</dd>
- <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}{{ Fx_minversion_inline("3") }}</dt>
+ <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}</dt>
<dd>A {{ Interface("nsIPrincipal") }} representing the node principal.</dd>
<dt>{{domxref("Node.nodeType")}}{{readonlyInline}}</dt>
<dd>Returns an <code>unsigned short</code> representing the type of the node. Possible values are:
diff --git a/files/zh-tw/web/api/window/index.html b/files/zh-tw/web/api/window/index.html
index 276dcc96e2..82dcff08e4 100644
--- a/files/zh-tw/web/api/window/index.html
+++ b/files/zh-tw/web/api/window/index.html
@@ -38,7 +38,7 @@ translation_of: Web/API/Window
<dd>Gets/sets the status bar text for the given window.</dd>
<dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt>
<dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd>
- <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt>
+ <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt>
<dd>Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.</dd>
<dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt>
<dd>Synonym of {{domxref("window.personalbar")}}</dd>
@@ -107,7 +107,7 @@ translation_of: Web/API/Window
<dd>Returns the personalbar object, whose visibility can be toggled in the window.</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>回傳一個與 window 關聯的 screen 物件。</dd>
@@ -127,7 +127,7 @@ translation_of: Web/API/Window
<dd>Returns the number of pixels that the document has already been scrolled vertically.</dd>
<dt>{{domxref("Window.self")}} {{ReadOnlyInline}}</dt>
<dd>Returns an object reference to the window object itself.</dd>
- <dt>{{domxref("Window.sessionStorage")}} {{Fx_minversion_inline("2.0")}}</dt>
+ <dt>{{domxref("Window.sessionStorage")}}</dt>
<dd>Returns a storage object for storing data within a single page session.</dd>
<dt>{{domxref("Window.sidebar")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt>
<dd>Returns a reference to the window object of the sidebar.</dd>
@@ -223,7 +223,7 @@ translation_of: Web/API/Window
<dd>Opens a new window.</dd>
<dt>{{domxref("Window.openDialog()")}} {{Non-standard_inline}} {{obsolete_inline}}</dt>
<dd>Opens a new dialog window.</dd>
- <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt>
+ <dt>{{domxref("Window.postMessage()")}}</dt>
<dd>Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.</dd>
<dt>{{domxref("Window.print()")}}</dt>
<dd>Opens the Print Dialog to print the current document.</dd>
diff --git a/files/zh-tw/web/guide/html/html5/index.html b/files/zh-tw/web/guide/html/html5/index.html
index c1ea8252ef..7e6bef7442 100644
--- a/files/zh-tw/web/guide/html/html5/index.html
+++ b/files/zh-tw/web/guide/html/html5/index.html
@@ -56,28 +56,28 @@ translation_of: Web/Guide/HTML/HTML5
<h2 id="DOM_新功能">DOM 新功能</h2>
<dl>
- <dt><a href="/en/DOM/document.getElementsByClassName" title="en/DOM/document.getElementsByClassName">getElementsByClassName</a> {{ fx_minversion_inline(3.0) }}</dt>
+ <dt><a href="/en/DOM/document.getElementsByClassName" title="en/DOM/document.getElementsByClassName">getElementsByClassName</a></dt>
<dd>支援 Document 與 Element 節點的 getElementsByClassName 方法。這個方法允許藉由指定的一個或多個 class 尋找頁面中的元素。</dd>
- <dt><a href="/zh_tw/DragDrop/Drag_and_Drop" title="zh_tw/DragDrop/Drag_and_Drop">拖曳功能 (Drag and drop)</a> {{ fx_minversion_inline(3.5) }}</dt>
+ <dt><a href="/zh_tw/DragDrop/Drag_and_Drop" title="zh_tw/DragDrop/Drag_and_Drop">拖曳功能 (Drag and drop)</a></dt>
<dd>HTML5 拖曳 API 支援在一個或多個網站之間拖曳物件。也提供了一個更簡化的 API 供擴充套件與 Mozilla-based 應用程式使用。</dd>
- <dt><a href="/en/Focus_management_in_HTML" title="en/Focus_management_in_HTML">HTML Focus 管理</a> {{ fx_minversion_inline(3.0) }}</dt>
+ <dt><a href="/en/Focus_management_in_HTML" title="en/Focus_management_in_HTML">HTML Focus 管理</a></dt>
<dd>支援新的 HTML5 屬性:<code>activeElement</code> 與 <code>hasFocus</code> 。</dd>
- <dt><a href="/en/Web-based_protocol_handlers" title="en/Web-based_protocol_handlers">Web-based 協定處理器</a> {{ fx_minversion_inline(3.0) }}</dt>
+ <dt><a href="/en/Web-based_protocol_handlers" title="en/Web-based_protocol_handlers">Web-based 協定處理器</a></dt>
<dd>你現在可以使用 <code>navigator.registerProtocolHandler() 方法</code>將 web 應用程式註冊成協定處理器 (protocol handlers)。</dd>
</dl>
<h2 id="HTML_解析器">HTML 解析器</h2>
-<p>Gecko 的 <a href="/en/HTML/HTML5/HTML5_Parser" title="en/HTML/HTML5/HTML5 parser">HTML5相容解析器 </a>— 負責將一份 HTML 文件字元們轉化為 DOM — 已經於 2010 年五月預設為啟用。(備忘:該 HTML5 解析器版本搭載於 Gecko 1.9.2 / Firefox 3.6 當中,是個不穩定的版本,並且不建議用於正式使用環境。) {{ fx_minversion_inline(4.0) }}</p>
+<p>Gecko 的 <a href="/en/HTML/HTML5/HTML5_Parser" title="en/HTML/HTML5/HTML5 parser">HTML5相容解析器 </a>— 負責將一份 HTML 文件字元們轉化為 DOM — 已經於 2010 年五月預設為啟用。(備忘:該 HTML5 解析器版本搭載於 Gecko 1.9.2 / Firefox 3.6 當中,是個不穩定的版本,並且不建議用於正式使用環境。)</p>
<h2 id="其他">其他</h2>
<ul>
- <li>HTML 文件中的 <code>localName</code> 與 <code>namespaceURI</code> ,現在可以實作類似在 XML 文件中的行為:<code>localName</code> 傳回小寫字元,而 <code>namespaceURI</code> 對於 HTML 元素是 <code>"<a class="external" href="http://www.w3.org/1999/xhtml" rel="external nofollow" title="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>" </code>{{ fx_minversion_inline(3.6) }}</li>
- <li>當頁面 URI 的片段標示 (在 "#" (hash) 字元之後的部份)有變更時,新的 <code>hashchange</code> 事件會被送至該頁面。 請參考 <a href="/en/DOM/window.onhashchange" title="en/DOM/window.onhashchange">window.onhashchange</a>。{{ fx_minversion_inline(3.6) }}</li>
- <li>支援 <code><a href="/en/DOM/element.classList" title="en/DOM/element.classList">element.classList</a></code> ,可以更方便處理 class 屬性。 {{ fx_minversion_inline(3.6) }}</li>
- <li>文件就緒事件 <a href="/en/DOM/document.onreadystatechange" title="en/DOM/document.onreadystatechange">document.onreadystatechange</a> {{ fx_minversion_inline(4) }} 以及 <a href="/en/DOM/document.readyState" title="en/DOM/document.readyState">document.readyState</a> {{ fx_minversion_inline(3.6) }} 也被支援了。</li>
- <li>Colors in presentation attributes are interpreted according to HTML5. {{ fx_minversion_inline(4.0) }}</li>
+ <li>HTML 文件中的 <code>localName</code> 與 <code>namespaceURI</code> ,現在可以實作類似在 XML 文件中的行為:<code>localName</code> 傳回小寫字元,而 <code>namespaceURI</code> 對於 HTML 元素是 <code>"<a class="external" href="http://www.w3.org/1999/xhtml" rel="external nofollow" title="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>" </code></li>
+ <li>當頁面 URI 的片段標示 (在 "#" (hash) 字元之後的部份)有變更時,新的 <code>hashchange</code> 事件會被送至該頁面。 請參考 <a href="/en/DOM/window.onhashchange" title="en/DOM/window.onhashchange">window.onhashchange</a>。</li>
+ <li>支援 <code><a href="/en/DOM/element.classList" title="en/DOM/element.classList">element.classList</a></code> ,可以更方便處理 class 屬性。</li>
+ <li>文件就緒事件 <a href="/en/DOM/document.onreadystatechange" title="en/DOM/document.onreadystatechange">document.onreadystatechange</a> 以及 <a href="/en/DOM/document.readyState" title="en/DOM/document.readyState">document.readyState</a> 也被支援了。</li>
+ <li>Colors in presentation attributes are interpreted according to HTML5.</li>
</ul>
<h2 id="有些人自以為它是_HTML5_的一部分……XD">有些人自以為它是 HTML5 的一部分……XD</h2>