From dc594f12795fcd2489715ea6c9995ce6a57613d5 Mon Sep 17 00:00:00 2001 From: "Dr.XYZ" Date: Wed, 1 Nov 2023 18:51:30 +0800 Subject: [PATCH 01/15] =?UTF-8?q?=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/zh-tw/web/html/element/head/index.md | 100 +++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 files/zh-tw/web/html/element/head/index.md diff --git a/files/zh-tw/web/html/element/head/index.md b/files/zh-tw/web/html/element/head/index.md new file mode 100644 index 00000000000000..cde52329fd1503 --- /dev/null +++ b/files/zh-tw/web/html/element/head/index.md @@ -0,0 +1,100 @@ +--- +title: "" +slug: Web/HTML/Element/head +--- + +{{HTMLSidebar}} + + + +[HTML](/zh-TW/docs/Web/HTML) 中的 **``** 元素包含有關文件的機器可讀信息(後設資料),例如 [title](/zh-TW/docs/Web/HTML/Element/title)、[scripts](/zh-TW/docs/Web/HTML/Element/script)、[style sheets](/zh-TW/docs/Web/HTML/Element/style)。 + + +> **備註:**`` 主要保存用於機器處理的訊息,而不是人類可讀的訊息。對於人類可見的訊息,例如頂級標題和列出的作者,請參見 {{HTMLElement("header")}} 元素。 + +## 屬性 + +這個元件屬性含有[全域屬性](/zh-TW/docs/HTML/Global_attributes)。 + + +## 範例 + +```html + + + + + + Document title + + +``` + +## 技術摘要 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ 內容類型 +
允許內容 +

+ 如果文件是一個 {{HTMLElement("iframe")}} + srcdoc 文件,或者如果標題信息來自於更高級的協議(像是 HTML 電子郵件的主題行),則應包含零個或多個元素的後設資料內容。 +

+

+ 否則,必須包含一個或多個元素的後設資料內容,其中確實包括一個 {{HTMLElement("title")}} 元素。 +

+
標籤省略 + 如果 + <head> 元素內的第一個內容是一個元素,則開起標籤可以省略。
如果跟在 + <head> 元素後面的第一個內容不是空格字符或註釋,則關閉標籤可以省略。 +
允許父元素作為 {{HTMLElement("html")}} 元素的第一個子元素。
允許的 ARIA rolesNo role permitted
DOM 介面{{domxref("HTMLHeadElement")}}
+ +## 規範 + +{{Specifications}} + +## 瀏覽器相容性 + +{{Compat}} + +## 參見 + +- 可以使用在 `` 的元素: + + - {{HTMLElement("title")}} + - {{HTMLElement("base")}} + - {{HTMLElement("link")}} + - {{HTMLElement("style")}} + - {{HTMLElement("meta")}} + - {{HTMLElement("script")}} + - {{HTMLElement("noscript")}} + - {{HTMLElement("template")}} From b519fcde9c508ec6cf5fdf4f76a55fabd7623ff8 Mon Sep 17 00:00:00 2001 From: "Dr.XYZ" Date: Wed, 1 Nov 2023 19:06:39 +0800 Subject: [PATCH 02/15] [zh-TW] update --- files/zh-tw/web/html/element/head/index.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/files/zh-tw/web/html/element/head/index.md b/files/zh-tw/web/html/element/head/index.md index cde52329fd1503..39fe240c1b4c32 100644 --- a/files/zh-tw/web/html/element/head/index.md +++ b/files/zh-tw/web/html/element/head/index.md @@ -1,22 +1,19 @@ --- -title: "" +title: slug: Web/HTML/Element/head --- {{HTMLSidebar}} - [HTML](/zh-TW/docs/Web/HTML) 中的 **``** 元素包含有關文件的機器可讀信息(後設資料),例如 [title](/zh-TW/docs/Web/HTML/Element/title)、[scripts](/zh-TW/docs/Web/HTML/Element/script)、[style sheets](/zh-TW/docs/Web/HTML/Element/style)。 - > **備註:**`` 主要保存用於機器處理的訊息,而不是人類可讀的訊息。對於人類可見的訊息,例如頂級標題和列出的作者,請參見 {{HTMLElement("header")}} 元素。 ## 屬性 這個元件屬性含有[全域屬性](/zh-TW/docs/HTML/Global_attributes)。 - ## 範例 ```html @@ -46,7 +43,7 @@ slug: Web/HTML/Element/head 允許內容

- 如果文件是一個 {{HTMLElement("iframe")}} + 如果文件是一個 {{HTMLElement("iframe")}} srcdoc 文件,或者如果標題信息來自於更高級的協議(像是 HTML 電子郵件的主題行),則應包含零個或多個元素的後設資料內容。

@@ -58,7 +55,7 @@ slug: Web/HTML/Element/head 標籤省略 如果 - <head> 元素內的第一個內容是一個元素,則開起標籤可以省略。
如果跟在 + <head> 元素內的第一個內容是一個元素,則開起標籤可以省略。
如果跟在 <head> 元素後面的第一個內容不是空格字符或註釋,則關閉標籤可以省略。 @@ -75,6 +72,7 @@ slug: Web/HTML/Element/head DOM 介面 {{domxref("HTMLHeadElement")}} + From a89d2fb78b535e6aede9786230163cb00cc99ea5 Mon Sep 17 00:00:00 2001 From: "Dr.XYZ" Date: Wed, 1 Nov 2023 21:10:27 +0800 Subject: [PATCH 03/15] [zh-TW] update --- files/zh-tw/web/html/element/head/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/files/zh-tw/web/html/element/head/index.md b/files/zh-tw/web/html/element/head/index.md index 39fe240c1b4c32..72f7ad3e024790 100644 --- a/files/zh-tw/web/html/element/head/index.md +++ b/files/zh-tw/web/html/element/head/index.md @@ -63,7 +63,6 @@ slug: Web/HTML/Element/head 允許父元素 作為 {{HTMLElement("html")}} 元素的第一個子元素。 - 允許的 ARIA roles No role permitted From 71ad6ce7e0f585a604eeafb87bfe1333ae26f440 Mon Sep 17 00:00:00 2001 From: "Dr.XYZ" Date: Wed, 1 Nov 2023 21:20:24 +0800 Subject: [PATCH 04/15] update --- files/zh-tw/web/html/element/head/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-tw/web/html/element/head/index.md b/files/zh-tw/web/html/element/head/index.md index 72f7ad3e024790..cfec28253b96c3 100644 --- a/files/zh-tw/web/html/element/head/index.md +++ b/files/zh-tw/web/html/element/head/index.md @@ -5,7 +5,6 @@ slug: Web/HTML/Element/head {{HTMLSidebar}} - [HTML](/zh-TW/docs/Web/HTML) 中的 **``** 元素包含有關文件的機器可讀信息(後設資料),例如 [title](/zh-TW/docs/Web/HTML/Element/title)、[scripts](/zh-TW/docs/Web/HTML/Element/script)、[style sheets](/zh-TW/docs/Web/HTML/Element/style)。 > **備註:**`` 主要保存用於機器處理的訊息,而不是人類可讀的訊息。對於人類可見的訊息,例如頂級標題和列出的作者,請參見 {{HTMLElement("header")}} 元素。 @@ -72,6 +71,7 @@ slug: Web/HTML/Element/head {{domxref("HTMLHeadElement")}} + From c0360886a875022ee1c8603a1fcd73ed79d8f58c Mon Sep 17 00:00:00 2001 From: "Dr.XYZ" Date: Wed, 1 Nov 2023 21:21:30 +0800 Subject: [PATCH 05/15] update --- files/zh-tw/web/html/element/head/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/zh-tw/web/html/element/head/index.md b/files/zh-tw/web/html/element/head/index.md index cfec28253b96c3..cb55ac3406b629 100644 --- a/files/zh-tw/web/html/element/head/index.md +++ b/files/zh-tw/web/html/element/head/index.md @@ -70,8 +70,6 @@ slug: Web/HTML/Element/head DOM 介面 {{domxref("HTMLHeadElement")}} - - From 640952e76f6710eb3ce1f8de02b38b14be4a46e7 Mon Sep 17 00:00:00 2001 From: "Dr.XYZ" Date: Thu, 2 Nov 2023 16:35:35 +0800 Subject: [PATCH 06/15] update --- files/zh-tw/web/html/element/head/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/zh-tw/web/html/element/head/index.md b/files/zh-tw/web/html/element/head/index.md index cb55ac3406b629..21c3850336bfa5 100644 --- a/files/zh-tw/web/html/element/head/index.md +++ b/files/zh-tw/web/html/element/head/index.md @@ -5,7 +5,7 @@ slug: Web/HTML/Element/head {{HTMLSidebar}} -[HTML](/zh-TW/docs/Web/HTML) 中的 **``** 元素包含有關文件的機器可讀信息(後設資料),例如 [title](/zh-TW/docs/Web/HTML/Element/title)、[scripts](/zh-TW/docs/Web/HTML/Element/script)、[style sheets](/zh-TW/docs/Web/HTML/Element/style)。 +[HTML](/zh-TW/docs/Web/HTML) 中的 **``** 元素包含有關文件的機器可讀信息(後設資料),例如 [標題](/zh-TW/docs/Web/HTML/Element/title)、[腳本](/zh-TW/docs/Web/HTML/Element/script)、[樣式表](/zh-TW/docs/Web/HTML/Element/style)。 > **備註:**`` 主要保存用於機器處理的訊息,而不是人類可讀的訊息。對於人類可見的訊息,例如頂級標題和列出的作者,請參見 {{HTMLElement("header")}} 元素。 @@ -59,12 +59,12 @@ slug: Web/HTML/Element/head - 允許父元素 + 允許的父元素 作為 {{HTMLElement("html")}} 元素的第一個子元素。 - 允許的 ARIA roles - No role permitted + 允許的 ARIA 角色 + 不允許角色 DOM 介面 @@ -83,7 +83,7 @@ slug: Web/HTML/Element/head ## 參見 -- 可以使用在 `` 的元素: +- 可以使用在 `` 中的元素: - {{HTMLElement("title")}} - {{HTMLElement("base")}} From 92828564e49e92bed4c84958c96f910cdb5c85a1 Mon Sep 17 00:00:00 2001 From: A1lo Date: Thu, 2 Nov 2023 18:09:24 +0800 Subject: [PATCH 07/15] Update files/zh-tw/web/html/element/head/index.md --- files/zh-tw/web/html/element/head/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-tw/web/html/element/head/index.md b/files/zh-tw/web/html/element/head/index.md index 21c3850336bfa5..81a55b02075afa 100644 --- a/files/zh-tw/web/html/element/head/index.md +++ b/files/zh-tw/web/html/element/head/index.md @@ -64,7 +64,7 @@ slug: Web/HTML/Element/head 允許的 ARIA 角色 - 不允許角色 + 沒有允許的 role DOM 介面 From 4b169870f0a1fb02c6f3c741f7619813fff18d2a Mon Sep 17 00:00:00 2001 From: "Dr.XYZ" Date: Thu, 2 Nov 2023 20:02:56 +0800 Subject: [PATCH 08/15] translate --- files/zh-tw/web/html/element/title/index.md | 118 ++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 files/zh-tw/web/html/element/title/index.md diff --git a/files/zh-tw/web/html/element/title/index.md b/files/zh-tw/web/html/element/title/index.md new file mode 100644 index 00000000000000..0b58634af1d3cb --- /dev/null +++ b/files/zh-tw/web/html/element/title/index.md @@ -0,0 +1,118 @@ +--- +title: <title> +slug: Web/HTML/Element/title +--- + +{{HTMLSidebar}} + +[HTML](/en-US/docs/Web/HTML) **`<title>`** 元素定義了顯示在瀏覽器標題欄或頁面標籤上的文件標題。它僅包含文本,元素內的標籤會被忽略。 +```html +<title>Grandma's Heavy Metal Festival Journal +``` + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ 內容類型 + + 後設資料內。 +
允許內容 + 文字不包含元素間空格{{glossary("whitespace")}}。 +
標籤省略 + 開起標籤和關閉標籤都是必需的。請注意,如果省略 </title> 標籤,瀏覽器將忽略頁面的其餘內容。 +
允許的父元素 + 不包含其他 {{ HTMLElement("title") }} 元素的 {{ HTMLElement("head") }} 元素。 +
允許的 ARIA 角色沒有允許的 role
DOM 介面{{domxref("HTMLTitleElement")}}
+ +## 屬性 + +這個元件屬性含有[全域屬性](/zh-TW/docs/HTML/Global_attributes)。 + +## 使用筆記 + +The `` element is always used within a page's {{HTMLElement("head")}} block. + +### 網頁標題與SEO + +網頁標題的內容對搜索引擎優化({{glossary("SEO")}})可能會有重要的影響。一般來說,長而具描述性的標題比簡短或通用的標題效果更好。標題的內容是搜索引擎算法用來決定在搜索結果中列出網頁的順序的元素之一。此外,標題是吸引讀者注意力的第一個「鉤子」,用來吸引他們瀏覽搜索結果頁面。 + +以下是一些撰寫好的標題的指南和建議: + +- 避免使用單個詞或兩個詞的標題。使用一個具有描述性的短語,或者在詞彙表或參考頁面中使用詞語和定義的配對。 +- 搜索引擎通常會顯示頁面標題的前55-60個字符。超出這個範圍的文本可能會被截斷,因此盡量不要使用超過這個長度的標題。如果必須使用較長的標題,請確保重要的部分位於前面,並且不要讓關鍵內容出現在可能被截斷的部分。 +- 不要使用「關鍵詞堆疊」。如果標題只是一個詞語列表,算法通常會導致網頁在搜索結果中的排名下降。 +- 盡量確保標題在網站內是獨一無二的。重複或幾乎重複的標題可能導致不準確的搜索結果。 +## 範例 + +```html +<title>Awesome interesting stuff +``` + +這個範例建立了一個網頁,其標題(顯示在視窗頂部或視窗標籤中)為「Awesome interesting stuff」。 + +## 無障礙議題 + +提供準確且簡潔的標題來描述網頁的用途非常重要。 + +對於輔助技術使用者來說,一種常見的導航技巧是閱讀網頁標題,然後推測網頁包含的內容。這是因為進入網頁以確定其內容可能是一個耗時且可能令人困惑的過程。網站的每個頁面標題都應該是獨一無二的,最好首先顯示頁面的主要目的,然後是網站的名稱。遵循這種模式將有助於確保螢幕閱讀器首先宣佈網頁的主要目的。這比讓使用者在訪問同一個網站的每個頁面時先聽到網站名稱然後才是獨特的頁面標題,提供了更好的使用體驗。 +### 範例 + +```html +Menu - Blue House Chinese Food - FoodYum: Online takeout today! +``` + +如果表單提交包含錯誤並且提交導致當前頁面重新呈現,則可以使用標題來幫助用戶了解其提交中的任何錯誤。例如,更新頁面`title`的值以反映重要的頁面狀態變化(像是表單驗證問題)。 + +```html + + 2 errors - Your order - Sea Food Store - Food: Online takeout today! + +``` + +> **備註:** 目前,動態更新頁面標題不會被螢幕閱讀器自動宣佈。如果要更新頁面標題以反映頁面狀態的重大變化,則可能需要使用 [ARIA Live Regions](/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions)。 + + + +- [MDN Understanding WCAG, Guideline 2.4 explanations](/en-US/docs/Web/Accessibility/Understanding_WCAG/Operable#guideline_2.4_—_navigable_provide_ways_to_help_users_navigate_find_content_and_determine_where_they_are) +- [Understanding Success Criterion 2.4.2 | W3C Understanding WCAG 2.1](https://www.w3.org/WAI/WCAG21/Understanding/page-titled.html) + +## 規範 + +{{Specifications}} + +## 瀏覽器相容性 + +{{Compat}} + +## 參見 + +- SVG [``](/en-US/docs/Web/SVG/Element/title) 元素 From 9ceec4111291cf8c1b357096be6672fd4508026a Mon Sep 17 00:00:00 2001 From: "Dr.XYZ" <drxyz.8787@gmail.com> Date: Thu, 2 Nov 2023 20:05:59 +0800 Subject: [PATCH 09/15] update <title> --- files/zh-tw/web/html/element/title/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/zh-tw/web/html/element/title/index.md b/files/zh-tw/web/html/element/title/index.md index 0b58634af1d3cb..fccaa9e32c4d12 100644 --- a/files/zh-tw/web/html/element/title/index.md +++ b/files/zh-tw/web/html/element/title/index.md @@ -20,14 +20,14 @@ slug: Web/HTML/Element/title </th> <td> <a href="/en-US/docs/Web/HTML/Content_categories#metadata_content" - >後設資料內</a + >後設資料內容</a >。 </td> </tr> <tr> <th scope="row">允許內容</th> <td> - 文字不包含元素間空格{{glossary("whitespace")}}。 + 不包含元素間{{glossary("whitespace")}}的文字。 </td> </tr> <tr> From 8a2be0d801d1efd4084495956f9b4e26d046c73a Mon Sep 17 00:00:00 2001 From: "Dr.XYZ" <drxyz.8787@gmail.com> Date: Thu, 2 Nov 2023 21:01:25 +0800 Subject: [PATCH 10/15] update <title> --- files/zh-tw/web/html/element/title/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/files/zh-tw/web/html/element/title/index.md b/files/zh-tw/web/html/element/title/index.md index fccaa9e32c4d12..515a99b9ad3c73 100644 --- a/files/zh-tw/web/html/element/title/index.md +++ b/files/zh-tw/web/html/element/title/index.md @@ -5,7 +5,7 @@ slug: Web/HTML/Element/title {{HTMLSidebar}} -[HTML](/en-US/docs/Web/HTML) **`<title>`** 元素定義了顯示在瀏覽器標題欄或頁面標籤上的文件標題。它僅包含文本,元素內的標籤會被忽略。 +[HTML](/zh-TW/docs/Web/HTML) **`<title>`** 元素定義了顯示在瀏覽器標題欄或頁面標籤上的文件標題。它僅包含文本,元素內的標籤會被忽略。 ```html <title>Grandma's Heavy Metal Festival Journal ``` @@ -14,12 +14,12 @@ slug: Web/HTML/Element/title - 內容類型 - 後設資料內容。 @@ -98,11 +98,11 @@ The `` element is always used within a page's {{HTMLElement("head")}} blo ``` -> **備註:** 目前,動態更新頁面標題不會被螢幕閱讀器自動宣佈。如果要更新頁面標題以反映頁面狀態的重大變化,則可能需要使用 [ARIA Live Regions](/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions)。 +> **備註:** 目前,動態更新頁面標題不會被螢幕閱讀器自動宣佈。如果要更新頁面標題以反映頁面狀態的重大變化,則可能需要使用 [ARIA Live Regions](/zh-TW/docs/Web/Accessibility/ARIA/ARIA_Live_Regions)。 -- [MDN Understanding WCAG, Guideline 2.4 explanations](/en-US/docs/Web/Accessibility/Understanding_WCAG/Operable#guideline_2.4_—_navigable_provide_ways_to_help_users_navigate_find_content_and_determine_where_they_are) +- [MDN Understanding WCAG, Guideline 2.4 explanations](/zh-TW/docs/Web/Accessibility/Understanding_WCAG/Operable#guideline_2.4_—_navigable_provide_ways_to_help_users_navigate_find_content_and_determine_where_they_are) - [Understanding Success Criterion 2.4.2 | W3C Understanding WCAG 2.1](https://www.w3.org/WAI/WCAG21/Understanding/page-titled.html) ## 規範 @@ -115,4 +115,4 @@ The `` element is always used within a page's {{HTMLElement("head")}} blo ## 參見 -- SVG [`<title>`](/en-US/docs/Web/SVG/Element/title) 元素 +- SVG [`<title>`](/zh-TW/docs/Web/SVG/Element/title) 元素 From 686b597d240070bb609723065a512b56dce3f7d6 Mon Sep 17 00:00:00 2001 From: "Dr.XYZ" <drxyz.8787@gmail.com> Date: Thu, 2 Nov 2023 21:10:44 +0800 Subject: [PATCH 11/15] update <title> --- files/zh-tw/web/html/element/title/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/files/zh-tw/web/html/element/title/index.md b/files/zh-tw/web/html/element/title/index.md index 515a99b9ad3c73..be378cdf0e841a 100644 --- a/files/zh-tw/web/html/element/title/index.md +++ b/files/zh-tw/web/html/element/title/index.md @@ -6,6 +6,7 @@ slug: Web/HTML/Element/title {{HTMLSidebar}} [HTML](/zh-TW/docs/Web/HTML) **`<title>`** 元素定義了顯示在瀏覽器標題欄或頁面標籤上的文件標題。它僅包含文本,元素內的標籤會被忽略。 + ```html <title>Grandma's Heavy Metal Festival Journal ``` @@ -71,6 +72,7 @@ The `` element is always used within a page's {{HTMLElement("head")}} blo - 搜索引擎通常會顯示頁面標題的前55-60個字符。超出這個範圍的文本可能會被截斷,因此盡量不要使用超過這個長度的標題。如果必須使用較長的標題,請確保重要的部分位於前面,並且不要讓關鍵內容出現在可能被截斷的部分。 - 不要使用「關鍵詞堆疊」。如果標題只是一個詞語列表,算法通常會導致網頁在搜索結果中的排名下降。 - 盡量確保標題在網站內是獨一無二的。重複或幾乎重複的標題可能導致不準確的搜索結果。 + ## 範例 ```html @@ -84,6 +86,7 @@ The `<title>` element is always used within a page's {{HTMLElement("head")}} blo 提供準確且簡潔的標題來描述網頁的用途非常重要。 對於輔助技術使用者來說,一種常見的導航技巧是閱讀網頁標題,然後推測網頁包含的內容。這是因為進入網頁以確定其內容可能是一個耗時且可能令人困惑的過程。網站的每個頁面標題都應該是獨一無二的,最好首先顯示頁面的主要目的,然後是網站的名稱。遵循這種模式將有助於確保螢幕閱讀器首先宣佈網頁的主要目的。這比讓使用者在訪問同一個網站的每個頁面時先聽到網站名稱然後才是獨特的頁面標題,提供了更好的使用體驗。 + ### 範例 ```html @@ -98,7 +101,7 @@ The `<title>` element is always used within a page's {{HTMLElement("head")}} blo ``` -> **備註:** 目前,動態更新頁面標題不會被螢幕閱讀器自動宣佈。如果要更新頁面標題以反映頁面狀態的重大變化,則可能需要使用 [ARIA Live Regions](/zh-TW/docs/Web/Accessibility/ARIA/ARIA_Live_Regions)。 +> **備註:** 目前,動態更新頁面標題不會被螢幕閱讀器自動宣佈。如果要更新頁面標題以反映頁面狀態的重大變化,則可能需要使用 [ARIA Live Regions](/zh-TW/docs/Web/Accessibility/ARIA/ARIA_Live_Regions)。 From 8ee602899708a372a43cb128dbc8271f57712aed Mon Sep 17 00:00:00 2001 From: "Dr.XYZ" Date: Thu, 2 Nov 2023 21:15:10 +0800 Subject: [PATCH 12/15] update --- files/zh-tw/web/html/element/title/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/zh-tw/web/html/element/title/index.md b/files/zh-tw/web/html/element/title/index.md index be378cdf0e841a..4c9cdc839a2e79 100644 --- a/files/zh-tw/web/html/element/title/index.md +++ b/files/zh-tw/web/html/element/title/index.md @@ -103,8 +103,6 @@ The `<title>` element is always used within a page's {{HTMLElement("head")}} blo > **備註:** 目前,動態更新頁面標題不會被螢幕閱讀器自動宣佈。如果要更新頁面標題以反映頁面狀態的重大變化,則可能需要使用 [ARIA Live Regions](/zh-TW/docs/Web/Accessibility/ARIA/ARIA_Live_Regions)。 - - - [MDN Understanding WCAG, Guideline 2.4 explanations](/zh-TW/docs/Web/Accessibility/Understanding_WCAG/Operable#guideline_2.4_—_navigable_provide_ways_to_help_users_navigate_find_content_and_determine_where_they_are) - [Understanding Success Criterion 2.4.2 | W3C Understanding WCAG 2.1](https://www.w3.org/WAI/WCAG21/Understanding/page-titled.html) From 4207de149e21c1fa0b21d249a6d6d3ae86dcc4d8 Mon Sep 17 00:00:00 2001 From: "Dr.XYZ" <drxyz.8787@gmail.com> Date: Fri, 3 Nov 2023 18:22:17 +0800 Subject: [PATCH 13/15] update <noscript> --- .../zh-tw/web/html/element/noscript/index.md | 105 ++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 files/zh-tw/web/html/element/noscript/index.md diff --git a/files/zh-tw/web/html/element/noscript/index.md b/files/zh-tw/web/html/element/noscript/index.md new file mode 100644 index 00000000000000..658e2e7df0d1d7 --- /dev/null +++ b/files/zh-tw/web/html/element/noscript/index.md @@ -0,0 +1,105 @@ +--- +title: <noscript> +slug: Web/HTML/Element/noscript +--- + +{{HTMLSidebar}} + +[HTML](/en-US/docs/Web/HTML) **`<noscript>`** 元素定義了一個 HTML 區塊,如果網頁上的腳本類型不支援或瀏覽器當前已關閉腳本,則將插入該區塊。 + +<table class="properties"> + <tbody> + <tr> + <th scope="row"> + <a href="/en-US/docs/Web/HTML/Content_categories" + >內容類型</a + > + </th> + <td> + <a href="/en-US/docs/Web/HTML/Content_categories#metadata_content" + >後設資料內容</a + >, + <a href="/en-US/docs/Web/HTML/Content_categories#flow_content" + >流內容</a + >, + <a href="/en-US/docs/Web/HTML/Content_categories#phrasing_content" + >段落型內容</a + >。 + </td> + </tr> + <tr> + <th scope="row">允許內容</th> + <td> + 當腳本被禁用時,並且該元素是 + {{HTMLElement("head")}} 元素的子元素時:可以包括零個或多個 + {{HTMLElement("link")}} 元素、零個或多個 + {{HTMLElement("style")}} 元素,以及零個或多個 + {{HTMLElement("meta")}} 元素,它們的順序可以是任意的。<br />當腳本被禁用時,並且該元素不是 + {{HTMLElement("head")}} 元素的後代時:可以包括任何 + <a + href="/en-US/docs/Web/HTML/Content_categories#transparent_content_model" + >透明內容</a + >,但不得包含<code><noscript></code>元素在其後代中。<br />否則:可以包括流內容或短語內容。 + </td> + </tr> + <tr> + <th scope="row">標籤省略</th> + <td>{{no_tag_omission}}</td> + </tr> + <tr> + <th scope="row">允許的父元素</th> + <td> + Any element that accepts + <a href="/en-US/docs/Web/HTML/Content_categories#phrasing_content" + >phrasing content</a + >, if there are no ancestor <code><noscript></code> element, or in + a {{HTMLElement("head")}} element (but only for an HTML + document), here again if there are no ancestor + <code><noscript></code> element. + 如果不存在祖元素 <code><noscript></code>,或者在 {{HTMLElement("head")}} 元素中(但僅適用於HTML文件),同樣如果不存在 <code><noscript></code> 祖元素,則接受任何<a href="/en-US/docs/Web/HTML/Content_categories#phrasing_content" + >段落型內容</a + >的元素。 + </td> + </tr> + <tr> + <th scope="row">允許的 ARIA 角色</th> + <td>沒有允許的 <code>role</code></td> + </tr> + <tr> + <th scope="row">DOM 介面</th> + <td>{{domxref("HTMLElement")}}</td> + </tr> + </tbody> +</table> + +## 屬性 + +這個元素屬性含有[全域屬性](/en-US/docs/Web/HTML/Global_attributes)。 + +## 範例 + +```html +<noscript> + <!-- anchor linking to external file --> + <a href="https://www.mozilla.org/">External Link</a> +</noscript> +<p>Rocks!</p> +``` + +### 腳本成功執行的結果 + +Rocks! + +### 腳本執行失敗的成果 + +[External Link](https://www.mozilla.org/) + +Rocks! + +## 規範 + +{{Specifications}} + +## 瀏覽器相容性 + +{{Compat}} From 35fbba4170979456d3062f26098b7dfd7455ec1f Mon Sep 17 00:00:00 2001 From: "Dr.XYZ" <drxyz.8787@gmail.com> Date: Fri, 3 Nov 2023 18:25:18 +0800 Subject: [PATCH 14/15] update <noscript> --- files/zh-tw/web/html/element/noscript/index.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/files/zh-tw/web/html/element/noscript/index.md b/files/zh-tw/web/html/element/noscript/index.md index 658e2e7df0d1d7..0880a81c0004ca 100644 --- a/files/zh-tw/web/html/element/noscript/index.md +++ b/files/zh-tw/web/html/element/noscript/index.md @@ -5,24 +5,24 @@ slug: Web/HTML/Element/noscript {{HTMLSidebar}} -[HTML](/en-US/docs/Web/HTML) **`<noscript>`** 元素定義了一個 HTML 區塊,如果網頁上的腳本類型不支援或瀏覽器當前已關閉腳本,則將插入該區塊。 +[HTML](/zh-TW/docs/Web/HTML) **`<noscript>`** 元素定義了一個 HTML 區塊,如果網頁上的腳本類型不支援或瀏覽器當前已關閉腳本,則將插入該區塊。 <table class="properties"> <tbody> <tr> <th scope="row"> - <a href="/en-US/docs/Web/HTML/Content_categories" + <a href="/zh-TW/docs/Web/HTML/Content_categories" >內容類型</a > </th> <td> - <a href="/en-US/docs/Web/HTML/Content_categories#metadata_content" + <a href="/zh-TW/docs/Web/HTML/Content_categories#metadata_content" >後設資料內容</a >, - <a href="/en-US/docs/Web/HTML/Content_categories#flow_content" + <a href="/zh-TW/docs/Web/HTML/Content_categories#flow_content" >流內容</a >, - <a href="/en-US/docs/Web/HTML/Content_categories#phrasing_content" + <a href="/zh-TW/docs/Web/HTML/Content_categories#phrasing_content" >段落型內容</a >。 </td> @@ -37,7 +37,7 @@ slug: Web/HTML/Element/noscript {{HTMLElement("meta")}} 元素,它們的順序可以是任意的。<br />當腳本被禁用時,並且該元素不是 {{HTMLElement("head")}} 元素的後代時:可以包括任何 <a - href="/en-US/docs/Web/HTML/Content_categories#transparent_content_model" + href="/zh-TW/docs/Web/HTML/Content_categories#transparent_content_model" >透明內容</a >,但不得包含<code><noscript></code>元素在其後代中。<br />否則:可以包括流內容或短語內容。 </td> @@ -50,13 +50,13 @@ slug: Web/HTML/Element/noscript <th scope="row">允許的父元素</th> <td> Any element that accepts - <a href="/en-US/docs/Web/HTML/Content_categories#phrasing_content" + <a href="/zh-TW/docs/Web/HTML/Content_categories#phrasing_content" >phrasing content</a >, if there are no ancestor <code><noscript></code> element, or in a {{HTMLElement("head")}} element (but only for an HTML document), here again if there are no ancestor <code><noscript></code> element. - 如果不存在祖元素 <code><noscript></code>,或者在 {{HTMLElement("head")}} 元素中(但僅適用於HTML文件),同樣如果不存在 <code><noscript></code> 祖元素,則接受任何<a href="/en-US/docs/Web/HTML/Content_categories#phrasing_content" + 如果不存在祖元素 <code><noscript></code>,或者在 {{HTMLElement("head")}} 元素中(但僅適用於HTML文件),同樣如果不存在 <code><noscript></code> 祖元素,則接受任何<a href="/zh-TW/docs/Web/HTML/Content_categories#phrasing_content" >段落型內容</a >的元素。 </td> @@ -74,7 +74,7 @@ slug: Web/HTML/Element/noscript ## 屬性 -這個元素屬性含有[全域屬性](/en-US/docs/Web/HTML/Global_attributes)。 +這個元素屬性含有[全域屬性](/zh-TW/docs/Web/HTML/Global_attributes)。 ## 範例 From a6b1ed5d0621b714dc5a7d79832729e579b85933 Mon Sep 17 00:00:00 2001 From: Dr-XYZ <xy2008bruce@gmail.com> Date: Fri, 3 Nov 2023 19:01:35 +0800 Subject: [PATCH 15/15] [zh-TW]:update <noscript> --- files/zh-tw/web/html/element/noscript/index.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/files/zh-tw/web/html/element/noscript/index.md b/files/zh-tw/web/html/element/noscript/index.md index 0880a81c0004ca..2557b8af9984ef 100644 --- a/files/zh-tw/web/html/element/noscript/index.md +++ b/files/zh-tw/web/html/element/noscript/index.md @@ -49,13 +49,6 @@ slug: Web/HTML/Element/noscript <tr> <th scope="row">允許的父元素</th> <td> - Any element that accepts - <a href="/zh-TW/docs/Web/HTML/Content_categories#phrasing_content" - >phrasing content</a - >, if there are no ancestor <code><noscript></code> element, or in - a {{HTMLElement("head")}} element (but only for an HTML - document), here again if there are no ancestor - <code><noscript></code> element. 如果不存在祖元素 <code><noscript></code>,或者在 {{HTMLElement("head")}} 元素中(但僅適用於HTML文件),同樣如果不存在 <code><noscript></code> 祖元素,則接受任何<a href="/zh-TW/docs/Web/HTML/Content_categories#phrasing_content" >段落型內容</a >的元素。