aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web
diff options
context:
space:
mode:
authorallo <yin199909@aliyun.com>2022-03-18 22:01:02 +0800
committerIrvin <irvinfly@gmail.com>2022-03-18 22:31:17 +0800
commit0227170ae69b5b6c35c7cfa59ab54918241349fd (patch)
treea402844e219afb50bb4f86a8ae9d1bf57ff47720 /files/zh-tw/web
parent8824afb494e5398bc0efcf5f7eb78782096fc90c (diff)
downloadtranslated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.tar.gz
translated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.tar.bz2
translated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.zip
auto replace anch with scripts
Diffstat (limited to 'files/zh-tw/web')
-rw-r--r--files/zh-tw/web/api/console/index.html2
-rw-r--r--files/zh-tw/web/api/cssstylesheet/index.html2
-rw-r--r--files/zh-tw/web/api/element/getattribute/index.html2
-rw-r--r--files/zh-tw/web/api/event/eventphase/index.html2
-rw-r--r--files/zh-tw/web/api/fetch_api/using_fetch/index.html2
-rw-r--r--files/zh-tw/web/api/filesystem/index.html2
-rw-r--r--files/zh-tw/web/api/fullscreen_api/index.html2
-rw-r--r--files/zh-tw/web/api/html_drag_and_drop_api/index.html2
-rw-r--r--files/zh-tw/web/api/navigator/registerprotocolhandler/index.html2
-rw-r--r--files/zh-tw/web/api/setinterval/index.html2
-rw-r--r--files/zh-tw/web/css/css_animations/using_css_animations/index.html2
-rw-r--r--files/zh-tw/web/html/applying_color/index.html14
-rw-r--r--files/zh-tw/web/html/element/input/index.html2
-rw-r--r--files/zh-tw/web/http/headers/strict-transport-security/index.html2
-rw-r--r--files/zh-tw/web/http/protocol_upgrade_mechanism/index.html2
-rw-r--r--files/zh-tw/web/javascript/guide/loops_and_iteration/index.html16
-rw-r--r--files/zh-tw/web/media/formats/containers/index.html12
17 files changed, 35 insertions, 35 deletions
diff --git a/files/zh-tw/web/api/console/index.html b/files/zh-tw/web/api/console/index.html
index 36320a69a8..914a0f3523 100644
--- a/files/zh-tw/web/api/console/index.html
+++ b/files/zh-tw/web/api/console/index.html
@@ -21,7 +21,7 @@ translation_of: Web/API/Console
<pre class="brush: js">console.log("Failed to open the specified link")</pre>
-<p>This page documents the {{anch("Methods")}} available on the <code>Console</code> object and gives a few {{anch("Usage")}} examples.</p>
+<p>This page documents the <a href="#methods">Methods</a> available on the <code>Console</code> object and gives a few <a href="#usage">Usage</a> examples.</p>
<p>{{AvailableInWorkers}}</p>
diff --git a/files/zh-tw/web/api/cssstylesheet/index.html b/files/zh-tw/web/api/cssstylesheet/index.html
index d59efba049..9b3725c797 100644
--- a/files/zh-tw/web/api/cssstylesheet/index.html
+++ b/files/zh-tw/web/api/cssstylesheet/index.html
@@ -15,7 +15,7 @@ translation_of: Web/API/CSSStyleSheet
<p>A style sheet consists of <em>{{domxref("CSSRule", "rules", "", 1)}}</em>, such as <em>{{domxref("CSSStyleRule", "style rules", "", 1)}}</em><em> </em>("<code>h1,h2 { font-size: 16pt }"</code>), various <em>at-rules</em> (<code>@import</code>, <code>@media</code>, ...), etc. This interface lets you inspect and modify the list of rules in the stylesheet.</p>
-<p>See the {{anch("Notes")}} section for the various ways a CSSStyleSheet object can be obtained.</p>
+<p>See the <a href="#notes">Notes</a> section for the various ways a CSSStyleSheet object can be obtained.</p>
<h2 id="Properties">Properties</h2>
diff --git a/files/zh-tw/web/api/element/getattribute/index.html b/files/zh-tw/web/api/element/getattribute/index.html
index 15235c37bf..9ef7de7345 100644
--- a/files/zh-tw/web/api/element/getattribute/index.html
+++ b/files/zh-tw/web/api/element/getattribute/index.html
@@ -7,7 +7,7 @@ translation_of: Web/API/Element/getAttribute
<h2 id="Summary" name="Summary">摘要</h2>
-<p><span class="seoSummary"><code>getAttribute()</code> 函式會回傳該網頁元素的屬性</span>。 如果該屬性不存在,其回傳值會是<code>null或</code> <code>""</code> (空字串); 詳見 {{Anch("Notes")}} 。</p>
+<p><span class="seoSummary"><code>getAttribute()</code> 函式會回傳該網頁元素的屬性</span>。 如果該屬性不存在,其回傳值會是<code>null或</code> <code>""</code> (空字串); 詳見 <a href="#notes">Notes</a> 。</p>
<h2 id="Syntax" name="Syntax">語法</h2>
diff --git a/files/zh-tw/web/api/event/eventphase/index.html b/files/zh-tw/web/api/event/eventphase/index.html
index e146e7b230..1670960bb8 100644
--- a/files/zh-tw/web/api/event/eventphase/index.html
+++ b/files/zh-tw/web/api/event/eventphase/index.html
@@ -12,7 +12,7 @@ translation_of: Web/API/Event/eventPhase
<pre class="brush: js"><em>var phase</em> = event.eventPhase;
</pre>
-<p>回傳一個整數值以代表目前事件於事件流中的傳遞階段,可能的值將於{{anch("事件傳遞階段常數")}}說明。</p>
+<p>回傳一個整數值以代表目前事件於事件流中的傳遞階段,可能的值將於<a href="#事件傳遞階段常數">事件傳遞階段常數</a>說明。</p>
<h2 id="常數">常數</h2>
diff --git a/files/zh-tw/web/api/fetch_api/using_fetch/index.html b/files/zh-tw/web/api/fetch_api/using_fetch/index.html
index ae86951ce1..4316965217 100644
--- a/files/zh-tw/web/api/fetch_api/using_fetch/index.html
+++ b/files/zh-tw/web/api/fetch_api/using_fetch/index.html
@@ -46,7 +46,7 @@ translation_of: Web/API/Fetch_API/Using_Fetch
<p>回傳的 response 需要透過 {{domxref("Body.json","json()")}} (在 {{domxref("Body")}} 可以找到定義, Body 是用 {{domxref("Request")}} 和 {{domxref("Response")}} 實作出來的物件.)</p>
<div class="note">
-<p><strong>備註</strong>: 其實 Body 還提供了其他類似的功能可以將內容輸成其他類型格式,詳見{{anch("Body")}} </p>
+<p><strong>備註</strong>: 其實 Body 還提供了其他類似的功能可以將內容輸成其他類型格式,詳見<a href="#body">Body</a> </p>
</div>
<p>Fetch 請求的安全性 <a href="/en-US/docs/Security/CSP/CSP_policy_directives">Content Security Policy</a>(內容安全策略) 是由 header 中的 <code>connect-src</code> directive 所設定 ,並非其他 directive ( 比如:img-src、default-src 等)。</p>
diff --git a/files/zh-tw/web/api/filesystem/index.html b/files/zh-tw/web/api/filesystem/index.html
index 61c1141eb6..c694dcf786 100644
--- a/files/zh-tw/web/api/filesystem/index.html
+++ b/files/zh-tw/web/api/filesystem/index.html
@@ -10,7 +10,7 @@ translation_of: Web/API/FileSystem
<p><strong><code>FileSystem </code></strong><code>實作文件和目錄介面,描述一個檔案系統。在任何檔案系統上,這個物件包含</code> {{domxref("FileSystemEntry.filesystem", "filesystem")}}的特性。某些網頁瀏覽器提供額外的API去創建和管理檔案系統,如Google Chrome的{{domxref("LocalFileSystem.requestFileSystem", "requestFileSystem()")}}函式。</p>
<div class="note">
-<p>此介面並非標準API, 代表規格並未依造標準制定, 因此必須注意並非所有網頁瀏覽器都有實作此介面, 有實作的網頁瀏覽器可能只有實作一小部分. 請在{{anch("Browser compatibility")}} 查看更多細節.</p>
+<p>此介面並非標準API, 代表規格並未依造標準制定, 因此必須注意並非所有網頁瀏覽器都有實作此介面, 有實作的網頁瀏覽器可能只有實作一小部分. 請在<a href="#browser_compatibility">Browser compatibility</a> 查看更多細節.</p>
</div>
<h2 id="基礎概念">基礎概念</h2>
diff --git a/files/zh-tw/web/api/fullscreen_api/index.html b/files/zh-tw/web/api/fullscreen_api/index.html
index 881d22bbac..42e1ab1ee8 100644
--- a/files/zh-tw/web/api/fullscreen_api/index.html
+++ b/files/zh-tw/web/api/fullscreen_api/index.html
@@ -61,7 +61,7 @@ if (elem.requestFullscreen) {
<h2 id="離開全螢幕模式">離開全螢幕模式</h2>
-<p>使用者永遠可以自行離開全螢幕模式,詳見 {{ anch("Things your users want to know") }}。您也可以呼叫 {{domxref("Document.exitFullscreen()")}} 方法來達到相同效果。</p>
+<p>使用者永遠可以自行離開全螢幕模式,詳見 <a href="#things_your_users_want_to_know">Things your users want to know</a>。您也可以呼叫 {{domxref("Document.exitFullscreen()")}} 方法來達到相同效果。</p>
<h2 id="其他資訊">其他資訊</h2>
diff --git a/files/zh-tw/web/api/html_drag_and_drop_api/index.html b/files/zh-tw/web/api/html_drag_and_drop_api/index.html
index ac7be3f0b0..5c47136d42 100644
--- a/files/zh-tw/web/api/html_drag_and_drop_api/index.html
+++ b/files/zh-tw/web/api/html_drag_and_drop_api/index.html
@@ -81,7 +81,7 @@ translation_of: Web/API/HTML_Drag_and_Drop_API
<p>{{domxref("DataTransfer")}} 與 {{domxref("DataTransferItem")}} 介面的最大不同,就是前者使用同步的 {{domxref("DataTransfer.getData","getData()")}} 方法訪問拖放單元的資料;後者則使用非同步的 {{domxref("DataTransferItem.getAsString","getAsString()")}} 方法訪問。</p>
-<p class="note">注意:{{domxref("DragEvent")}} 與 {{domxref("DataTransfer")}} 介面受廣泛的桌面瀏覽器支援。但只有少數瀏覽器支援 {{domxref("DataTransferItem")}} 與 {{domxref("DataTransferItemList")}} 介面。請參見 {{anch("Interoperability")}} 以取得有關拖放功能互通性的資訊。</p>
+<p class="note">注意:{{domxref("DragEvent")}} 與 {{domxref("DataTransfer")}} 介面受廣泛的桌面瀏覽器支援。但只有少數瀏覽器支援 {{domxref("DataTransferItem")}} 與 {{domxref("DataTransferItemList")}} 介面。請參見 <a href="#interoperability">Interoperability</a> 以取得有關拖放功能互通性的資訊。</p>
<h3 id="Gecko-specific_interfaces">Gecko-specific interfaces</h3>
diff --git a/files/zh-tw/web/api/navigator/registerprotocolhandler/index.html b/files/zh-tw/web/api/navigator/registerprotocolhandler/index.html
index f12987d26f..7122e895e9 100644
--- a/files/zh-tw/web/api/navigator/registerprotocolhandler/index.html
+++ b/files/zh-tw/web/api/navigator/registerprotocolhandler/index.html
@@ -40,7 +40,7 @@ translation_of: Web/API/Navigator/registerProtocolHandler
<h2 id="Permitted_schemes">Permitted schemes</h2>
-<p>For security reasons, <code>registerProtocolHandler()</code> has restrictions on which schemes may be registered. A custom scheme may be registered as long as the scheme's name begins with "web+", is at least five characters long (including the "web+" prefix), and has only lower-case ASCII letters in its name. For example, "web+burger", as shown in the {{anch("Example")}} below.</p>
+<p>For security reasons, <code>registerProtocolHandler()</code> has restrictions on which schemes may be registered. A custom scheme may be registered as long as the scheme's name begins with "web+", is at least five characters long (including the "web+" prefix), and has only lower-case ASCII letters in its name. For example, "web+burger", as shown in the <a href="#example">Example</a> below.</p>
<p>Otherwise, the scheme must be one of the schemes on the whitelist below:</p>
diff --git a/files/zh-tw/web/api/setinterval/index.html b/files/zh-tw/web/api/setinterval/index.html
index ac8ee376e0..031d48e764 100644
--- a/files/zh-tw/web/api/setinterval/index.html
+++ b/files/zh-tw/web/api/setinterval/index.html
@@ -22,7 +22,7 @@ original_slug: Web/API/WindowOrWorkerGlobalScope/setInterval
<dt><code>code</code></dt>
<dd>An optional syntax allows you to include a string instead of a function, which is compiled and executed every <code>delay</code> milliseconds. This syntax is <em>not recommended</em> for the same reasons that make using {{jsxref("eval", "eval()")}} a security risk.</dd>
<dt><code>delay</code>{{optional_inline}}</dt>
- <dd>The time, in milliseconds (thousandths of a second), the timer should delay in between executions of the specified function or code. See {{anch("Delay restrictions")}} below for details on the permitted range of <code>delay</code> values.</dd>
+ <dd>The time, in milliseconds (thousandths of a second), the timer should delay in between executions of the specified function or code. See <a href="#delay_restrictions">Delay restrictions</a> below for details on the permitted range of <code>delay</code> values.</dd>
<dt><code>arg1, ..., argN</code> {{optional_inline}}</dt>
<dd>Additional arguments which are passed through to the function specified by <em>func</em> once the timer expires.</dd>
</dl>
diff --git a/files/zh-tw/web/css/css_animations/using_css_animations/index.html b/files/zh-tw/web/css/css_animations/using_css_animations/index.html
index 82acb8ac6e..a93ec20eb1 100644
--- a/files/zh-tw/web/css/css_animations/using_css_animations/index.html
+++ b/files/zh-tw/web/css/css_animations/using_css_animations/index.html
@@ -25,7 +25,7 @@ translation_of: Web/CSS/CSS_Animations/Using_CSS_animations
<h2 id="CSS_animation_設定">CSS animation 設定</h2>
-<p>  你可以使用 {{ cssxref("animation") }} property 或其 sub-properties 來創建 CSS 動畫的細節(諸如轉化時間等)。但這並不能決定動畫的外觀,外觀的部份我們將在下面的 {{ anch("使用關鍵影格定義動畫流程") }} 介紹。</p>
+<p>  你可以使用 {{ cssxref("animation") }} property 或其 sub-properties 來創建 CSS 動畫的細節(諸如轉化時間等)。但這並不能決定動畫的外觀,外觀的部份我們將在下面的 <a href="#使用關鍵影格定義動畫流程">使用關鍵影格定義動畫流程</a> 介紹。</p>
<p>  這裡是 {{ cssxref("animation") }} property 的 sub-properties:</p>
diff --git a/files/zh-tw/web/html/applying_color/index.html b/files/zh-tw/web/html/applying_color/index.html
index 4e9aa26498..7b41e1fb21 100644
--- a/files/zh-tw/web/html/applying_color/index.html
+++ b/files/zh-tw/web/html/applying_color/index.html
@@ -9,9 +9,9 @@ translation_of: Web/HTML/Applying_color
<p>Fortunately, adding color to your HTML is actually really easy to do, and you can add color to nearly anything.</p>
-<p>We're going to touch on most of what you'll need to know when using color, including a {{anch("Things that can have color", "list of what you can color and what CSS properties are involved")}}, {{anch("How to describe a color", "how you describe colors")}}, and how to actually {{anch("Using color", "use colors both in stylesheets and in scripts")}}. We'll also take a look at how to {{anch("Letting the user picka color", "let the user pick a color")}}.</p>
+<p>We're going to touch on most of what you'll need to know when using color, including a <a href="#things_that_can_have_color">list of what you can color and what CSS properties are involved</a>, <a href="#how_to_describe_a_color">how you describe colors</a>, and how to actually <a href="#using_color">use colors both in stylesheets and in scripts</a>. We'll also take a look at how to {{anch("Letting the user picka color", "let the user pick a color")}}.</p>
-<p>Then we'll wrap things up with a brief discussion of how to {{anch("Using color wisely", "use color wisely")}}: how to select appropriate colors, keeping in mind the needs of people with differing visual capabilities.</p>
+<p>Then we'll wrap things up with a brief discussion of how to <a href="#using_color_wisely">use color wisely</a>: how to select appropriate colors, keeping in mind the needs of people with differing visual capabilities.</p>
<h2 id="Things_that_can_have_color">Things that can have color</h2>
@@ -43,8 +43,8 @@ translation_of: Web/HTML/Applying_color
<p>Every element is a box with some sort of content, and has a background and a border in addition to whatever contents the box may have.</p>
<dl>
- <dt>{{anch("Borders")}}</dt>
- <dd>See the section {{anch("Borders")}} for a list of the CSS properties you can use to set the colors of a box's borders.</dd>
+ <dt><a href="#borders">Borders</a></dt>
+ <dd>See the section <a href="#borders">Borders</a> for a list of the CSS properties you can use to set the colors of a box's borders.</dd>
<dt>{{cssxref("background-color")}}</dt>
<dd>The background color to use in areas of the element that have no foreground content.</dd>
<dt>{{cssxref("column-rule-color")}}</dt>
@@ -223,7 +223,7 @@ th {
<h2 id="Using_color">Using color</h2>
-<p>Now that you know what CSS properties exist that let you apply color to elements and the formats you can use to describe colors, you can put this together to begin to make use of color. As you may have seen from the list under {{anch("Things that can have color")}}, there are plenty of things you can color with CSS. Let's look at this from two sides: using color within a {{Glossary("stylesheet")}}, and adding and changing color using {{Glossary("JavaScript")}} code to alter the styles of elements.</p>
+<p>Now that you know what CSS properties exist that let you apply color to elements and the formats you can use to describe colors, you can put this together to begin to make use of color. As you may have seen from the list under <a href="#things_that_can_have_color">Things that can have color</a>, there are plenty of things you can color with CSS. Let's look at this from two sides: using color within a {{Glossary("stylesheet")}}, and adding and changing color using {{Glossary("JavaScript")}} code to alter the styles of elements.</p>
<h3 id="Specifying_colors_in_stylesheets">Specifying colors in stylesheets</h3>
@@ -322,7 +322,7 @@ th {
<p>There are many situations in which your web site may need to let the user select a color. Perhaps you have a customizable user interface, or you're implementing a drawing app. Maybe you have editable text and need to let the user choose the text color. Or perhaps your app lets the user assign colors to folders or items. Although historically it's been necessary to implement your own {{interwiki("wikipedia", "color picker")}}, HTML now provides support for browsers to provide one for your use through the {{HTMLElement("input")}} element, by using <code>"color"</code> as the value of its {{htmlattrxref("type", "input")}} attribute.</p>
-<p>The <code>&lt;input&gt;</code> element represents a color only in the {{anch("Hexadecimal string notation", "hexadecimal string notation")}} covered above.</p>
+<p>The <code>&lt;input&gt;</code> element represents a color only in the <a href="#hexadecimal_string_notation">hexadecimal string notation</a> covered above.</p>
<h3 id="Example_Picking_a_color">Example: Picking a color</h3>
@@ -404,7 +404,7 @@ colorPicker.addEventListener("change", function(event) {
<h4 id="Fleshing_out_the_palette">Fleshing out the palette</h4>
-<p>Once you have decided on your base color, there are plenty of online tools that can help you build out a palette of appropriate colors to use along with your base color by applying color theory to your base color to determine appropriate added colors. Many of these tools also support viewing the colors filtered so you can see what they would look like to people with various forms of color blindness. See {{anch("Color and accessibility")}} for a brief explanation of why this matters.</p>
+<p>Once you have decided on your base color, there are plenty of online tools that can help you build out a palette of appropriate colors to use along with your base color by applying color theory to your base color to determine appropriate added colors. Many of these tools also support viewing the colors filtered so you can see what they would look like to people with various forms of color blindness. See <a href="#color_and_accessibility">Color and accessibility</a> for a brief explanation of why this matters.</p>
<p>A few examples (all free to use as of the time this list was last revised):</p>
diff --git a/files/zh-tw/web/html/element/input/index.html b/files/zh-tw/web/html/element/input/index.html
index acb30c0844..f2222daca6 100644
--- a/files/zh-tw/web/html/element/input/index.html
+++ b/files/zh-tw/web/html/element/input/index.html
@@ -342,7 +342,7 @@ translation_of: Web/HTML/Element/input
<h2 id="Examples">Examples</h2>
-<p>You can find multiple examples of <code>&lt;input&gt;</code> element usage on the pages covering each individual type — see {{anch("Form &lt;input&gt; types")}}, and also see the {{anch("Live example")}} at the top of the article.</p>
+<p>You can find multiple examples of <code>&lt;input&gt;</code> element usage on the pages covering each individual type — see {{anch("Form &lt;input&gt; types")}}, and also see the <a href="#live_example">Live example</a> at the top of the article.</p>
<ul>
</ul>
diff --git a/files/zh-tw/web/http/headers/strict-transport-security/index.html b/files/zh-tw/web/http/headers/strict-transport-security/index.html
index 750f47e959..06256ecd1e 100644
--- a/files/zh-tw/web/http/headers/strict-transport-security/index.html
+++ b/files/zh-tw/web/http/headers/strict-transport-security/index.html
@@ -33,7 +33,7 @@ Strict-Transport-Security: max-age=&lt;expire-time&gt;; preload
<dt><code>includeSubDomains</code> {{optional_inline}}</dt>
<dd>若該標頭被聲明,則瀏覽器應該將強制使用HTTPS的狀態套用至該域名的所有子域。</dd>
<dt><code>preload</code> {{optional_inline}}</dt>
- <dd>參考 {{anch("Preloading Strict Transport Security")}}。 此非規範的一部份。</dd>
+ <dd>參考 <a href="#preloading_strict_transport_security">Preloading Strict Transport Security</a>。 此非規範的一部份。</dd>
</dl>
<h2 id="Description">Description</h2>
diff --git a/files/zh-tw/web/http/protocol_upgrade_mechanism/index.html b/files/zh-tw/web/http/protocol_upgrade_mechanism/index.html
index 217ff98e17..75032d3fb1 100644
--- a/files/zh-tw/web/http/protocol_upgrade_mechanism/index.html
+++ b/files/zh-tw/web/http/protocol_upgrade_mechanism/index.html
@@ -26,7 +26,7 @@ Upgrade: example/1, foo/2
</pre>
<p><br>
- 根據之前的請求的協議,可能需要其他頭部信息,例如:從HTTP/1.1升級到WebSocket 允許配置有關 WebSocket 連接的頭部詳細信息,以及在連接時提供一定程度的安全性。查看 {{anch("Upgrading to a WebSocket connection")}} 獲取更多信息。</p>
+ 根據之前的請求的協議,可能需要其他頭部信息,例如:從HTTP/1.1升級到WebSocket 允許配置有關 WebSocket 連接的頭部詳細信息,以及在連接時提供一定程度的安全性。查看 <a href="#upgrading_to_a_websocket_connection">Upgrading to a WebSocket connection</a> 獲取更多信息。</p>
<p>如果服務器決定升級這次連接,就會返回一個 {{HTTPStatus(101, "101 Switching Protocols")}} 響應狀態碼,和一個要切換到的協議的頭部字段Upgrade。 如果服務器沒有(或者不能)升級這次連接,它會忽略客戶端發送的 "Upgrade 頭部字段,返回一個常規的響應:例如一個{{HTTPStatus(200, "200 OK")}}).</p>
diff --git a/files/zh-tw/web/javascript/guide/loops_and_iteration/index.html b/files/zh-tw/web/javascript/guide/loops_and_iteration/index.html
index deb3a3ba8c..52e02ebace 100644
--- a/files/zh-tw/web/javascript/guide/loops_and_iteration/index.html
+++ b/files/zh-tw/web/javascript/guide/loops_and_iteration/index.html
@@ -26,14 +26,14 @@ for (step = 0; step &lt; 5; step++) {
<p>在javaScript中提供的迴圈陳述式分別為:</p>
<ul>
- <li>{{anch("for 陳述式")}}</li>
- <li>{{anch("do...while 陳述式")}}</li>
- <li>{{anch("while 陳述式")}}</li>
- <li>{{anch("label 陳述式")}}</li>
- <li>{{anch("break 陳述式")}}</li>
- <li>{{anch("continue 陳述式")}}</li>
- <li>{{anch("for...in 陳述式")}}</li>
- <li>{{anch("for...of 陳述式")}}</li>
+ <li><a href="#for_陳述式">for 陳述式</a></li>
+ <li><a href="#do...while_陳述式">do...while 陳述式</a></li>
+ <li><a href="#while_陳述式">while 陳述式</a></li>
+ <li><a href="#label_陳述式">label 陳述式</a></li>
+ <li><a href="#break_陳述式">break 陳述式</a></li>
+ <li><a href="#continue_陳述式">continue 陳述式</a></li>
+ <li><a href="#for...in_陳述式">for...in 陳述式</a></li>
+ <li><a href="#for...of_陳述式">for...of 陳述式</a></li>
</ul>
<h2 id="for_陳述式"><code>for </code>陳述式</h2>
diff --git a/files/zh-tw/web/media/formats/containers/index.html b/files/zh-tw/web/media/formats/containers/index.html
index f77ec0ab42..af3444d427 100644
--- a/files/zh-tw/web/media/formats/containers/index.html
+++ b/files/zh-tw/web/media/formats/containers/index.html
@@ -29,17 +29,17 @@ translation_of: Web/Media/Formats/Containers
</thead>
<tbody>
<tr>
- <th scope="row">{{anch("3GP")}}</th>
+ <th scope="row"><a href="#3gp">3GP</a></th>
<td>Third Generation Partnership</td>
<td>Firefox for Android</td>
</tr>
<tr>
- <th scope="row">{{anch("ADTS")}}</th>
+ <th scope="row"><a href="#adts">ADTS</a></th>
<td>Audio Data Transport Stream</td>
<td>Firefox<sup><a href="#index-foot-2">2</a></sup></td>
</tr>
<tr>
- <th scope="row">{{anch("FLAC")}}</th>
+ <th scope="row"><a href="#flac">FLAC</a></th>
<td>Free Lossless Audio Codec</td>
<td>Chrome 56, Edge 16, Firefox 51, Safari 11</td>
</tr>
@@ -54,17 +54,17 @@ translation_of: Web/Media/Formats/Containers
<td>Chrome 3, Edge 12, Firefox, Internet Explorer 9, Opera 24, Safari 3.1</td>
</tr>
<tr>
- <th scope="row">{{anch("Ogg")}}</th>
+ <th scope="row"><a href="#ogg">Ogg</a></th>
<td>Ogg</td>
<td>Chrome 3, Firefox 3.5, Edge 17<sup><a href="#index-foot-3">3</a></sup> (desktop only), Internet Explorer 9, Opera 10.50</td>
</tr>
<tr>
- <th scope="row">{{anch("QuickTime", "QuickTime (MOV)")}}</th>
+ <th scope="row"><a href="#quicktime">QuickTime (MOV)</a></th>
<td>Apple QuickTime movie</td>
<td>只有舊版的 Safari 和其他支援 Apple 的 QuickTime plugin 的瀏覽器</td>
</tr>
<tr>
- <th scope="row">{{anch("WebM")}}</th>
+ <th scope="row"><a href="#webm">WebM</a></th>
<td>Web Media</td>
<td>Chrome 6, Edge 17<sup><a href="#index-foot-3">3</a></sup> (desktop only), Firefox 4, Opera 10.6, Safari (WebRTC only)</td>
</tr>