diff options
author | i-aki-y <aki.y.ishikawa@gmail.com> | 2021-12-16 17:56:30 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-12-18 15:20:44 +0900 |
commit | 6899038ea806c8f20fd9cc9f5f5bdb298cba58eb (patch) | |
tree | 421878d66b6a4dc2bac73d7868790aad2dee586a /files | |
parent | 0485eda2bf50faaf030f76e59afce874712e9bb2 (diff) | |
download | translated-content-6899038ea806c8f20fd9cc9f5f5bdb298cba58eb.tar.gz translated-content-6899038ea806c8f20fd9cc9f5f5bdb298cba58eb.tar.bz2 translated-content-6899038ea806c8f20fd9cc9f5f5bdb298cba58eb.zip |
Fix returnValue's description
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/html/element/dialog/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/html/element/dialog/index.html b/files/ja/web/html/element/dialog/index.html index b6672e3151..65ea581d01 100644 --- a/files/ja/web/html/element/dialog/index.html +++ b/files/ja/web/html/element/dialog/index.html @@ -67,7 +67,7 @@ translation_of: Web/HTML/Element/dialog <h2 id="Usage_notes" name="Usage_notes">使用上の注意</h2> <ul> - <li>{{HTMLElement("form")}} 要素は <code>method="dialog"</code> 属性が指定されていれば、ダイアログを閉じることができます。そのようなフォームが送信されると、 {{domxref("HTMLDialogElement.returnValue", "returnValue")}} プロパティがフォーム送信するために使用されたボタンの <code>value</code> に設定されて、ダイアログが閉じられます。</li> + <li>{{HTMLElement("form")}} 要素は <code>method="dialog"</code> 属性が指定されていれば、ダイアログを閉じることができます。そのようなフォームが送信されると、 {{domxref("HTMLDialogElement.returnValue", "returnValue")}} プロパティにフォーム送信するために使用されたボタンの <code>value</code> が設定されて、ダイアログが閉じられます。</li> <li>CSS の {{cssxref('::backdrop')}} 擬似要素を使用して、 <code><dialog></code> 要素が {{domxref("HTMLDialogElement.showModal()")}} で表示されたときの背後のスタイルを設定することができます。例えば、モーダルダイアログの背後にある操作できないコンテンツを暗くするなどです。</li> </ul> |