diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
commit | e3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch) | |
tree | e79f55a57428a312358befac396d4abe25730206 /files/zh-tw/web/html | |
parent | 65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff) | |
download | translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2 translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip |
adding translation_of_original to front-matter
Diffstat (limited to 'files/zh-tw/web/html')
-rw-r--r-- | files/zh-tw/web/html/global_attributes/spellcheck/index.html | 1 | ||||
-rw-r--r-- | files/zh-tw/web/html/supported_media_formats/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
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 --- <p>Firefox 2 新增了網頁表單文字輸入區的即時拼字檢查功能,使用者可以修改 about:config 來調整是否使用拼字檢查、是否同時檢查文字輸入<b>欄</b>等設定。預設值狀態下,Firefox 會檢查文字輸入區(text area)及 <code>designMode</code> 的文件,而不檢查文字輸入欄(text field)的拼字。</p> 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 --- <p>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.</p> |