aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/attribute/eventnode/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/eventnode/index.html')
-rw-r--r--files/ja/archive/mozilla/xul/attribute/eventnode/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/eventnode/index.html b/files/ja/archive/mozilla/xul/attribute/eventnode/index.html
new file mode 100644
index 0000000000..703992f9da
--- /dev/null
+++ b/files/ja/archive/mozilla/xul/attribute/eventnode/index.html
@@ -0,0 +1,15 @@
+---
+title: eventnode
+slug: Archive/Mozilla/XUL/Attribute/eventnode
+tags:
+ - XUL Attributes
+ - XUL Reference
+translation_of: Archive/Mozilla/XUL/Attribute/eventnode
+---
+<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-eventnode"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/eventnode">eventnode</a></code> </dt><dd> 型: <em>下記の値のいずれか一つ</em> </dd><dd> キーボード操作イベントを受け取る場所を指示します。この属性が指定されていない場合、イベントは <code><a href="/ja/docs/Mozilla/Tech/XUL/tabbox" title="tabbox">tabbox</a></code> から受け取ります。そのため、この属性が使用されていないときは <code><a href="/ja/docs/Mozilla/Tech/XUL/tabbox" title="tabbox">tabbox</a></code> 要素やその内側の要素はキーボード操作を適用するためのフォーカスを持っていなければなりません。 </dd></dl>
+<ul> <li><code>parent</code>: キーボード操作は <code><a href="/ja/docs/Mozilla/Tech/XUL/tabbox" title="tabbox">tabbox</a></code> の親要素に捕捉されます。</li> <li><code>window</code>: キーボード操作は window レベルで捕捉されます。window 内の任意の要素がフォーカスされている間、タブ操作が発生します。</li> <li><code>document</code>: キーボード操作は document レベルで捕捉されます。document 内の任意の要素がフォーカスされている間、タブ操作が発生します。</li>
+</ul>
+<div class="noinclude">
+
+</div>