diff options
Diffstat (limited to 'files/ja/web/api/globaleventhandlers/onblur/index.html')
-rw-r--r-- | files/ja/web/api/globaleventhandlers/onblur/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/globaleventhandlers/onblur/index.html b/files/ja/web/api/globaleventhandlers/onblur/index.html index a5dc8cb510..347222fd5c 100644 --- a/files/ja/web/api/globaleventhandlers/onblur/index.html +++ b/files/ja/web/api/globaleventhandlers/onblur/index.html @@ -11,7 +11,7 @@ translation_of: Web/API/GlobalEventHandlers/onblur --- <div>{{ApiRef("HTML DOM")}}</div> -<p>{{domxref("GlobalEventHandlers")}} ミックスインの <code><strong>onblur</strong></code> プロパティは、{{event("blur")}} イベントを処理する {{domxref("EventHandler")}} です。これは、{{domxref("Element")}}、{{domxref("Document")}}、{{domxref("Window")}} 上で利用できます。</p> +<p>{{domxref("GlobalEventHandlers")}} ミックスインの <code><strong>onblur</strong></code> プロパティは、{{event("blur")}} イベントを処理する {{event("Event_handlers", "event handler")}} です。これは、{{domxref("Element")}}、{{domxref("Document")}}、{{domxref("Window")}} 上で利用できます。</p> <p><code>blur</code> イベントは要素がフォーカスを失ったときに生じます。</p> |