From 31d9782503b391d5743bd8efb53db4fb416afd7a Mon Sep 17 00:00:00 2001 From: allo Date: Tue, 30 Jul 2024 13:50:24 +0800 Subject: [PATCH] zh-tw: convert noteblocks to GFM syntax --- files/zh-tw/web/html/element/a/index.md | 2 +- files/zh-tw/web/html/element/audio/index.md | 2 +- files/zh-tw/web/http/headers/accept-encoding/index.md | 2 +- files/zh-tw/web/http/headers/accept-post/index.md | 2 +- files/zh-tw/web/http/status/501/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/files/zh-tw/web/html/element/a/index.md b/files/zh-tw/web/html/element/a/index.md index 8ca4fee2ab5aca..47a7eebe0b593d 100644 --- a/files/zh-tw/web/html/element/a/index.md +++ b/files/zh-tw/web/html/element/a/index.md @@ -27,7 +27,7 @@ slug: Web/HTML/Element/a - `filename`:定義值可建議作為文件名。 `/` 和 `\` 字符將轉換為底線(`_`)。檔案系統可能禁止文件名中的其他字符,因此如果需要,瀏覽器將調整建議的名稱。 - > **備註:** + > [!NOTE] > > - `download` 只適用於[同源 URL](/zh-TW/docs/Web/Security/Same-origin_policy),或者 `blob:` 和 `data:` 方案。 > - 瀏覽器如何處理下載因瀏覽器、用戶設置和其他因素而異。用戶在下載開始之前可能會收到提示,文件可能會自動保存,或者它可能會自動打開,無論是在外部應用程序中還是在瀏覽器本身中。 diff --git a/files/zh-tw/web/html/element/audio/index.md b/files/zh-tw/web/html/element/audio/index.md index 0dd91d04a436d1..47758b9f9ab30c 100644 --- a/files/zh-tw/web/html/element/audio/index.md +++ b/files/zh-tw/web/html/element/audio/index.md @@ -68,7 +68,7 @@ slug: Web/HTML/Element/audio 默認值對於每個瀏覽器是不同的。規範建議將其設置為 `metadata`。 - > **備註:** + > [!NOTE] > > - `autoplay` 屬性優先於 `preload`。如果指定了 `autoplay`,瀏覽器顯然需要開始下載音訊以進行播放。 > - 規範並不強制要求瀏覽器遵循此屬性的值;它僅僅是一個提示。 diff --git a/files/zh-tw/web/http/headers/accept-encoding/index.md b/files/zh-tw/web/http/headers/accept-encoding/index.md index 74f50b89590f7f..ccba1d844b6527 100644 --- a/files/zh-tw/web/http/headers/accept-encoding/index.md +++ b/files/zh-tw/web/http/headers/accept-encoding/index.md @@ -16,7 +16,7 @@ l10n: 只要 `identity;q=0` 或 `*;q=0` 指令未明確禁止表示無編碼的 `identity` 值,伺服器就不得返回 {{HTTPStatus("406")}} `Not Acceptable` 錯誤。 -> **備註:** +> [!NOTE] > > - IANA 註冊表維護[官方內容編碼列表](https://www.iana.org/assignments/http-parameters/http-parameters.xhtml#content-coding)。 > - `bzip` 和 `bzip2` 編碼是非標準的,但在某些情況下可能會使用,包括對舊版的支援。 diff --git a/files/zh-tw/web/http/headers/accept-post/index.md b/files/zh-tw/web/http/headers/accept-post/index.md index c9e69f1b13aeec..e8a654c50227ea 100644 --- a/files/zh-tw/web/http/headers/accept-post/index.md +++ b/files/zh-tw/web/http/headers/accept-post/index.md @@ -13,7 +13,7 @@ l10n: 例如,伺服器接收到不支援的媒體類型的 `POST` 請求時,可能會回應 {{HTTPStatus("415")}} `Unsupported Media Type` 狀態碼並附上參考一個或多個支援媒體類型的 **`Accept-Post`** 標頭。 -> **備註:** +> [!NOTE] > > - IANA 註冊表維護[官方內容編碼列表](https://www.iana.org/assignments/http-parameters/http-parameters.xhtml#content-coding)。 > - `bzip` 和 `bzip2` 編碼是非標準的,但在某些情況下,包括遺留支援時可能會使用。 diff --git a/files/zh-tw/web/http/status/501/index.md b/files/zh-tw/web/http/status/501/index.md index 603e5e90abbeba..e44336bd686350 100644 --- a/files/zh-tw/web/http/status/501/index.md +++ b/files/zh-tw/web/http/status/501/index.md @@ -15,7 +15,7 @@ l10n: 如果伺服器允許該方法,但故意不支援該方法,則適當的回應是 {{HTTPStatus(405, "405 Method Not Allowed")}}。 -> **備註:** +> [!NOTE] > > - 501 錯誤不是你可以修復的,而是需要由你嘗試訪問的網路伺服器進行修復。 > - 501 回應默認是可緩存的;也就是說,除非緩存標頭另有指示。