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/web/guide/html/html5/index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'files/zh-tw/web/guide') 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