aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/htmlelement
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:07:59 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:07:59 +0100
commit6ef1fa4618e08426b874529619a66adbd3d1fcf0 (patch)
tree890e3e27131be010d82ef957fa68db495006cb0e /files/ja/web/api/htmlelement
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.tar.gz
translated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.tar.bz2
translated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.zip
unslug ja: move
Diffstat (limited to 'files/ja/web/api/htmlelement')
-rw-r--r--files/ja/web/api/htmlelement/accesskey/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/files/ja/web/api/htmlelement/accesskey/index.html b/files/ja/web/api/htmlelement/accesskey/index.html
new file mode 100644
index 0000000000..82738c792f
--- /dev/null
+++ b/files/ja/web/api/htmlelement/accesskey/index.html
@@ -0,0 +1,23 @@
+---
+title: Element.accessKey
+slug: Web/API/Element/accessKey
+translation_of: Web/API/HTMLElement/accessKey
+translation_of_original: Web/API/Element/accessKey
+---
+<div>{{APIRef("DOM")}}</div>
+
+<div> </div>
+
+<div><font face="Consolas, Monaco, Andale Mono, monospace"><strong>Element.accessKey</strong>は、</font>ユーザが他の要素へジャンプする時に押す、<font face="Consolas, Monaco, Andale Mono, monospace">キーストロークを設定します。</font></div>
+
+<div> </div>
+
+<div class="note">
+<p><code>Element.accessKey</code> は、ブラウザの既定のキーバインディングと競合する為、めったに使われません。この競合を回避するために、ブラウザはアクセスキーの挙動を他の「最適な」キーと一緒に押されたときに動くように実装しています。( <kbd>Alt</kbd> + アクセスキー、の様に。)</p>
+</div>
+
+<h4 id="See_also">See also </h4>
+
+<ul>
+ <li><a href="/en-US/docs/Web/HTML/Global_attributes/accesskey">HTML Global attributes, accesskey</a></li>
+</ul>