From 4704bf920fb5a9e983bfb5b80c5dcac6ca347dc2 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 13:12:21 +0100 Subject: unslug zh-tw: modify --- files/zh-tw/web/api/closeevent/index.html | 3 ++- files/zh-tw/web/api/document/createevent/index.html | 3 ++- files/zh-tw/web/api/document/createtreewalker/index.html | 3 ++- files/zh-tw/web/api/document_object_model/events/index.html | 3 ++- files/zh-tw/web/api/elementcssinlinestyle/style/index.html | 3 ++- files/zh-tw/web/api/geolocation_api/index.html | 3 ++- files/zh-tw/web/api/htmlelement/innertext/index.html | 3 ++- files/zh-tw/web/api/htmlmediaelement/abort_event/index.html | 3 ++- files/zh-tw/web/api/htmlorforeignelement/dataset/index.html | 3 ++- files/zh-tw/web/api/messageevent/index.html | 3 ++- files/zh-tw/web/api/performance/timing/index.html | 3 ++- files/zh-tw/web/api/permissions_api/index.html | 3 ++- files/zh-tw/web/api/websocket/index.html | 3 ++- files/zh-tw/web/api/websockets_api/index.html | 3 ++- .../websockets_api/writing_websocket_client_applications/index.html | 3 ++- files/zh-tw/web/api/webvtt_api/index.html | 3 ++- files/zh-tw/web/api/window/domcontentloaded_event/index.html | 3 ++- files/zh-tw/web/api/window/history/index.html | 3 ++- files/zh-tw/web/api/window/load_event/index.html | 3 ++- files/zh-tw/web/api/window/requestanimationframe/index.html | 3 ++- files/zh-tw/web/api/windoweventhandlers/onpopstate/index.html | 3 ++- 21 files changed, 42 insertions(+), 21 deletions(-) (limited to 'files/zh-tw/web/api') diff --git a/files/zh-tw/web/api/closeevent/index.html b/files/zh-tw/web/api/closeevent/index.html index 0a6d0977ff..b5b10d19b2 100644 --- a/files/zh-tw/web/api/closeevent/index.html +++ b/files/zh-tw/web/api/closeevent/index.html @@ -1,9 +1,10 @@ --- title: CloseEvent -slug: WebSockets/WebSockets_reference/CloseEvent +slug: Web/API/CloseEvent tags: - WebSockets translation_of: Web/API/CloseEvent +original_slug: WebSockets/WebSockets_reference/CloseEvent ---

{{ draft() }}

當 WebSocket 連線關閉時,客戶端會收到一個 CloseEvent,由 WebSocket 物件 onclose 屬性表示的監聽器接收。

diff --git a/files/zh-tw/web/api/document/createevent/index.html b/files/zh-tw/web/api/document/createevent/index.html index e3fd9dcd4f..31be8c914d 100644 --- a/files/zh-tw/web/api/document/createevent/index.html +++ b/files/zh-tw/web/api/document/createevent/index.html @@ -1,8 +1,9 @@ --- title: Event.createEvent() -slug: Web/API/Event/createEvent +slug: Web/API/Document/createEvent translation_of: Web/API/Document/createEvent translation_of_original: Web/API/Event/createEvent +original_slug: Web/API/Event/createEvent ---

{{APIRef("DOM")}}

diff --git a/files/zh-tw/web/api/document/createtreewalker/index.html b/files/zh-tw/web/api/document/createtreewalker/index.html index 9e74411a14..5e1b889c32 100644 --- a/files/zh-tw/web/api/document/createtreewalker/index.html +++ b/files/zh-tw/web/api/document/createtreewalker/index.html @@ -1,7 +1,8 @@ --- title: Document.createTreeWalker() -slug: Web/API/document.createTreeWalker +slug: Web/API/Document/createTreeWalker translation_of: Web/API/Document/createTreeWalker +original_slug: Web/API/document.createTreeWalker ---
{{ApiRef("Document")}}
diff --git a/files/zh-tw/web/api/document_object_model/events/index.html b/files/zh-tw/web/api/document_object_model/events/index.html index ff4ecfe572..7949e5506a 100644 --- a/files/zh-tw/web/api/document_object_model/events/index.html +++ b/files/zh-tw/web/api/document_object_model/events/index.html @@ -1,7 +1,8 @@ --- title: 事件與DOM -slug: Web/API/Document_Object_Model/事件 +slug: Web/API/Document_Object_Model/Events translation_of: Web/API/Document_Object_Model/Events +original_slug: Web/API/Document_Object_Model/事件 ---

Introduction

diff --git a/files/zh-tw/web/api/elementcssinlinestyle/style/index.html b/files/zh-tw/web/api/elementcssinlinestyle/style/index.html index e9e6d1171a..c8ca3484e4 100644 --- a/files/zh-tw/web/api/elementcssinlinestyle/style/index.html +++ b/files/zh-tw/web/api/elementcssinlinestyle/style/index.html @@ -1,7 +1,8 @@ --- title: HTMLElement.style -slug: Web/API/HTMLElement/style +slug: Web/API/ElementCSSInlineStyle/style translation_of: Web/API/ElementCSSInlineStyle/style +original_slug: Web/API/HTMLElement/style ---
{{ APIRef("HTML DOM") }}
diff --git a/files/zh-tw/web/api/geolocation_api/index.html b/files/zh-tw/web/api/geolocation_api/index.html index cdc56770c4..8aa948f85e 100644 --- a/files/zh-tw/web/api/geolocation_api/index.html +++ b/files/zh-tw/web/api/geolocation_api/index.html @@ -1,7 +1,8 @@ --- title: 地理位置定位 (Geolocation) -slug: Web/API/Geolocation/Using_geolocation +slug: Web/API/Geolocation_API translation_of: Web/API/Geolocation_API +original_slug: Web/API/Geolocation/Using_geolocation ---

Web Apps 若需要使用者的位置,可透過 Geolocation API 取得相關資訊。而基於隱私權的考量,這些 Web Apps 均必須取得使用者的許可之後,才能發佈位置資訊。

diff --git a/files/zh-tw/web/api/htmlelement/innertext/index.html b/files/zh-tw/web/api/htmlelement/innertext/index.html index 4c8a4272fc..bdabce58f1 100644 --- a/files/zh-tw/web/api/htmlelement/innertext/index.html +++ b/files/zh-tw/web/api/htmlelement/innertext/index.html @@ -1,7 +1,8 @@ --- title: Node.innerText -slug: Web/API/Node/innerText +slug: Web/API/HTMLElement/innerText translation_of: Web/API/HTMLElement/innerText +original_slug: Web/API/Node/innerText ---
{{APIRef("DOM")}}
diff --git a/files/zh-tw/web/api/htmlmediaelement/abort_event/index.html b/files/zh-tw/web/api/htmlmediaelement/abort_event/index.html index e0330135f4..031cf18f89 100644 --- a/files/zh-tw/web/api/htmlmediaelement/abort_event/index.html +++ b/files/zh-tw/web/api/htmlmediaelement/abort_event/index.html @@ -1,8 +1,9 @@ --- title: abort -slug: Web/Events/abort +slug: Web/API/HTMLMediaElement/abort_event translation_of: Web/API/HTMLMediaElement/abort_event translation_of_original: Web/Events/abort +original_slug: Web/Events/abort ---

當資源載入被拒絕時將會觸發abort事件。

diff --git a/files/zh-tw/web/api/htmlorforeignelement/dataset/index.html b/files/zh-tw/web/api/htmlorforeignelement/dataset/index.html index 690f8e1189..699dec949f 100644 --- a/files/zh-tw/web/api/htmlorforeignelement/dataset/index.html +++ b/files/zh-tw/web/api/htmlorforeignelement/dataset/index.html @@ -1,7 +1,8 @@ --- title: HTMLElement.dataset -slug: Web/API/HTMLElement/dataset +slug: Web/API/HTMLOrForeignElement/dataset translation_of: Web/API/HTMLOrForeignElement/dataset +original_slug: Web/API/HTMLElement/dataset ---

{{ APIRef("HTML DOM") }}

diff --git a/files/zh-tw/web/api/messageevent/index.html b/files/zh-tw/web/api/messageevent/index.html index f5c0212f78..4379f0fd00 100644 --- a/files/zh-tw/web/api/messageevent/index.html +++ b/files/zh-tw/web/api/messageevent/index.html @@ -1,9 +1,10 @@ --- title: MessageEvent -slug: WebSockets/WebSockets_reference/MessageEvent +slug: Web/API/MessageEvent tags: - WebSockets translation_of: Web/API/MessageEvent +original_slug: WebSockets/WebSockets_reference/MessageEvent ---

{{ draft() }}

當伺服器傳來資料時,客戶端會收到一個 MessageEvent,由 WebSocket 物件 onmessage 表示的監聽器接收。

diff --git a/files/zh-tw/web/api/performance/timing/index.html b/files/zh-tw/web/api/performance/timing/index.html index 33d0a54171..1d6d72254d 100644 --- a/files/zh-tw/web/api/performance/timing/index.html +++ b/files/zh-tw/web/api/performance/timing/index.html @@ -1,6 +1,6 @@ --- title: Performance.timing -slug: Web/API/Performance.timing +slug: Web/API/Performance/timing tags: - API - Navigation Timing @@ -11,6 +11,7 @@ tags: - 屬性 - 效能 translation_of: Web/API/Performance/timing +original_slug: Web/API/Performance.timing ---

{{APIRef("Performance")}}

diff --git a/files/zh-tw/web/api/permissions_api/index.html b/files/zh-tw/web/api/permissions_api/index.html index d58d8466be..919e053cf8 100644 --- a/files/zh-tw/web/api/permissions_api/index.html +++ b/files/zh-tw/web/api/permissions_api/index.html @@ -1,7 +1,8 @@ --- title: 權限 (Permissions) -slug: WebAPI/Permissions +slug: Web/API/Permissions_API translation_of: Web/API/Permissions_API +original_slug: WebAPI/Permissions ---

{{ draft() }}

{{ non-standard_header }}

diff --git a/files/zh-tw/web/api/websocket/index.html b/files/zh-tw/web/api/websocket/index.html index 8acd8d03d5..cd92f4fd7a 100644 --- a/files/zh-tw/web/api/websocket/index.html +++ b/files/zh-tw/web/api/websocket/index.html @@ -1,9 +1,10 @@ --- title: WebSocket -slug: WebSockets/WebSockets_reference/WebSocket +slug: Web/API/WebSocket tags: - WebSockets translation_of: Web/API/WebSocket +original_slug: WebSockets/WebSockets_reference/WebSocket ---

{{ SeeCompatTable() }}

diff --git a/files/zh-tw/web/api/websockets_api/index.html b/files/zh-tw/web/api/websockets_api/index.html index 3cbb630f41..403ac2b381 100644 --- a/files/zh-tw/web/api/websockets_api/index.html +++ b/files/zh-tw/web/api/websockets_api/index.html @@ -1,9 +1,10 @@ --- title: WebSockets -slug: WebSockets +slug: Web/API/WebSockets_API tags: - WebSockets translation_of: Web/API/WebSockets_API +original_slug: WebSockets ---

{{ SeeCompatTable() }}

WebSocket 是一種讓瀏覽器與伺服器進行一段互動通訊的技術。這個 API 在不必輪詢(poll)伺服器下,讓使用者傳送訊息至伺服器並接受事件驅動回應。

diff --git a/files/zh-tw/web/api/websockets_api/writing_websocket_client_applications/index.html b/files/zh-tw/web/api/websockets_api/writing_websocket_client_applications/index.html index 8f1299379f..e5abbd7c9e 100644 --- a/files/zh-tw/web/api/websockets_api/writing_websocket_client_applications/index.html +++ b/files/zh-tw/web/api/websockets_api/writing_websocket_client_applications/index.html @@ -1,9 +1,10 @@ --- title: 製作 WebSocket 客戶端應用程式 -slug: WebSockets/Writing_WebSocket_client_applications +slug: Web/API/WebSockets_API/Writing_WebSocket_client_applications tags: - WebSockets translation_of: Web/API/WebSockets_API/Writing_WebSocket_client_applications +original_slug: WebSockets/Writing_WebSocket_client_applications ---

{{ draft() }}

diff --git a/files/zh-tw/web/api/webvtt_api/index.html b/files/zh-tw/web/api/webvtt_api/index.html index e565d2d129..ced3fbc23c 100644 --- a/files/zh-tw/web/api/webvtt_api/index.html +++ b/files/zh-tw/web/api/webvtt_api/index.html @@ -1,7 +1,8 @@ --- title: WebVTT -slug: Web/API/Web_Video_Text_Tracks_Format +slug: Web/API/WebVTT_API translation_of: Web/API/WebVTT_API +original_slug: Web/API/Web_Video_Text_Tracks_Format ---

WebVTT 是一種 UTF-8 編碼的文字檔案格式,可藉由 {{ HTMLElement("track") }} 元素顯示加註時間資訊之文字軌,其主要設計目的是為 {{ HTMLElement("video") }} 顯示字幕。

diff --git a/files/zh-tw/web/api/window/domcontentloaded_event/index.html b/files/zh-tw/web/api/window/domcontentloaded_event/index.html index 0ec78423ec..54d0497519 100644 --- a/files/zh-tw/web/api/window/domcontentloaded_event/index.html +++ b/files/zh-tw/web/api/window/domcontentloaded_event/index.html @@ -1,7 +1,8 @@ --- title: DOMContentLoaded -slug: Web/Events/DOMContentLoaded +slug: Web/API/Window/DOMContentLoaded_event translation_of: Web/API/Window/DOMContentLoaded_event +original_slug: Web/Events/DOMContentLoaded ---

DOMContentLoaded事件是當document被完整的讀取跟解析後就會被觸發,不會等待 stylesheets, 圖片和subframes完成讀取  (load事件可以用來作為判斷頁面已經完整讀取的方法).

diff --git a/files/zh-tw/web/api/window/history/index.html b/files/zh-tw/web/api/window/history/index.html index 67b79c5f82..9925aa1657 100644 --- a/files/zh-tw/web/api/window/history/index.html +++ b/files/zh-tw/web/api/window/history/index.html @@ -1,7 +1,8 @@ --- title: Window.history -slug: Web/API/Window.history +slug: Web/API/Window/history translation_of: Web/API/Window/history +original_slug: Web/API/Window.history ---

{{ APIRef }}

diff --git a/files/zh-tw/web/api/window/load_event/index.html b/files/zh-tw/web/api/window/load_event/index.html index 7c6d314925..23dbc5ba5f 100644 --- a/files/zh-tw/web/api/window/load_event/index.html +++ b/files/zh-tw/web/api/window/load_event/index.html @@ -1,7 +1,8 @@ --- title: load -slug: Web/Events/load +slug: Web/API/Window/load_event translation_of: Web/API/Window/load_event +original_slug: Web/Events/load ---

load 事件發生在加載完目標資源、該資源依賴的其他資源時。

diff --git a/files/zh-tw/web/api/window/requestanimationframe/index.html b/files/zh-tw/web/api/window/requestanimationframe/index.html index 55aa85d292..9d854da936 100644 --- a/files/zh-tw/web/api/window/requestanimationframe/index.html +++ b/files/zh-tw/web/api/window/requestanimationframe/index.html @@ -1,7 +1,8 @@ --- title: Window.requestAnimationFrame() -slug: Web/API/Window.requestAnimationFrame +slug: Web/API/window/requestAnimationFrame translation_of: Web/API/window/requestAnimationFrame +original_slug: Web/API/Window.requestAnimationFrame ---
{{APIRef}}
diff --git a/files/zh-tw/web/api/windoweventhandlers/onpopstate/index.html b/files/zh-tw/web/api/windoweventhandlers/onpopstate/index.html index d98464d356..60f5319ec1 100644 --- a/files/zh-tw/web/api/windoweventhandlers/onpopstate/index.html +++ b/files/zh-tw/web/api/windoweventhandlers/onpopstate/index.html @@ -1,7 +1,8 @@ --- title: window.onpopstate -slug: Web/API/Window.onpopstate +slug: Web/API/WindowEventHandlers/onpopstate translation_of: Web/API/WindowEventHandlers/onpopstate +original_slug: Web/API/Window.onpopstate ---
{{ApiRef}} {{gecko_minversion_header("2")}}
-- cgit v1.2.3-54-g00ecf