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-tw/tools/3d_view/index.html | 6 +++--- files/zh-tw/web/api/document/index.html | 2 +- files/zh-tw/web/api/node/index.html | 4 ++-- files/zh-tw/web/api/window/index.html | 8 ++++---- files/zh-tw/web/guide/html/html5/index.html | 20 ++++++++++---------- 5 files changed, 20 insertions(+), 20 deletions(-) (limited to 'files/zh-tw') 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 聚焦於選擇的節點 f - 請確定該節點可見 {{ fx_minversion_inline("13.0") }} + 請確定該節點可見 重設 3D View r - 將縮放、旋轉、位置重設為預設值 {{ fx_minversion_inline("12.0") }} + 將縮放、旋轉、位置重設為預設值 隱藏節點 x -

隱藏選擇的節點,這在您需要找到被遮蓋的節點時很實用 {{ fx_minversion_inline("12.0") }}

+

隱藏選擇的節點,這在您需要找到被遮蓋的節點時很實用

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
This method never did anything and always threw an exception, so it was removed in Gecko 14.0 {{geckoRelease("14.0")}}.
{{domxref("document.getBoxObjectFor")}} {{obsolete_inline}}
Use the {{domxref("Element.getBoundingClientRect()")}} method instead.
-
{{domxref("document.loadOverlay")}} {{Fx_minversion_inline("1.5")}}
+
{{domxref("document.loadOverlay")}}
Loads a XUL overlay dynamically. This only works in XUL documents.
{{domxref("document.queryCommandText")}} {{obsolete_inline("14.0")}}
This method never did anything but throw an exception, and was removed in Gecko 14.0 {{geckoRelease("14.0")}}.
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
{{domxref("Node.baseURI")}} {{readonlyInline}}
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 '/'.
-
{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}} {{ Fx_minversion_inline("3") }}
+
{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}}
(Not available to web content.) The read-only {{ Interface("nsIURI") }} object representing the base URI for the element.
{{domxref("Node.childNodes")}} {{readonlyInline}}
Returns a live {{domxref("NodeList")}} containing all the children of this node. {{domxref("NodeList")}} being live means that if the children of the Node change, the {{domxref("NodeList")}} object is automatically updated.
@@ -41,7 +41,7 @@ translation_of: Web/API/Node
Returns a {{domxref("Node")}} representing the next node in the tree, or null if there isn't such node.
{{domxref("Node.nodeName")}} {{readonlyInline}}
Returns a {{domxref("DOMString")}} containing the name of the Node. 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 'audio' for an {{domxref("HTMLAudioElement")}}, a {{domxref("Text")}} node will have the '#text' string, or a {{domxref("Document")}} node will have the '#document' string.
-
{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}{{ Fx_minversion_inline("3") }}
+
{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}
A {{ Interface("nsIPrincipal") }} representing the node principal.
{{domxref("Node.nodeType")}}{{readonlyInline}}
Returns an unsigned short 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
Gets/sets the status bar text for the given window.
{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}}{{ReadOnlyInline}}
Returns the ratio between physical pixels and device independent pixels in the current display.
-
{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}
+
{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}
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")}}.
{{domxref("Window.directories")}} {{obsolete_inline}}
Synonym of {{domxref("window.personalbar")}}
@@ -107,7 +107,7 @@ translation_of: Web/API/Window
Returns the personalbar object, whose visibility can be toggled in the window.
{{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}}
回傳一個與 window 關聯的 screen 物件。
@@ -127,7 +127,7 @@ translation_of: Web/API/Window
Returns the number of pixels that the document has already been scrolled vertically.
{{domxref("Window.self")}} {{ReadOnlyInline}}
Returns an object reference to the window object itself.
-
{{domxref("Window.sessionStorage")}} {{Fx_minversion_inline("2.0")}}
+
{{domxref("Window.sessionStorage")}}
Returns a storage object for storing data within a single page session.
{{domxref("Window.sidebar")}} {{non-standard_inline}}{{ReadOnlyInline}}
Returns a reference to the window object of the sidebar.
@@ -223,7 +223,7 @@ translation_of: Web/API/Window
Opens a new window.
{{domxref("Window.openDialog()")}} {{Non-standard_inline}} {{obsolete_inline}}
Opens a new dialog window.
-
{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}
+
{{domxref("Window.postMessage()")}}
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.
{{domxref("Window.print()")}}
Opens the Print Dialog to print the current document.
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

DOM 新功能

-
getElementsByClassName {{ fx_minversion_inline(3.0) }}
+
getElementsByClassName
支援 Document 與 Element 節點的 getElementsByClassName 方法。這個方法允許藉由指定的一個或多個 class 尋找頁面中的元素。
-
拖曳功能 (Drag and drop) {{ fx_minversion_inline(3.5) }}
+
拖曳功能 (Drag and drop)
HTML5 拖曳 API 支援在一個或多個網站之間拖曳物件。也提供了一個更簡化的 API 供擴充套件與 Mozilla-based 應用程式使用。
-
HTML Focus 管理 {{ fx_minversion_inline(3.0) }}
+
HTML Focus 管理
支援新的 HTML5 屬性:activeElementhasFocus
-
Web-based 協定處理器 {{ fx_minversion_inline(3.0) }}
+
Web-based 協定處理器
你現在可以使用 navigator.registerProtocolHandler() 方法將 web 應用程式註冊成協定處理器 (protocol handlers)。

HTML 解析器

-

Gecko 的 HTML5相容解析器 — 負責將一份 HTML 文件字元們轉化為 DOM — 已經於 2010 年五月預設為啟用。(備忘:該 HTML5 解析器版本搭載於 Gecko 1.9.2 / Firefox 3.6 當中,是個不穩定的版本,並且不建議用於正式使用環境。) {{ fx_minversion_inline(4.0) }}

+

Gecko 的 HTML5相容解析器 — 負責將一份 HTML 文件字元們轉化為 DOM — 已經於 2010 年五月預設為啟用。(備忘:該 HTML5 解析器版本搭載於 Gecko 1.9.2 / Firefox 3.6 當中,是個不穩定的版本,並且不建議用於正式使用環境。)

其他

有些人自以為它是 HTML5 的一部分……XD

-- cgit v1.2.3-54-g00ecf