Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert to markdown for web/{http, javascript, manifest, mathml} zh-TW #7539

Merged
merged 3 commits into from
Aug 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/zh-tw/web/api/formdata/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ translation_of: Web/API/FormData

實作 `FormData` 的物件可以直接利用 {{jsxref("Statements/for...of", "for...of")}} 語法結構來替代 {{domxref('FormData.entries()', 'entries()')}}:`for (var p of myFormData)` 等同於 `for (var p of myFormData.entries())`

> **備註:**此特性適用於 [Web Workers](/zh-TW/docs/Web/API/Web_Workers_API)
> **備註:** 此特性適用於 [Web Workers](/zh-TW/docs/Web/API/Web_Workers_API)
## 建構式

Expand Down
4 changes: 2 additions & 2 deletions files/zh-tw/web/css/ime-mode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ input[type=password] {
}
```

> **備註:**一般說來,公開的網站不該自行調整輸入法模式的行為。這個特性主要是給網際應用程式使用的。
> **備註:** 一般說來,公開的網站不該自行調整輸入法模式的行為。這個特性主要是給網際應用程式使用的。
Mac 版的 Gecko 1.9 中,若某欄位設定停用輸入法,則自該欄位移開輸入焦點時並無法自行恢復輸入法狀態,所以若使用 `disabled` 值,Mac 的使用者可能會碰上麻煩。

> **備註:**別僅僅仰賴停用輸入法的招術來避免使用者輸入擴充字元,因為即使輸入法被停用,使用者依然可自他處剪下擴充字元後貼到表單欄位中。
> **備註:** 別僅僅仰賴停用輸入法的招術來避免使用者輸入擴充字元,因為即使輸入法被停用,使用者依然可自他處剪下擴充字元後貼到表單欄位中。
### 規格出處

Expand Down
123 changes: 0 additions & 123 deletions files/zh-tw/web/http/authentication/index.html

This file was deleted.

Loading