Skip to content

Commit

Permalink
Accept-Charset HTTP header removed - not sent by any browser for many…
Browse files Browse the repository at this point in the history
… years and deprecated

ref: mdn/content#36854
  • Loading branch information
yin1999 committed Nov 21, 2024
1 parent 00b73c3 commit 2e29fb4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 44 deletions.
1 change: 0 additions & 1 deletion files/zh-tw/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@
/zh-TW/docs/Web/HTTP/Access_control_CORS /zh-TW/docs/Web/HTTP/CORS
/zh-TW/docs/Web/HTTP/Basics_of_HTTP/Choosing_between_www_and_non-www_URLs /zh-TW/docs/Web/URI/Authority/Choosing_between_www_and_non-www_URLs
/zh-TW/docs/Web/HTTP/Basics_of_HTTP/Data_URLs /zh-TW/docs/Web/URI/Schemes/data
/zh-TW/docs/Web/HTTP/Headers/Accept-Charset /zh-TW/docs/Web/HTTP/Headers
/zh-TW/docs/Web/HTTP/Link_prefetching_FAQ /zh-TW/docs/Glossary/Prefetch
/zh-TW/docs/Web/HTTP/Response_codes /zh-TW/docs/Web/HTTP/Status
/zh-TW/docs/Web/HTTP/Server-Side_Access_Control /zh-TW/docs/Web/HTTP/CORS
Expand Down
4 changes: 2 additions & 2 deletions files/zh-tw/learn/forms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ slug: Learn/Forms
<tr>
<td style="white-space: nowrap">accept-charset</td>
<td>{{ HTMLElement("form") }}</td>
<td>支持的字符集列表。</td>
<td>字符集,必須指定為 <code>"UTF-8"</code>(若提供)。</td>
</tr>
<tr>
<td>action</td>
Expand All @@ -82,7 +82,7 @@ slug: Learn/Forms
<tr>
<td>autocomplete</td>
<td>
{{ HTMLElement("form") }}, {{ HTMLElement("input") }}
{{ HTMLElement("form") }}{{ HTMLElement("input") }}
</td>
<td>指示是否在這個表單控件可以在默認情況下有其值由瀏覽器自動完成。</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion files/zh-tw/web/html/attributes/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: HTML attribute reference
title: HTML 屬性參考
slug: Web/HTML/Attributes
---

Expand Down
4 changes: 2 additions & 2 deletions files/zh-tw/web/html/element/form/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ slug: Web/HTML/Element/form

- : 伺服器接受的逗號分隔的[內容類型](/zh-TW/docs/Web/SVG/Content_type)

> **備註:** **此屬性已被廢棄,不應再使用** 請改用 `<input type=file>` 元素上的 [`accept`](/zh-TW/docs/Web/HTML/Element/input#accept) 屬性。
> **備註:** **此屬性已被廢棄,不應再使用**請改用 `<input type=file>` 元素上的 [`accept`](/zh-TW/docs/Web/HTML/Element/input#accept) 屬性。
- `accept-charset`

- : 伺服器接受的空格分隔的{{Glossary("character encoding", "字元編碼")}}。瀏覽器將按照列出的順序使用它們。默認值表示[與頁面相同的編碼](/zh-TW/docs/Web/HTTP/Headers/Content-Encoding)。(在 HTML 的之前版本中,字符編碼也可以用逗號分隔。)
- : 伺服器接受的{{Glossary("character encoding", "字元編碼")}}。該規範允許使用單一不區分大小寫的值——`"UTF-8"`,反映了這種編碼的普遍性(歷史上,可以以逗號分隔或空格分隔的清單指定多個字元編碼)。

- `autocapitalize`

Expand Down
38 changes: 0 additions & 38 deletions files/zh-tw/web/http/headers/index.md

This file was deleted.

0 comments on commit 2e29fb4

Please sign in to comment.