aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/window/blur/index.html
blob: d2cd6d6362f223d025d6007e6a7e65b833dc6715 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: window.blur
slug: Web/API/Window/blur
tags:
  - DOM
  - DOM_0
  - Gecko
  - Gecko DOM Reference
  - Window
translation_of: Web/API/Window/blur
---
<div>
 {{ApiRef}}</div>
<h2 id="Summary" name="Summary">概要</h2>
<p>ウィンドウからフォーカスをはずします。</p>
<h2 id="Syntax" name="Syntax">構文</h2>
<pre class="syntaxbox">window.blur()</pre>
<h2 id="Example" name="Example"></h2>
<pre class="brush:js">window.blur();</pre>
<h2 id="Notes" name="Notes">注記</h2>
<p>window.blur() メソッドは、ユーザが現在のウィンドウからフォーカスをはずす動作と同じです。</p>
<h2 id="Specification" name="Specification">仕様</h2>
<p>{{DOM0}}</p>