blob: dcadd57b13bdbc2f6fba5f91a35bc81e45905446 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
title: phase
slug: Archive/Mozilla/XUL/Attribute/phase
tags:
- XUL Attributes
- XUL Reference
translation_of: Archive/Mozilla/XUL/Attribute/phase
---
<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/ja/docs/XUL/XUL_Reference">XUL リファレンス HOME</a></span></div>
<dl><dt> <code id="a-phase"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/phase">phase</a></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> ハンドラが呼び出される場所のイベントフェーズ。この値は、イベント取得フェーズであることを示すには <code>capturing</code> に、またはターゲット要素にあることを示すには <code>target</code> に設定します。揮発フェーズ (<span style="color: green;">bubbling phase</span>)では、この値全体を取り除きます。 </dd></dl>
<div class="noinclude">
</div>
|