diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/phase/index.html')
-rw-r--r-- | files/ja/archive/mozilla/xul/attribute/phase/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/phase/index.html b/files/ja/archive/mozilla/xul/attribute/phase/index.html new file mode 100644 index 0000000000..dcadd57b13 --- /dev/null +++ b/files/ja/archive/mozilla/xul/attribute/phase/index.html @@ -0,0 +1,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> |