diff options
author | t7yang <t7yang@gmail.com> | 2021-07-17 15:47:55 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-07-19 23:04:27 +0800 |
commit | 8af4d5e8a260f3474b4273d573532ec6fec08ab4 (patch) | |
tree | 2af9751507e1f973e5ddbd075d32e571df1c7658 /files | |
parent | 253bf68f4a0bb343bb556c9ba54c7f9410471e08 (diff) | |
download | translated-content-8af4d5e8a260f3474b4273d573532ec6fec08ab4.tar.gz translated-content-8af4d5e8a260f3474b4273d573532ec6fec08ab4.tar.bz2 translated-content-8af4d5e8a260f3474b4273d573532ec6fec08ab4.zip |
replace wiki links in zh-TW
Diffstat (limited to 'files')
18 files changed, 48 insertions, 48 deletions
diff --git a/files/zh-tw/glossary/url/index.html b/files/zh-tw/glossary/url/index.html index 2aecd64d12..d8f5d50cab 100644 --- a/files/zh-tw/glossary/url/index.html +++ b/files/zh-tw/glossary/url/index.html @@ -31,5 +31,5 @@ translation_of: Glossary/URL <h3 id="Specification">Specification</h3> <ul> - <li><a href="https://wiki.developer.mozilla.org/en-US/Learn/Understanding_URLs">Understanding URLs and their structure</a></li> + <li><a href="/zh-TW/Learn/Understanding_URLs">Understanding URLs and their structure</a></li> </ul> diff --git a/files/zh-tw/learn/getting_started_with_the_web/css_basics/index.html b/files/zh-tw/learn/getting_started_with_the_web/css_basics/index.html index 25890fc92b..567d44eef3 100644 --- a/files/zh-tw/learn/getting_started_with_the_web/css_basics/index.html +++ b/files/zh-tw/learn/getting_started_with_the_web/css_basics/index.html @@ -131,7 +131,7 @@ translation_of: Learn/Getting_started_with_the_web/CSS_basics <p>現在我們已經瀏覽過一些CCS的基礎,接下來我們開始增加更多的規則和資訊到我們的style.css檔案,讓我們範例中的字型和文字看起來更好.</p> <ol> - <li>第一步, 我們回到 <a href="https://wiki.developer.mozilla.org/zh-TW/docs/Learn/Getting_started_with_the_web/What_will_your_website_look_like">output from Google Fonts</a> 找到你存的字體。 加上 <code><link ... ></code> 這個元素在你的 <code>index.html</code>文件裡的head中(在 <code><head></code> 跟 <code></head></code> 任何位置中)。<br> + <li>第一步, 我們回到 <a href="/zh-TW/docs/Learn/Getting_started_with_the_web/What_will_your_website_look_like">output from Google Fonts</a> 找到你存的字體。 加上 <code><link ... ></code> 這個元素在你的 <code>index.html</code>文件裡的head中(在 <code><head></code> 跟 <code></head></code> 任何位置中)。<br> 這一段code將頁面連結到樣式表,將Open Sans字體系列與網頁一起下載,並讓你在HTML元素上使用自己的樣式表進行設置。 它看起來會像: <pre class="brush: html notranslate"><link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'></pre> </li> diff --git a/files/zh-tw/learn/getting_started_with_the_web/javascript_basics/index.html b/files/zh-tw/learn/getting_started_with_the_web/javascript_basics/index.html index e4c01763c9..6b814226a4 100644 --- a/files/zh-tw/learn/getting_started_with_the_web/javascript_basics/index.html +++ b/files/zh-tw/learn/getting_started_with_the_web/javascript_basics/index.html @@ -418,7 +418,7 @@ var myHeading = document.querySelector('h1');</pre> <h2 id="See_also">See also</h2> <dl> - <dt><a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/JavaScript">JavaScript — Dynamic client-side scripting</a></dt> + <dt><a href="/zh-TW/docs/Learn/JavaScript">JavaScript — Dynamic client-side scripting</a></dt> <dd>Our JavaScript learning topic — dive into JavaScript in much more detail.</dd> <dt><a href="https://learnjavascript.online/">Learn JavaScript</a></dt> <dd>An excellent resource for aspiring web developers — Learn JavaScript in an interactive environment, with short lessons and interactive tests, guided by automated assessment. The first 40 lessons are free, and the complete course is available for a small one-time payment.</dd> diff --git a/files/zh-tw/learn/html/index.html b/files/zh-tw/learn/html/index.html index 897bbcdd5e..253eda894e 100644 --- a/files/zh-tw/learn/html/index.html +++ b/files/zh-tw/learn/html/index.html @@ -41,8 +41,8 @@ translation_of: Learn/HTML <dd>這個單元為你提供一個平台,讓你熟悉重要的概念和語法、思考如何將HTML應用於文本、如何創建超鏈接以及使用HTML來構建網頁。</dd> <dt><a href="https://developer.mozilla.org/zh-TW/docs/Learn/HTML/Multimedia_and_embedding">嵌入多媒體</a></dt> <dd>本單元探索如何在你的網頁中使用HTML置入多媒體,包括置入圖像的各種方法,以及如何嵌入影片,聲音檔或甚至其他網頁。</dd> - <dt><a href="https://wiki.developer.mozilla.org/zh-TW/docs/Learn/HTML/Tables">表格</a></dt> - <dd><font><font>以一種易於理解、</font></font><a href="https://wiki.developer.mozilla.org/zh-TW/docs/Glossary/Accessibility">無障礙的</a><font><font>方式</font><font>在網頁上顯示表格數據</font><font>可能是一個挑戰。</font><font>此單元涵蓋基本的表格標記以及更複雜的功能,例如實行標題和摘要。</font></font></dd> + <dt><a href="/zh-TW/docs/Learn/HTML/Tables">表格</a></dt> + <dd><font><font>以一種易於理解、</font></font><a href="/zh-TW/docs/Glossary/Accessibility">無障礙的</a><font><font>方式</font><font>在網頁上顯示表格數據</font><font>可能是一個挑戰。</font><font>此單元涵蓋基本的表格標記以及更複雜的功能,例如實行標題和摘要。</font></font></dd> </dl> <h2 id="解決常見的_HTML_問題">解決常見的 HTML 問題</h2> @@ -53,7 +53,7 @@ translation_of: Learn/HTML <div class="document-head" id="wiki-document-head"> <dl> - <dt><a href="https://wiki.developer.mozilla.org/zh-TW/docs/Learn/HTML/Forms">網站表單</a></dt> + <dt><a href="/zh-TW/docs/Learn/HTML/Forms">網站表單</a></dt> <dd>這篇指南提供了一系列的文章,幫你掌握HTML表單的基本知識。對於與使用者互動,網站表單是一項十分有力的工具,最常使用於用戶數據蒐集,或控制使用者介面。但由於一些歷史與技術上的因素,並沒有顯著的方法發揮表單的潛力。在下面的指引中,我們將介紹網站表單所有基本面向,包括標記他們的HTML結構、設定控制器樣式、驗證數據及將數距提送至伺服器。</dd> <dt><a href="/en-US/docs/Web/HTML">HTML</a></dt> <dd>MDN的HTML參考文件的主要入口,包括詳細的元素和屬性參考-例如,如果您想知道元素具有哪些屬性或屬性具有什麼值,那麼這是一個很好的起點。</dd> diff --git a/files/zh-tw/learn/html/introduction_to_html/index.html b/files/zh-tw/learn/html/introduction_to_html/index.html index 47c9f80769..702ead4bff 100644 --- a/files/zh-tw/learn/html/introduction_to_html/index.html +++ b/files/zh-tw/learn/html/introduction_to_html/index.html @@ -25,7 +25,7 @@ translation_of: Learn/HTML/Introduction_to_HTML <dt><a href="/zh-TW/docs/Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML">在 head 中有什麼? HTML 中的後設資料(Metadata)</a></dt> <dd>HTML 文件的 head 是在網頁加載完畢之後,不會顯示在瀏覽器上的部分。其中包含一些資訊,如頁面的標題({{htmlelement("title")}})、{{glossary("CSS")}} 的連結 (當你想利用 CSS 來妝點你的頁面 HTML 時,你會用到它們)、網頁圖示(favicon)的連結,以及 metadata (裡頭承載了有關於該 HTML 的資料,如作者、描述該文件的關鍵詞等。)</dd> <dt><a href="/zh-TW/docs/Learn/HTML/Introduction_to_HTML/HTML_text_fundamentals">HTML 文字的基礎知識</a></dt> - <dd>一個 HTML 的主要作用是賦予純文字意義(又稱為<a href="https://wiki.developer.mozilla.org/en-US/docs/Glossary/Semantics">語義化</a>),好讓瀏覽器知道如何正確地顯示它。這篇文章將探討如何使用 HTML 來將文字區塊拆解為標題(heading)和段落(paragraph)、強調字詞、建立列表等等。</dd> + <dd>一個 HTML 的主要作用是賦予純文字意義(又稱為<a href="/zh-TW/docs/Glossary/Semantics">語義化</a>),好讓瀏覽器知道如何正確地顯示它。這篇文章將探討如何使用 HTML 來將文字區塊拆解為標題(heading)和段落(paragraph)、強調字詞、建立列表等等。</dd> <dt><a href="/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Creating_hyperlinks">建立超連結</a></dt> <dd>超連結真的非常重要 — 它造就了我們現今所知的網路。這篇文章介紹超連結的使用語法,並且探討建立連結的最佳實踐方法。</dd> <dt><a href="/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Advanced_text_formatting">進階文字格式</a></dt> diff --git a/files/zh-tw/learn/html/multimedia_and_embedding/images_in_html/index.html b/files/zh-tw/learn/html/multimedia_and_embedding/images_in_html/index.html index 90df15a4bc..e079fd84f8 100644 --- a/files/zh-tw/learn/html/multimedia_and_embedding/images_in_html/index.html +++ b/files/zh-tw/learn/html/multimedia_and_embedding/images_in_html/index.html @@ -483,7 +483,7 @@ textarea.onkeyup = function(){ <h2 id="試試看!">試試看!</h2> -<p>您已經來到了本文的末端,但是您還記得最重要的內容嗎? 在繼續往下之前,這裡有些測驗讓您驗證看看您是否都學會了 — <a href="/zh-TW/docs/https://wiki.developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Images_in_HTML/Test_your_skills:_HTML_images">測驗:HTML圖像</a>。</p> +<p>您已經來到了本文的末端,但是您還記得最重要的內容嗎? 在繼續往下之前,這裡有些測驗讓您驗證看看您是否都學會了 — <a href="/zh-TW/docs//zh-TW/docs/Learn/HTML/Multimedia_and_embedding/Images_in_HTML/Test_your_skills:_HTML_images">測驗:HTML圖像</a>。</p> <h2 id="總結">總結</h2> diff --git a/files/zh-tw/learn/html/multimedia_and_embedding/index.html b/files/zh-tw/learn/html/multimedia_and_embedding/index.html index 05d98a462b..79196118de 100644 --- a/files/zh-tw/learn/html/multimedia_and_embedding/index.html +++ b/files/zh-tw/learn/html/multimedia_and_embedding/index.html @@ -24,11 +24,11 @@ translation_of: Learn/HTML/Multimedia_and_embedding <dd>可以考慮到的多媒體種類很多,但是從用以將簡單圖像嵌入網頁中不起眼的{{htmlelement(" img")}}元素開始是很合乎邏輯的。在本文中,我們將研究如何更深入地使用它,包括基礎知識,使用{{htmlelement("figure")}}加上標題的註釋以及它與CSS背景圖像的關係。</dd> <dt><a href="/zh-TW/docs/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content">視訊與音訊內容</a></dt> <dd>接著,我們將研究如何使用HTML5 {{htmlelement("video")}}和{{htmlelement("audio")}} 元素在頁面上嵌入視訊和音訊,包括基本知識,以提供對不同頁面的訪問文件格式添加到不同的瀏覽器,添加標題和字幕,以及如何為舊版瀏覽器添加後備廣告。</dd> - <dt><a href="https://wiki.developer.mozilla.org/zh-TW/docs/Learn/HTML/Multimedia_and_embedding/Other_embedding_technologies" rel="nofollow">從物件到 iframe — 其他嵌入技巧</a></dt> + <dt><a href="/zh-TW/docs/Learn/HTML/Multimedia_and_embedding/Other_embedding_technologies" rel="nofollow">從物件到 iframe — 其他嵌入技巧</a></dt> <dd>在這裡,我們想橫跨一步,著眼於幾個元素,這些元素可以使您將各種內容類型嵌入到網頁中:{{htmlelement("iframe")}},{{htmlelement("embed")}}和 {{htmlelement("object")}}元素。 <iframe>用於嵌入其他網頁,另外兩個允許您嵌入PDF,SVG甚至Flash(一種即將消逝的技術,但您可能仍會定期看到它)。</dd> - <dt><a href="https://wiki.developer.mozilla.org/zh-TW/docs/Learn/HTML/Multimedia_and_embedding/Adding_vector_graphics_to_the_Web" rel="nofollow">為 Web 新增向量圖</a></dt> + <dt><a href="/zh-TW/docs/Learn/HTML/Multimedia_and_embedding/Adding_vector_graphics_to_the_Web" rel="nofollow">為 Web 新增向量圖</a></dt> <dd>向量圖形在某些情況下可能非常有用。 與PNG / JPG等常見格式不同,它們在放大時不會失真/像素化-在縮放時可以保持平滑。 本文向您介紹什麼是向量圖,以及如何在網頁中加入流行的{{glossary("SVG")}}格式。</dd> - <dt><a href="https://wiki.developer.mozilla.org/zh-TW/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images" rel="nofollow">適應性圖片</a></dt> + <dt><a href="/zh-TW/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images" rel="nofollow">適應性圖片</a></dt> <dd>在本文中,我們將學習適應性圖片 (又稱響應式圖片)的概念。適應性圖片在不同螢幕尺寸,解析度和其他類似功能差異很大的設備上都能很好地運作。我們還會研究HTML提供了哪些工具來幫助實現它們。 這有助於提高不同設備之間的性能。 響應式圖片只是響應式設計的一部分,在將來您學習CSS的單元中還會有響應式圖片的單元。</dd> </dl> diff --git a/files/zh-tw/learn/html/tables/basics/index.html b/files/zh-tw/learn/html/tables/basics/index.html index 73b80e5d14..c95dbdbdf1 100644 --- a/files/zh-tw/learn/html/tables/basics/index.html +++ b/files/zh-tw/learn/html/tables/basics/index.html @@ -15,7 +15,7 @@ original_slug: Learn/HTML/Tables/基礎 <tr> <th scope="row">先備知識:</th> <td> - <p>HTML的基礎(見<a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML">介紹HTML</a>)</p> + <p>HTML的基礎(見<a href="/zh-TW/docs/Learn/HTML/Introduction_to_HTML">介紹HTML</a>)</p> </td> </tr> <tr> @@ -184,20 +184,20 @@ original_slug: Learn/HTML/Tables/基礎 <p>你也可以在 <a href="https://mdn.github.io/learning-area/html/tables/assessment-finished/planets-data.html">GitHub </a> 上看看實際範例 ! 而你也許會注意到那裡的表格似乎更容易閱讀。那是因為這裡的表格只有加上很少樣式,而GitHub上的版本卻應用上了更多明顯的CSS 。</p> -<p>需要弄清楚的一點是 : 要讓表格在網頁上有效呈現需要提供紮實的HTML架構和CSS樣式資訊,但將在這個模組中聚焦在HTML的部分。若想瞭解CSS的部分,可以在完成這部分閱讀之後造訪<a href="https://wiki.developer.mozilla.org/zh-CN/docs/Learn/CSS/Building_blocks/Styling_tables">表格樣式設計</a>的文章。</p> +<p>需要弄清楚的一點是 : 要讓表格在網頁上有效呈現需要提供紮實的HTML架構和CSS樣式資訊,但將在這個模組中聚焦在HTML的部分。若想瞭解CSS的部分,可以在完成這部分閱讀之後造訪<a href="/zh-TW/docs/Learn/CSS/Building_blocks/Styling_tables">表格樣式設計</a>的文章。</p> <p>在這個單元裡我們將不會聚焦在CSS上,但是我們提供基本的CSS樣式表讓你做使用,這將會使你製作的表格比起毫無修飾的預設樣式更方便閱讀。你能在這找到<a href="https://github.com/mdn/learning-area/blob/master/html/tables/basic/minimal-table.css">樣式表</a>,並且你也能找到一個適用於樣式表的<a href="https://github.com/mdn/learning-area/blob/master/html/tables/basic/blank-template.html">HTML模版</a> — 他們能一起讓你有個好起點來實驗HTML表格。</p> <h3 id="當何時你不應該使用HTML表格">當何時你不應該使用HTML表格?</h3> <p>HTML表格應該被使用在結構化資料(tabular data)上 — 這就是它們被設計的目的。<br> - 不幸地是,許多人習慣使用HTML表格去排版他們的網頁,例如: 使用一列去當header,一列當做內容欄位,一列當作footer...等等,你能在我們的<a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/Accessibility">輔助學習單元</a>裡的<a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#Page_layouts">頁面輸出</a>發現更多細節以及一個範例。它曾經被這麼使用是因為CSS過去在不同瀏覽器之間的支援程度十分可怕; 如今,已非常少在用表格做排版,但你仍然可能在網路的一些邊邊角角見到。</p> + 不幸地是,許多人習慣使用HTML表格去排版他們的網頁,例如: 使用一列去當header,一列當做內容欄位,一列當作footer...等等,你能在我們的<a href="/zh-TW/docs/Learn/Accessibility">輔助學習單元</a>裡的<a href="/zh-TW/docs/Learn/Accessibility/HTML#Page_layouts">頁面輸出</a>發現更多細節以及一個範例。它曾經被這麼使用是因為CSS過去在不同瀏覽器之間的支援程度十分可怕; 如今,已非常少在用表格做排版,但你仍然可能在網路的一些邊邊角角見到。</p> -<p>簡單來說,使用表格排版而非使用<a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout">CSS排版技術</a>是一件很糟的事情。<br> +<p>簡單來說,使用表格排版而非使用<a href="/zh-TW/docs/Learn/CSS/CSS_layout">CSS排版技術</a>是一件很糟的事情。<br> 下列是主要原因:</p> <ol> - <li><strong>表格排版會減少對視障使用者的輔助 </strong>: 視障者使用的<a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Accessibility#Screenreaders">螢幕閱讀器</a>會翻譯存在於HTML網頁的標籤並對使用者念出內容。由於表格並不是正確的排版工具,並且標示方式遠複雜於CSS排版技術,所以螢幕閱讀器輸出的內容會使他們的使用者感到困惑。</li> + <li><strong>表格排版會減少對視障使用者的輔助 </strong>: 視障者使用的<a href="/zh-TW/docs/Learn/Tools_and_testing/Cross_browser_testing/Accessibility#Screenreaders">螢幕閱讀器</a>會翻譯存在於HTML網頁的標籤並對使用者念出內容。由於表格並不是正確的排版工具,並且標示方式遠複雜於CSS排版技術,所以螢幕閱讀器輸出的內容會使他們的使用者感到困惑。</li> <li><strong>表格會產生標籤雜燴(tag soup)</strong>: 就像上面提到的,表格排版通常會比一般適當的輸出技術包含更複雜的標籤結構。這會導致程式碼本身更難撰寫、維護及debug。</li> <li><strong>表格不會自適應(automatically responsive)</strong>: 當你使用合適的排版容器(像是{htmlelement("header")}, {{htmlelement("section")}}) 或是 {{htmlelement("div")}}),它們的寬度相對於父層預設為100%,而表格的預設大小是依據它們的內容物,所以當表格樣式要有效的在不同的裝置之間運行時,會需要做額外的測量調整。</li> </ol> diff --git a/files/zh-tw/learn/server-side/django/home_page/index.html b/files/zh-tw/learn/server-side/django/home_page/index.html index a01d71608e..e110fecf3e 100644 --- a/files/zh-tw/learn/server-side/django/home_page/index.html +++ b/files/zh-tw/learn/server-side/django/home_page/index.html @@ -13,7 +13,7 @@ translation_of: Learn/Server-side/Django/Home_page <tbody> <tr> <th scope="row">前提:</th> - <td>讀 the <a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Introduction">Django Introduction</a>. 完成上章節 (including <a href="/zh-TW/docs/Learn/Server-side/Django/Admin_site">Django Tutorial Part 4: Django admin site</a>).</td> + <td>讀 the <a href="/zh-TW/docs/Learn/Server-side/Django/Introduction">Django Introduction</a>. 完成上章節 (including <a href="/zh-TW/docs/Learn/Server-side/Django/Admin_site">Django Tutorial Part 4: Django admin site</a>).</td> </tr> <tr> <th scope="row">目的:</th> diff --git a/files/zh-tw/learn/tools_and_testing/client-side_javascript_frameworks/react_todo_list_beginning/index.html b/files/zh-tw/learn/tools_and_testing/client-side_javascript_frameworks/react_todo_list_beginning/index.html index a76fb04f60..a704d1e30a 100644 --- a/files/zh-tw/learn/tools_and_testing/client-side_javascript_frameworks/react_todo_list_beginning/index.html +++ b/files/zh-tw/learn/tools_and_testing/client-side_javascript_frameworks/react_todo_list_beginning/index.html @@ -564,7 +564,7 @@ body { <h2 id="在本模塊">在本模塊</h2> <ul> - <li><a href="https://wiki.developer.mozilla.org/zh-TW/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Introduction">前端框架簡介</a></li> + <li><a href="/zh-TW/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Introduction">前端框架簡介</a></li> <li><a href="/zh-TW/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Main_features">框架的主要功能</a></li> <li>React <ul> @@ -602,13 +602,13 @@ body { </li> <li>Svelte <ul> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_getting_started">開始學Svelte</a></li> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_Todo_list_beginning">寫一個Svelte待辦清單(todp list app)</a></li> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_variables_props">Svelte中的動態行為:變數與props</a></li> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_reactivity_lifecycle_accessibility">進階Svelte:Reactivity、元件生命週期、網頁無障礙設定</a></li> + <li><a href="/zh-TW/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_getting_started">開始學Svelte</a></li> + <li><a href="/zh-TW/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_Todo_list_beginning">寫一個Svelte待辦清單(todp list app)</a></li> + <li><a href="/zh-TW/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_variables_props">Svelte中的動態行為:變數與props</a></li> + <li><a href="/zh-TW/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_reactivity_lifecycle_accessibility">進階Svelte:Reactivity、元件生命週期、網頁無障礙設定</a></li> <li><a href="/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_stores">Working with Svelte stores</a></li> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_TypeScript">Svelte中的TypeScript</a></li> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_deployment_next">部署與下一步</a></li> + <li><a href="/zh-TW/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_TypeScript">Svelte中的TypeScript</a></li> + <li><a href="/zh-TW/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_deployment_next">部署與下一步</a></li> </ul> </li> </ul> diff --git a/files/zh-tw/orphaned/web/css/radial-gradient()/index.html b/files/zh-tw/orphaned/web/css/radial-gradient()/index.html index 3887115660..aa9c285150 100644 --- a/files/zh-tw/orphaned/web/css/radial-gradient()/index.html +++ b/files/zh-tw/orphaned/web/css/radial-gradient()/index.html @@ -6,7 +6,7 @@ original_slug: Web/CSS/radial-gradient() --- <div>{{CSSRef}}</div> -<p>CSS radial-gradient() 函數創建了一個圖片,其由一個從原點輻射開的在兩個或者多個顏色之前的漸變組成。這個方法得到的是一個CSS<a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/gradient" title="The <gradient> CSS data type is a special type of <image> that consists of a progressive transition between two or more colors."><code><gradient></code></a>數據類型的物件,其是 <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/image" title="The <image> CSS data type represents a two-dimensional image. There are two kinds of images: plain images, referenced with a <url>, and dynamically-generated images, generated with <gradient> or element(). Additional CSS image functions include image(), image-set(), and cross-fade(). Images can be used with numerous CSS properties, such as background-image, border-image, content, cursor, and list-style-image."><code><image></code></a> 的一種。</p> +<p>CSS radial-gradient() 函數創建了一個圖片,其由一個從原點輻射開的在兩個或者多個顏色之前的漸變組成。這個方法得到的是一個CSS<a href="/zh-TW/docs/Web/CSS/gradient" title="The <gradient> CSS data type is a special type of <image> that consists of a progressive transition between two or more colors."><code><gradient></code></a>數據類型的物件,其是 <a href="/zh-TW/docs/Web/CSS/image" title="The <image> CSS data type represents a two-dimensional image. There are two kinds of images: plain images, referenced with a <url>, and dynamically-generated images, generated with <gradient> or element(). Additional CSS image functions include image(), image-set(), and cross-fade(). Images can be used with numerous CSS properties, such as background-image, border-image, content, cursor, and list-style-image."><code><image></code></a> 的一種。</p> <div>{{EmbedInteractiveExample("pages/css/function-radial-gradient.html")}}</div> diff --git a/files/zh-tw/orphaned/web/javascript/reference/global_objects/map/index.html b/files/zh-tw/orphaned/web/javascript/reference/global_objects/map/index.html index 3d78305bea..b92817f30b 100644 --- a/files/zh-tw/orphaned/web/javascript/reference/global_objects/map/index.html +++ b/files/zh-tw/orphaned/web/javascript/reference/global_objects/map/index.html @@ -31,7 +31,7 @@ original_slug: Web/JavaScript/Reference/Global_Objects/Map <h3 id="鍵的相等性">鍵的相等性</h3> -<p>鍵相等是基於 <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness#Same-value-zero_equality">SameValueZero</a> 的演算法:<code>NaN</code> 被認為與 <code>NaN</code> 相同(即使 <code>NaN !== NaN</code>)並且根據 <code>===</code> 運算符的語義,所有其他值都被認為相等。在目前的ECMAScript 規範中,<code>-0</code> 和 <code>+0</code> 被認為是相等的,儘管在早期的草案中並非如此。詳細的內容請參閱 {{anch("Browser compatibility")}} 表中的 "Value equality for -0 and 0"。</p> +<p>鍵相等是基於 <a href="/zh-TW/docs/Web/JavaScript/Equality_comparisons_and_sameness#Same-value-zero_equality">SameValueZero</a> 的演算法:<code>NaN</code> 被認為與 <code>NaN</code> 相同(即使 <code>NaN !== NaN</code>)並且根據 <code>===</code> 運算符的語義,所有其他值都被認為相等。在目前的ECMAScript 規範中,<code>-0</code> 和 <code>+0</code> 被認為是相等的,儘管在早期的草案中並非如此。詳細的內容請參閱 {{anch("Browser compatibility")}} 表中的 "Value equality for -0 and 0"。</p> <h3 id="Object_及_Map_的比較">Object 及 Map 的比較</h3> diff --git a/files/zh-tw/tools/style_editor/index.html b/files/zh-tw/tools/style_editor/index.html index 058bf07f22..f30bc62e80 100644 --- a/files/zh-tw/tools/style_editor/index.html +++ b/files/zh-tw/tools/style_editor/index.html @@ -20,9 +20,9 @@ translation_of: Tools/Style_Editor <p>樣式編輯器分為兩個主要部分:</p> <ul> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Tools/Style_Editor#The_style_sheet_pane">視窗左側的樣式列表</a></li> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Tools/Style_Editor#The_editor_pane">視窗中間的樣式編輯器</a></li> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Tools/Style_Editor#The_media_sidebar">視窗右邊媒體側欄</a></li> + <li><a href="/zh-TW/docs/Tools/Style_Editor#The_style_sheet_pane">視窗左側的樣式列表</a></li> + <li><a href="/zh-TW/docs/Tools/Style_Editor#The_editor_pane">視窗中間的樣式編輯器</a></li> + <li><a href="/zh-TW/docs/Tools/Style_Editor#The_media_sidebar">視窗右邊媒體側欄</a></li> </ul> <div class="geckoVersionNote"> 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 3af949b659..ae86951ce1 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 @@ -22,7 +22,7 @@ translation_of: Web/API/Fetch_API/Using_Fetch <ul> <li><code>fetch()</code> 回傳的 promise <strong>不會 reject HTTP 的 error status</strong>,就算是 HTTP 404 或 500 也一樣。相反地,它會正常地 resolve,並把 <code>ok</code> status 設為 false。會讓它發生 reject 的只有網路錯誤或其他會中斷 request 的情況。</li> <li><code>fetch</code> <strong>可以接收跨站的 cookies</strong>,你可以用 Fetch 來建立跨站的 session。</li> - <li><code>fetch</code> <strong>不會傳送 cookies</strong>,除非你有設定 credentials 的 <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch#Parameters">init option</a>。 (Since <a href="https://github.com/whatwg/fetch/pull/585" rel="nofollow noopener">Aug 25, 2017</a>. The spec changed the default credentials policy to <code>same-origin</code>. Firefox changed since 61.0b13.)</li> + <li><code>fetch</code> <strong>不會傳送 cookies</strong>,除非你有設定 credentials 的 <a href="/zh-TW/docs/Web/API/WindowOrWorkerGlobalScope/fetch#Parameters">init option</a>。 (Since <a href="https://github.com/whatwg/fetch/pull/585" rel="nofollow noopener">Aug 25, 2017</a>. The spec changed the default credentials policy to <code>same-origin</code>. Firefox changed since 61.0b13.)</li> </ul> <h2 id="使用_Fetch_發送請求_request">使用 Fetch 發送請求 ( request )</h2> diff --git a/files/zh-tw/web/css/css_selectors/index.html b/files/zh-tw/web/css/css_selectors/index.html index 5f52beea02..8c0c888745 100644 --- a/files/zh-tw/web/css/css_selectors/index.html +++ b/files/zh-tw/web/css/css_selectors/index.html @@ -10,23 +10,23 @@ translation_of: Web/CSS/CSS_Selectors <h2 id="基本選擇器">基本選擇器</h2> <dl> - <dt><a href="/zh-TW/docs/Web/CSS/Universal_selectors">通用選擇器</a><font><font>(</font></font><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Universal_selectors" rel="noopener"><font><font>Universal selector</font></font></a><font><font>)</font></font></dt> + <dt><a href="/zh-TW/docs/Web/CSS/Universal_selectors">通用選擇器</a><font><font>(</font></font><a href="/zh-TW/docs/Web/CSS/Universal_selectors" rel="noopener"><font><font>Universal selector</font></font></a><font><font>)</font></font></dt> <dd>用以選擇所有元素。(可選)可以將其限制為特定的名稱空間或所有名稱空間。<br> <strong>語法:</strong> <code>* ns|* *|*</code><br> <strong>範例:</strong> <code>*</code> 套用文檔中所有元素。</dd> - <dt><a href="/zh-TW/docs/Web/CSS/Type_selectors">標籤選擇器</a><font><font>(</font></font><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Type_selectors" rel="noopener"><font><font>Type selector</font></font></a><font><font>)</font></font></dt> + <dt><a href="/zh-TW/docs/Web/CSS/Type_selectors">標籤選擇器</a><font><font>(</font></font><a href="/zh-TW/docs/Web/CSS/Type_selectors" rel="noopener"><font><font>Type selector</font></font></a><font><font>)</font></font></dt> <dd>用以選擇所有符合指定標籤的元素。<br> <strong>語法:</strong> <code><var>elementname</var></code><br> <strong>範例:</strong> <code>input</code> 可選出任一 <a href="/zh-TW/docs/Web/HTML/Element/input"><input></a> 元素。</dd> - <dt><a href="/zh-TW/docs/Web/CSS/Class_selectors">類別選擇器</a><font><font>(</font></font><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Class_selectors" rel="noopener"><font><font>Class selector</font></font></a><font><font>)</font></font></dt> + <dt><a href="/zh-TW/docs/Web/CSS/Class_selectors">類別選擇器</a><font><font>(</font></font><a href="/zh-TW/docs/Web/CSS/Class_selectors" rel="noopener"><font><font>Class selector</font></font></a><font><font>)</font></font></dt> <dd>用以選擇所有符合指定 <code>class</code> 屬性值的元素。<br> <strong>語法:</strong> <code>.<var>classname</var></code><br> <strong>範例:</strong> <code>.index</code> 可選出任一含有 <code>index</code> 的 class 屬性值之元素。</dd> - <dt><a href="/zh-TW/docs/Web/CSS/ID_selectors">ID選擇器</a><font><font>(</font></font><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/ID_selectors" rel="noopener"><font><font>ID selector</font></font></a><font><font>)</font></font></dt> + <dt><a href="/zh-TW/docs/Web/CSS/ID_selectors">ID選擇器</a><font><font>(</font></font><a href="/zh-TW/docs/Web/CSS/ID_selectors" rel="noopener"><font><font>ID selector</font></font></a><font><font>)</font></font></dt> <dd>用以選擇指定 <code>id</code> 屬性值的元素。(一個文件中,每個ID屬性都是唯一的。)<br> <strong>語法:</strong> <code>#<var>idname</var></code><br> <strong>範例:</strong> <code>#toc</code> 會比對含有 ID 是 toc 的元素(可以定義成 <code>id="toc"</code> 或其他類似的定義)。</dd> - <dt><a href="/zh-TW/docs/Web/CSS/Attribute_selectors">屬性選擇器</a><font><font>(</font></font><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors" rel="noopener"><font><font>Attribute selector</font></font></a><font><font>)</font></font></dt> + <dt><a href="/zh-TW/docs/Web/CSS/Attribute_selectors">屬性選擇器</a><font><font>(</font></font><a href="/zh-TW/docs/Web/CSS/Attribute_selectors" rel="noopener"><font><font>Attribute selector</font></font></a><font><font>)</font></font></dt> <dd>用以選擇所有符合指定屬性的元素。<br> <strong>語法:</strong> <code>[attr] [attr=value] [attr~=value] [attr|=value] [attr^=value] [attr$=value] [attr*=value]</code><br> <strong>範例:</strong> <code>[autoplay]</code> 將會套用含有 <code>autoplay</code> 屬性的元素。(不論這個屬性的值是什麼)。</dd> @@ -35,7 +35,7 @@ translation_of: Web/CSS/CSS_Selectors <h2 id="分組選擇器">分組選擇器</h2> <dl> - <dt>選擇器列表(<a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Selector_list">Selector list</a>)</dt> + <dt>選擇器列表(<a href="/zh-TW/docs/Web/CSS/Selector_list">Selector list</a>)</dt> <dd><code>,</code> 用以將不同的選擇器組合起來的一種方法。<br> <strong>語法:</strong> <code><var>A</var>, <var>B</var></code><br> <strong>範例:</strong> <code>div, span</code> 將同時選擇 <code><a href="/zh-TW/docs/Web/HTML/Element/div"><div></a></code> 和 <code><a href="/zh-TW/docs/Web/HTML/Element/span"><span></a></code> 元素。</dd> @@ -45,23 +45,23 @@ translation_of: Web/CSS/CSS_Selectors <dl> <dt></dt> - <dt><a href="/zh-TW/docs/Web/CSS/Descendant_combinator">後代選擇器</a>(<a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Descendant_combinator">Descendant combinator</a>)</dt> + <dt><a href="/zh-TW/docs/Web/CSS/Descendant_combinator">後代選擇器</a>(<a href="/zh-TW/docs/Web/CSS/Descendant_combinator">Descendant combinator</a>)</dt> <dd><code> </code> (空格) 用以選擇某個元素後代的元素。<br> <strong>語法:</strong> <code><var>A</var> <var>B</var></code><br> <strong>範例:</strong> <code>div span</code> 套用所有 <code><a href="/zh-TW/docs/Web/HTML/Element/div"><div></a></code> 元素內部的所有 <code><a href="/en-US/docs/Web/HTML/Element/span"><span></a></code> 元素。</dd> - <dt><a href="/zh-TW/docs/Web/CSS/Child_combinator">子代選擇器</a>(<a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Child_combinator">Child combinator</a>)</dt> + <dt><a href="/zh-TW/docs/Web/CSS/Child_combinator">子代選擇器</a>(<a href="/zh-TW/docs/Web/CSS/Child_combinator">Child combinator</a>)</dt> <dd><code>></code> 用以選擇某個元素後代的元素。<br> <strong>語法:</strong> <code><var>A</var> > <var>B</var></code>(B元素不可在A元素的其他元素裡)<br> <strong>範例:</strong> <code>ul > li</code> 套用所有 <code><a href="/en-US/docs/Web/HTML/Element/li"><li></a></code> 元素內部的 <code><a href="/en-US/docs/Web/HTML/Element/ul"><ul></a></code> 子元素。</dd> - <dt><a href="/zh-TW/docs/Web/CSS/General_sibling_combinator">一般兄弟選擇器</a>(<a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/General_sibling_combinator">General sibling combinator</a>)</dt> + <dt><a href="/zh-TW/docs/Web/CSS/General_sibling_combinator">一般兄弟選擇器</a>(<a href="/zh-TW/docs/Web/CSS/General_sibling_combinator">General sibling combinator</a>)</dt> <dd><code>~</code> combinator selects siblings. This means that the second element follows the first (though not necessarily immediately), and both share the same parent.<br> <strong>語法:</strong> <code><var>A</var> ~ <var>B</var></code><br> <strong>範例:</strong> <code>p ~ span</code> will match all {{HTMLElement("span")}} elements that follow a {{HTMLElement("p")}}, immediately or not.</dd> - <dt><a href="/zh-TW/docs/Web/CSS/Adjacent_sibling_combinator">相鄰兄弟選擇器</a>(<a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Adjacent_sibling_combinator">Adjacent sibling combinator</a>)</dt> + <dt><a href="/zh-TW/docs/Web/CSS/Adjacent_sibling_combinator">相鄰兄弟選擇器</a>(<a href="/zh-TW/docs/Web/CSS/Adjacent_sibling_combinator">Adjacent sibling combinator</a>)</dt> <dd><code>+</code> 選擇緊接在後的元素,並共享父元素。<br> <strong>語法:</strong> <code><var>A</var> + <var>B</var></code><br> <strong>範例:</strong> <code>h2 + p</code> 套用所有 緊接在 <code><a href="/zh-TW/docs/Web/HTML/Element/Heading_Elements"><h2></a></code> 元素後的 <a href="/zh-TW/docs/Web/HTML/Element/p"><p></a> 元素,並擁有 <code><a href="/zh-TW/docs/Web/HTML/Element/Heading_Elements"><h2></a></code> 的父元素。</dd> - <dt><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Column_combinator">Column combinator</a> {{Experimental_Inline}}</dt> + <dt><a href="/zh-TW/docs/Web/CSS/Column_combinator">Column combinator</a> {{Experimental_Inline}}</dt> <dd>The <code>||</code> combinator selects nodes which belong to a column.<br> <strong>語法:</strong> <code><var>A</var> || <var>B</var></code><br> <strong>範例:</strong> <code>col || td</code> will match all {{HTMLElement("td")}} elements that belong to the scope of the {{HTMLElement("col")}}.</dd> @@ -70,10 +70,10 @@ translation_of: Web/CSS/CSS_Selectors <h2 id="偽選擇器">偽選擇器</h2> <dl> - <dt><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes">Pseudo classes</a></dt> + <dt><a href="/zh-TW/docs/Web/CSS/Pseudo-classes">Pseudo classes</a></dt> <dd>The <code>:</code> pseudo allow the selection of elements based on state information that is not contained in the document tree.<br> <strong>範例:</strong> <code>a:visited</code> will match all {{HTMLElement("a")}} elements that have been visited by the user.</dd> - <dt><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements">Pseudo elements</a></dt> + <dt><a href="/zh-TW/docs/Web/CSS/Pseudo-elements">Pseudo elements</a></dt> <dd>The <code>::</code> pseudo represent entities that are not included in HTML.<br> <strong>範例:</strong> <code>p::first-line</code> will match the first line of all {{HTMLElement("p")}} elements.</dd> </dl> @@ -114,10 +114,10 @@ translation_of: Web/CSS/CSS_Selectors </tbody> </table> -<p>See the <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes#Specifications">pseudo-class</a> and <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements#Specifications">pseudo-element</a> specification tables for details on those.</p> +<p>See the <a href="/zh-TW/docs/Web/CSS/Pseudo-classes#Specifications">pseudo-class</a> and <a href="/zh-TW/docs/Web/CSS/Pseudo-elements#Specifications">pseudo-element</a> specification tables for details on those.</p> <h2 id="參見">參見</h2> <ul> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Specificity">CSS Specificity</a></li> + <li><a href="/zh-TW/docs/Web/CSS/Specificity">CSS Specificity</a></li> </ul> diff --git a/files/zh-tw/web/html/element/script/index.html b/files/zh-tw/web/html/element/script/index.html index 430780ed44..cb5bb32bdf 100644 --- a/files/zh-tw/web/html/element/script/index.html +++ b/files/zh-tw/web/html/element/script/index.html @@ -66,7 +66,7 @@ translation_of: Web/HTML/Element/script <div class="warning"> <p>如果沒有 <code>src</code> 屬性的話,就不能用這個屬性(例如行內腳本):在這種情況下,它將失去作用。</p> -<p>The <code>defer</code> attribute has no effect on <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules">module scripts </a>— they defer by default.</p> +<p>The <code>defer</code> attribute has no effect on <a href="/zh-TW/docs/Web/JavaScript/Guide/Modules">module scripts </a>— they defer by default.</p> </div> <dl> 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 98ac6b0edb..217ff98e17 100644 --- a/files/zh-tw/web/http/protocol_upgrade_mechanism/index.html +++ b/files/zh-tw/web/http/protocol_upgrade_mechanism/index.html @@ -6,7 +6,7 @@ translation_of: Web/HTTP/Protocol_upgrade_mechanism <div> <p>{{HTTPSidebar}}</p> -<p><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTTP">HTTP/1.1 協議</a>提供了一種特殊的機制,這一機制允許將一個已建立的連接升級成新的、不相容的協議。這篇指南涵蓋了其運作原理和使用場景。</p> +<p><a href="/zh-TW/docs/Web/HTTP">HTTP/1.1 協議</a>提供了一種特殊的機制,這一機制允許將一個已建立的連接升級成新的、不相容的協議。這篇指南涵蓋了其運作原理和使用場景。</p> <p>通常來說這一機制總是由客戶端發起的 (不過也有例外,比如說可以由服務端發起{{anch("Server-initiated upgrade to TLS", "升級到傳輸層安全協議(TLS)")}}), 服務端可以選擇是否要升級到新協議。借助這一技術,連接可以以常用的協議啟動(如HTTP/1.1),隨後再升級到HTTP2甚至是WebSockets.</p> diff --git a/files/zh-tw/web/javascript/reference/index.html b/files/zh-tw/web/javascript/reference/index.html index 59367dbb12..2ca85629ef 100644 --- a/files/zh-tw/web/javascript/reference/index.html +++ b/files/zh-tw/web/javascript/reference/index.html @@ -8,7 +8,7 @@ translation_of: Web/JavaScript/Reference --- <div>{{JsSidebar}}</div> -<p>在 MDN 的 JavaScript 分區中,這一部分被作爲 Javascript 的資料庫。閱讀<a href="https://wiki.developer.mozilla.org/zh-TW/docs/Web/JavaScript/Reference/About">關於該參考</a>以了解更多。</p> +<p>在 MDN 的 JavaScript 分區中,這一部分被作爲 Javascript 的資料庫。閱讀<a href="/zh-TW/docs/Web/JavaScript/Reference/About">關於該參考</a>以了解更多。</p> <h2 id="全域物件">全域物件</h2> |