aboutsummaryrefslogtreecommitdiff
path: root/files/ko/orphaned/web/api
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-07-06 00:36:59 +0000
committerMDN <actions@users.noreply.github.com>2021-07-06 00:36:59 +0000
commitc8a90c7efb53bdf1f1b019a071d9b80e3efb823e (patch)
treeb0eab4399a81ad9a3c73da565a937d1a2f0f3431 /files/ko/orphaned/web/api
parent9e402885ddc03e6a287453189adb426ec930742a (diff)
downloadtranslated-content-c8a90c7efb53bdf1f1b019a071d9b80e3efb823e.tar.gz
translated-content-c8a90c7efb53bdf1f1b019a071d9b80e3efb823e.tar.bz2
translated-content-c8a90c7efb53bdf1f1b019a071d9b80e3efb823e.zip
[CRON] sync translated content
Diffstat (limited to 'files/ko/orphaned/web/api')
-rw-r--r--files/ko/orphaned/web/api/htmlorforeignelement/tabindex/index.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/files/ko/orphaned/web/api/htmlorforeignelement/tabindex/index.html b/files/ko/orphaned/web/api/htmlorforeignelement/tabindex/index.html
new file mode 100644
index 0000000000..b159239155
--- /dev/null
+++ b/files/ko/orphaned/web/api/htmlorforeignelement/tabindex/index.html
@@ -0,0 +1,27 @@
+---
+title: element.tabIndex
+slug: orphaned/Web/API/HTMLOrForeignElement/tabIndex
+tags:
+ - DOM
+ - Gecko
+ - Gecko DOM Reference
+translation_of: Web/API/HTMLOrForeignElement/tabIndex
+original_slug: Web/API/HTMLOrForeignElement/tabIndex
+---
+<p>{{ ApiRef() }}</p>
+<h3 id=".EC.9A.94.EC.95.BD" name=".EC.9A.94.EC.95.BD">요약</h3>
+<p>현재 요소의 탭 순서를 get/set.</p>
+<h3 id=".EA.B5.AC.EB.AC.B8" name=".EA.B5.AC.EB.AC.B8">구문</h3>
+<pre class="eval">element.tabIndex =<i>iIndex</i>
+</pre>
+<h3 id=".EB.A7.A4.EA.B0.9C.EB.B3.80.EC.88.98" name=".EB.A7.A4.EA.B0.9C.EB.B3.80.EC.88.98">매개변수</h3>
+<ul>
+ <li><code>iIndex</code>는 숫자</li>
+</ul>
+<h3 id=".EC.98.88" name=".EC.98.88">예</h3>
+<pre>b1 = document.getElementById("button1");
+b1.tabIndex = 1;
+</pre>
+<h3 id=".EB.AA.85.EC.84.B8" name=".EB.AA.85.EC.84.B8">명세</h3>
+<p><a class="external" href="http://www.w3.org/TR/2000/WD-DOM-Level-2-HTML-20001113/html.html#ID-40676705">tabIndex </a></p>
+<p>{{ languages( { "en": "en/DOM/element.tabIndex", "pl": "pl/DOM/element.tabIndex" } ) }}</p>