aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/htmlelement/accesskey/index.html
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-11 18:25:40 +0100
committerGitHub <noreply@github.com>2021-02-11 18:25:40 +0100
commit0a2614c9e651a70a09da25ccf96b04662de6719d (patch)
treebcbed7459a775e21674282ffb33d07dc942b9097 /files/ko/web/api/htmlelement/accesskey/index.html
parent7a19fcc400749230196db0c64b0bfbe626d193c4 (diff)
parentf2db11d0be377464daa06807f993a562c7dc10ac (diff)
downloadtranslated-content-0a2614c9e651a70a09da25ccf96b04662de6719d.tar.gz
translated-content-0a2614c9e651a70a09da25ccf96b04662de6719d.tar.bz2
translated-content-0a2614c9e651a70a09da25ccf96b04662de6719d.zip
Merge pull request #37 from fiji-flo/unslugging-ko
Unslugging ko
Diffstat (limited to 'files/ko/web/api/htmlelement/accesskey/index.html')
-rw-r--r--files/ko/web/api/htmlelement/accesskey/index.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/files/ko/web/api/htmlelement/accesskey/index.html b/files/ko/web/api/htmlelement/accesskey/index.html
new file mode 100644
index 0000000000..7ef2393b5d
--- /dev/null
+++ b/files/ko/web/api/htmlelement/accesskey/index.html
@@ -0,0 +1,36 @@
+---
+title: Element.accessKey
+slug: Web/API/HTMLElement/accessKey
+tags:
+ - API
+ - Access Keys
+ - DOM
+ - Hotkeys
+ - NeedsContent
+ - 레퍼런스
+ - 속성
+ - 엘리먼트
+ - 키보드 단축키
+translation_of: Web/API/HTMLElement/accessKey
+translation_of_original: Web/API/Element/accessKey
+original_slug: Web/API/Element/accessKey
+---
+<div>{{APIRef("DOM")}}</div>
+
+<p><code><strong>Element.accessKey</strong></code> 속성은 주어진 사용자가 눌러 주어진 엘리먼트로 이동할 수 있는 키 입력 세트입니다.</p>
+
+<div class="note">
+<p><code>Element.accessKey</code> 속성은 브라우저에 이미 바인딩 된 키와의 여러 충돌로 인해 거의 사용되지 않습니다. 이를 해결하기 위해, 브라우저는 다른 "적절한" 키(예, <kbd>Alt</kbd> + accesskey)와 함께 키가 눌렸을 때동작하도록 구현하였습니다.</p>
+</div>
+
+<h2 id="브라우저_호환성">브라우저 호환성</h2>
+
+
+
+<p>{{Compat("api.Element.accessKey")}}</p>
+
+<h2 id="함께_보기">함께 보기</h2>
+
+<ul>
+ <li><a href="https://developer.mozilla.org/ko/docs/Web/HTML/Global_attributes/accesskey">HTML 전역 속성: accesskey</a></li>
+</ul>