aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 13:12:21 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 13:12:21 +0100
commit4704bf920fb5a9e983bfb5b80c5dcac6ca347dc2 (patch)
tree81c7fddb46c0165a6dd0c9fcb330674b37a1a86c /files/zh-tw/web
parent43a5cac2eff22c21071800e13bef12af9d3a37d0 (diff)
downloadtranslated-content-4704bf920fb5a9e983bfb5b80c5dcac6ca347dc2.tar.gz
translated-content-4704bf920fb5a9e983bfb5b80c5dcac6ca347dc2.tar.bz2
translated-content-4704bf920fb5a9e983bfb5b80c5dcac6ca347dc2.zip
unslug zh-tw: modify
Diffstat (limited to 'files/zh-tw/web')
-rw-r--r--files/zh-tw/web/api/closeevent/index.html3
-rw-r--r--files/zh-tw/web/api/document/createevent/index.html3
-rw-r--r--files/zh-tw/web/api/document/createtreewalker/index.html3
-rw-r--r--files/zh-tw/web/api/document_object_model/events/index.html3
-rw-r--r--files/zh-tw/web/api/elementcssinlinestyle/style/index.html3
-rw-r--r--files/zh-tw/web/api/geolocation_api/index.html3
-rw-r--r--files/zh-tw/web/api/htmlelement/innertext/index.html3
-rw-r--r--files/zh-tw/web/api/htmlmediaelement/abort_event/index.html3
-rw-r--r--files/zh-tw/web/api/htmlorforeignelement/dataset/index.html3
-rw-r--r--files/zh-tw/web/api/messageevent/index.html3
-rw-r--r--files/zh-tw/web/api/performance/timing/index.html3
-rw-r--r--files/zh-tw/web/api/permissions_api/index.html3
-rw-r--r--files/zh-tw/web/api/websocket/index.html3
-rw-r--r--files/zh-tw/web/api/websockets_api/index.html3
-rw-r--r--files/zh-tw/web/api/websockets_api/writing_websocket_client_applications/index.html3
-rw-r--r--files/zh-tw/web/api/webvtt_api/index.html3
-rw-r--r--files/zh-tw/web/api/window/domcontentloaded_event/index.html3
-rw-r--r--files/zh-tw/web/api/window/history/index.html3
-rw-r--r--files/zh-tw/web/api/window/load_event/index.html3
-rw-r--r--files/zh-tw/web/api/window/requestanimationframe/index.html3
-rw-r--r--files/zh-tw/web/api/windoweventhandlers/onpopstate/index.html3
-rw-r--r--files/zh-tw/web/css/css_backgrounds_and_borders/index.html3
-rw-r--r--files/zh-tw/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html3
-rw-r--r--files/zh-tw/web/css/css_color/index.html3
-rw-r--r--files/zh-tw/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html3
-rw-r--r--files/zh-tw/web/http/basics_of_http/data_uris/index.html3
-rw-r--r--files/zh-tw/web/http/status/418/index.html3
-rw-r--r--files/zh-tw/web/performance/index.html3
-rw-r--r--files/zh-tw/web/svg/tutorial/basic_shapes/index.html3
-rw-r--r--files/zh-tw/web/svg/tutorial/paths/index.html3
30 files changed, 60 insertions, 30 deletions
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
---
<p>{{ draft() }}</p>
<p>當 WebSocket 連線關閉時,客戶端會收到一個 <code>CloseEvent</code>,由 <code>WebSocket</code> 物件 <code>onclose</code> 屬性表示的監聽器接收。</p>
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
---
<p>{{APIRef("DOM")}}</p>
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
---
<div>
{{ApiRef("Document")}}</div>
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/事件
---
<h2 id="Introduction" name="Introduction">Introduction</h2>
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
---
<div>{{ APIRef("HTML DOM") }}</div>
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
---
<p>Web Apps 若需要使用者的位置,可透過<strong> Geolocation API</strong> 取得相關資訊。而基於隱私權的考量,這些 Web Apps 均必須取得使用者的許可之後,才能發佈位置資訊。</p>
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
---
<div>{{APIRef("DOM")}}</div>
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
---
<p>當資源載入被拒絕時將會觸發<strong><code>abort</code></strong>事件。</p>
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
---
<p>{{ APIRef("HTML DOM") }}</p>
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
---
<p>{{ draft() }}</p>
<p>當伺服器傳來資料時,客戶端會收到一個 <code>MessageEvent</code>,由 <code>WebSocket</code> 物件 <code>onmessage</code> 表示的監聽器接收。</p>
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
---
<p>{{APIRef("Performance")}}</p>
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
---
<p>{{ draft() }}</p>
<p>{{ non-standard_header }}</p>
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
---
<p>{{ SeeCompatTable() }}</p>
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
---
<p>{{ SeeCompatTable() }}</p>
<p>WebSocket 是一種讓瀏覽器與伺服器進行一段互動通訊的技術。這個 API 在不必輪詢(poll)伺服器下,讓使用者傳送訊息至伺服器並接受事件驅動回應。</p>
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
---
<p>{{ draft() }}</p>
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
---
<p>WebVTT 是一種 UTF-8 編碼的文字檔案格式,可藉由 {{ HTMLElement("track") }} 元素顯示加註時間資訊之文字軌,其主要設計目的是為 {{ HTMLElement("video") }} 顯示字幕。</p>
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
---
<p><code>DOMContentLoaded事件是當document被完整的讀取跟解析後就會被觸發</code>,不會等待 stylesheets, 圖片和subframes完成讀取  (<code><a href="/en-US/docs/Mozilla_event_reference/load">load</a>事件可以用來作為判斷頁面已經完整讀取的方法</code>).</p>
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
---
<p>{{ APIRef }}</p>
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
---
<p><code>load</code> 事件發生在加載完目標資源、該資源依賴的其他資源時。</p>
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
---
<div>{{APIRef}}</div>
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
---
<div>{{ApiRef}} {{gecko_minversion_header("2")}}</div>
diff --git a/files/zh-tw/web/css/css_backgrounds_and_borders/index.html b/files/zh-tw/web/css/css_backgrounds_and_borders/index.html
index c9232cbf7a..4bc3289fce 100644
--- a/files/zh-tw/web/css/css_backgrounds_and_borders/index.html
+++ b/files/zh-tw/web/css/css_backgrounds_and_borders/index.html
@@ -1,6 +1,6 @@
---
title: CSS Background and Borders
-slug: Web/CSS/CSS_Background_and_Borders
+slug: Web/CSS/CSS_Backgrounds_and_Borders
tags:
- CSS
- CSS Background and Borders
@@ -8,6 +8,7 @@ tags:
- Overview
translation_of: Web/CSS/CSS_Backgrounds_and_Borders
translation_of_original: Web/CSS/CSS_Background_and_Borders
+original_slug: Web/CSS/CSS_Background_and_Borders
---
<p>{{CSSRef}}</p>
diff --git a/files/zh-tw/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html b/files/zh-tw/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html
index 66451b2ae2..39fe9dcb25 100644
--- a/files/zh-tw/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html
+++ b/files/zh-tw/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html
@@ -1,6 +1,6 @@
---
title: 使用 CSS 多重背景
-slug: Web/CSS/CSS_Background_and_Borders/Using_CSS_multiple_backgrounds
+slug: Web/CSS/CSS_Backgrounds_and_Borders/Using_multiple_backgrounds
tags:
- CSS
- CSS Background
@@ -9,6 +9,7 @@ tags:
- Intermediate
translation_of: Web/CSS/CSS_Backgrounds_and_Borders/Using_multiple_backgrounds
translation_of_original: Web/CSS/CSS_Background_and_Borders/Using_CSS_multiple_backgrounds
+original_slug: Web/CSS/CSS_Background_and_Borders/Using_CSS_multiple_backgrounds
---
<p>{{CSSRef}}</p>
diff --git a/files/zh-tw/web/css/css_color/index.html b/files/zh-tw/web/css/css_color/index.html
index 25cc1b29d8..bd5fb736d5 100644
--- a/files/zh-tw/web/css/css_color/index.html
+++ b/files/zh-tw/web/css/css_color/index.html
@@ -1,6 +1,6 @@
---
title: CSS Colors
-slug: Web/CSS/CSS_Colors
+slug: Web/CSS/CSS_Color
tags:
- CSS
- CSS Colors
@@ -10,6 +10,7 @@ tags:
- TopicStub
translation_of: Web/CSS/CSS_Color
translation_of_original: Web/CSS/CSS_Colors
+original_slug: Web/CSS/CSS_Colors
---
<p>{{CSSRef}}</p>
diff --git a/files/zh-tw/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html b/files/zh-tw/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html
index af098dde55..0ef6f2abf0 100644
--- a/files/zh-tw/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html
+++ b/files/zh-tw/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html
@@ -1,6 +1,6 @@
---
title: CSS彈性盒子用法
-slug: Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes
+slug: Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox
tags:
- '#RWD'
- CSS
@@ -12,6 +12,7 @@ tags:
- 盒
translation_of: Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox
translation_of_original: Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes
+original_slug: Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes
---
<div>{{CSSRef}}</div>
diff --git a/files/zh-tw/web/http/basics_of_http/data_uris/index.html b/files/zh-tw/web/http/basics_of_http/data_uris/index.html
index a8332c7cf3..b5ac6927cc 100644
--- a/files/zh-tw/web/http/basics_of_http/data_uris/index.html
+++ b/files/zh-tw/web/http/basics_of_http/data_uris/index.html
@@ -1,11 +1,12 @@
---
title: data URIs
-slug: Web/HTTP/data_URIs
+slug: Web/HTTP/Basics_of_HTTP/Data_URIs
tags:
- Base64
- Guide
- URI
translation_of: Web/HTTP/Basics_of_HTTP/Data_URIs
+original_slug: Web/HTTP/data_URIs
---
<p><code>data</code> URIs, 由 <a class="external" href="http://tools.ietf.org/html/rfc2397" title="http://tools.ietf.org/html/rfc2397">RFC 2397</a> 文件定義, 允許作者在文件中嵌入檔案.</p>
diff --git a/files/zh-tw/web/http/status/418/index.html b/files/zh-tw/web/http/status/418/index.html
index 0f03f77c24..279729537e 100644
--- a/files/zh-tw/web/http/status/418/index.html
+++ b/files/zh-tw/web/http/status/418/index.html
@@ -1,7 +1,8 @@
---
title: 418 I'm a teapot
-slug: Web/HTTP/Status/418_I_m_a_teapot
+slug: Web/HTTP/Status/418
translation_of: Web/HTTP/Status/418
+original_slug: Web/HTTP/Status/418_I_m_a_teapot
---
<div>{{HTTPSidebar}}</div>
diff --git a/files/zh-tw/web/performance/index.html b/files/zh-tw/web/performance/index.html
index 9c868ed393..47e40b60d6 100644
--- a/files/zh-tw/web/performance/index.html
+++ b/files/zh-tw/web/performance/index.html
@@ -1,12 +1,13 @@
---
title: 網路性能
-slug: Web/性能
+slug: Web/Performance
tags:
- API
- HTML
- Mobile Performance
- Performance
translation_of: Web/Performance
+original_slug: Web/性能
---
<p>Web性能是負載時間和運行時的客觀度量和用戶體驗。Web性能是指站點加載、交互和回應所需的時間,以及用戶交互過程中內容的流暢程度——滾動是否流暢?按鈕可點擊嗎?彈出窗口加載和顯示的速度是否很快?它們的動畫是否流暢?Web性能包括加載時間、每秒幀數和交互時間等客觀度量,以及加載內容所需時間的主觀體驗。</p>
diff --git a/files/zh-tw/web/svg/tutorial/basic_shapes/index.html b/files/zh-tw/web/svg/tutorial/basic_shapes/index.html
index 579f39bbe9..d671b13e9e 100644
--- a/files/zh-tw/web/svg/tutorial/basic_shapes/index.html
+++ b/files/zh-tw/web/svg/tutorial/basic_shapes/index.html
@@ -1,7 +1,8 @@
---
title: 基本形状
-slug: SVG/Tutorial/Basic_Shapes
+slug: Web/SVG/Tutorial/Basic_Shapes
translation_of: Web/SVG/Tutorial/Basic_Shapes
+original_slug: SVG/Tutorial/Basic_Shapes
---
<div>
{{ PreviousNext("SVG/Tutorial/Positions", "SVG/Tutorial/Paths") }}</div>
diff --git a/files/zh-tw/web/svg/tutorial/paths/index.html b/files/zh-tw/web/svg/tutorial/paths/index.html
index e0a107f49a..466f38c9ac 100644
--- a/files/zh-tw/web/svg/tutorial/paths/index.html
+++ b/files/zh-tw/web/svg/tutorial/paths/index.html
@@ -1,9 +1,10 @@
---
title: 路徑
-slug: Web/SVG/Tutorial/路径
+slug: Web/SVG/Tutorial/Paths
tags:
- SVG
translation_of: Web/SVG/Tutorial/Paths
+original_slug: Web/SVG/Tutorial/路径
---
<p>{{ PreviousNext("Web/SVG/Tutorial/Basic_Shapes", "Web/SVG/Tutorial/Fills_and_Strokes") }}</p>