From c8a90c7efb53bdf1f1b019a071d9b80e3efb823e Mon Sep 17 00:00:00 2001 From: MDN Date: Tue, 6 Jul 2021 00:36:59 +0000 Subject: [CRON] sync translated content --- .../api/htmlorforeignelement/tabindex/index.html | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 files/ko/orphaned/web/api/htmlorforeignelement/tabindex/index.html (limited to 'files/ko/orphaned/web') 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 +--- +

{{ ApiRef() }}

+

요약

+

현재 요소의 탭 순서를 get/set.

+

구문

+
element.tabIndex =iIndex
+
+

매개변수

+ +

+
b1 = document.getElementById("button1");
+b1.tabIndex = 1;
+
+

명세

+

tabIndex

+

{{ languages( { "en": "en/DOM/element.tabIndex", "pl": "pl/DOM/element.tabIndex" } ) }}

-- cgit v1.2.3-54-g00ecf