From e3e12548adeb7e1dcfc4d5b32884a225ee2b499d Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 10 Dec 2020 15:07:40 -0500 Subject: adding translation_of_original to front-matter --- files/zh-tw/web/html/global_attributes/spellcheck/index.html | 1 + files/zh-tw/web/html/supported_media_formats/index.html | 1 + 2 files changed, 2 insertions(+) (limited to 'files/zh-tw/web/html') diff --git a/files/zh-tw/web/html/global_attributes/spellcheck/index.html b/files/zh-tw/web/html/global_attributes/spellcheck/index.html index 65cd9dea57..a05f73f821 100644 --- a/files/zh-tw/web/html/global_attributes/spellcheck/index.html +++ b/files/zh-tw/web/html/global_attributes/spellcheck/index.html @@ -2,6 +2,7 @@ title: 控制 HTML 表單中的拼字檢查功能 slug: Web/HTML/Global_attributes/spellcheck translation_of: Web/HTML/Global_attributes/spellcheck +translation_of_original: Web/HTML/Controlling_spell_checking_in_HTML_forms ---

Firefox 2 新增了網頁表單文字輸入區的即時拼字檢查功能,使用者可以修改 about:config 來調整是否使用拼字檢查、是否同時檢查文字輸入等設定。預設值狀態下,Firefox 會檢查文字輸入區(text area)及 designMode 的文件,而不檢查文字輸入欄(text field)的拼字。

diff --git a/files/zh-tw/web/html/supported_media_formats/index.html b/files/zh-tw/web/html/supported_media_formats/index.html index 20a026e5ff..455655ba25 100644 --- a/files/zh-tw/web/html/supported_media_formats/index.html +++ b/files/zh-tw/web/html/supported_media_formats/index.html @@ -2,6 +2,7 @@ title: Media formats supported by the HTML audio and video elements slug: Web/HTML/Supported_media_formats translation_of: Web/Media/Formats +translation_of_original: Web/HTML/Supported_media_formats ---

The {{ HTMLElement("audio") }} and {{ HTMLElement("video") }} elements provide support for playing audio and video media without requiring plug-ins. Video codecs and audio codecs are used to handle video and audio, and different codecs offer different levels of compression and quality. A container format is used to store and transmit the coded video and audio (both together, the case of a video with a soundtrack). Many combinations of codecs and container formats exist, although only a handful of these are relevant on the Web.

-- cgit v1.2.3-54-g00ecf