Skip to content

Commit

Permalink
Update files/ja/web/html/element/dialog/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mfuji09 and github-actions[bot] authored Oct 26, 2024
1 parent 72f899d commit 57bdd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ja/web/html/element/dialog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ confirmBtn.addEventListener("click", (event) => {
- ダイアログフォーム内のフォームを、`dialog` メソッドを使用して確定することによって(例えば、[HTML のみの例](#html_のみのダイアログ)を参照)。
- <kbd>Esc</kbd> キーを押すことよって。
- {{domxref("HTMLDialogElement.close()")}} メソッドを呼び出すことによって([モーダルの例](#モーダルダイアログの作成)にあるように)。
この例では、[キャンセル]ボタンはダイアログフォームメソッドを介してダイアログを閉じ、[確認]ボタンは {{domxref("HTMLDialogElement.close()")}} メソッドを介してダイアログを閉じます。
この例では、[キャンセル]ボタンはダイアログフォームメソッドを介してダイアログを閉じ、[確認]ボタンは {{domxref("HTMLDialogElement.close()")}} メソッドを介してダイアログを閉じます。

[キャンセル]ボタンには [`formmethod="dialog"`](/ja/docs/Web/HTML/Element/input/submit#formmethod) が含まれており、 {{HTMLElement("form")}} の既定の {{HTTPMethod("GET")}} メソッド ([`method`](/ja/docs/Web/HTML/Element/form#method)) を上書きします。フォームのメソッドが [`dialog`](#usage_notes) の場合、フォームの状態は送信されずに保存され、ダイアログは閉じられます。

Expand Down

0 comments on commit 57bdd52

Please sign in to comment.