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 --- files/ko/_redirects.txt | 7 +++--- files/ko/_wikihistory.json | 18 +++++++-------- .../api/htmlorforeignelement/tabindex/index.html | 27 ++++++++++++++++++++++ .../api/htmlorforeignelement/tabindex/index.html | 27 ---------------------- 4 files changed, 40 insertions(+), 39 deletions(-) create mode 100644 files/ko/orphaned/web/api/htmlorforeignelement/tabindex/index.html delete mode 100644 files/ko/web/api/htmlorforeignelement/tabindex/index.html (limited to 'files/ko') diff --git a/files/ko/_redirects.txt b/files/ko/_redirects.txt index 5bb1ae1816..b957c957d7 100644 --- a/files/ko/_redirects.txt +++ b/files/ko/_redirects.txt @@ -235,7 +235,7 @@ /ko/docs/DOM/element.length /ko/docs/Web/API/NodeList/length /ko/docs/DOM/element.scrollIntoView /ko/docs/Web/API/Element/scrollIntoView /ko/docs/DOM/element.style /ko/docs/orphaned/Web/API/ElementCSSInlineStyle/style -/ko/docs/DOM/element.tabIndex /ko/docs/Web/API/HTMLOrForeignElement/tabIndex +/ko/docs/DOM/element.tabIndex /ko/docs/orphaned/Web/API/HTMLOrForeignElement/tabIndex /ko/docs/DOM/event /ko/docs/Web/API/Event /ko/docs/DOM/event.cancelable /ko/docs/Web/API/Event/cancelable /ko/docs/DOM/event.preventDefault /ko/docs/Web/API/Event/preventDefault @@ -265,7 +265,7 @@ /ko/docs/DOM:element.lastChild /ko/docs/Web/API/Node/lastChild /ko/docs/DOM:element.length /ko/docs/Web/API/NodeList/length /ko/docs/DOM:element.style /ko/docs/orphaned/Web/API/ElementCSSInlineStyle/style -/ko/docs/DOM:element.tabIndex /ko/docs/Web/API/HTMLOrForeignElement/tabIndex +/ko/docs/DOM:element.tabIndex /ko/docs/orphaned/Web/API/HTMLOrForeignElement/tabIndex /ko/docs/DOM:event /ko/docs/Web/API/Event /ko/docs/DOM:form /ko/docs/Web/API/HTMLFormElement /ko/docs/DOM:range /ko/docs/Web/API/Range @@ -626,10 +626,11 @@ /ko/docs/Web/API/FileReader.result /ko/docs/Web/API/FileReader/result /ko/docs/Web/API/HTMLElement/dataset /ko/docs/orphaned/Web/API/HTMLOrForeignElement/dataset /ko/docs/Web/API/HTMLElement/style /ko/docs/orphaned/Web/API/ElementCSSInlineStyle/style -/ko/docs/Web/API/HTMLElement/tabIndex /ko/docs/Web/API/HTMLOrForeignElement/tabIndex +/ko/docs/Web/API/HTMLElement/tabIndex /ko/docs/orphaned/Web/API/HTMLOrForeignElement/tabIndex /ko/docs/Web/API/HTMLHyperlinkElementUtils /ko/docs/orphaned/Web/API/HTMLHyperlinkElementUtils /ko/docs/Web/API/HTMLHyperlinkElementUtils/href /ko/docs/Web/API/HTMLAnchorElement/href /ko/docs/Web/API/HTMLOrForeignElement/dataset /ko/docs/orphaned/Web/API/HTMLOrForeignElement/dataset +/ko/docs/Web/API/HTMLOrForeignElement/tabIndex /ko/docs/orphaned/Web/API/HTMLOrForeignElement/tabIndex /ko/docs/Web/API/HTML_드래그_앤_드롭_API /ko/docs/Web/API/HTML_Drag_and_Drop_API /ko/docs/Web/API/HTML_드래그_앤_드롭_API/Drag_operations /ko/docs/Web/API/HTML_Drag_and_Drop_API/Drag_operations /ko/docs/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB /ko/docs/orphaned/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB diff --git a/files/ko/_wikihistory.json b/files/ko/_wikihistory.json index 38cb8f1965..d893c3cc17 100644 --- a/files/ko/_wikihistory.json +++ b/files/ko/_wikihistory.json @@ -5322,15 +5322,6 @@ "chlgusrb14747" ] }, - "Web/API/HTMLOrForeignElement/tabIndex": { - "modified": "2019-03-23T23:42:52.929Z", - "contributors": [ - "fscholz", - "jsx", - "teoli", - "Netaras" - ] - }, "Web/API/HTMLSelectElement": { "modified": "2020-10-15T22:30:22.387Z", "contributors": [ @@ -18246,6 +18237,15 @@ "KimSejune" ] }, + "orphaned/Web/API/HTMLOrForeignElement/tabIndex": { + "modified": "2019-03-23T23:42:52.929Z", + "contributors": [ + "fscholz", + "jsx", + "teoli", + "Netaras" + ] + }, "orphaned/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB": { "modified": "2020-12-08T00:45:03.205Z", "contributors": [ 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" } ) }}

diff --git a/files/ko/web/api/htmlorforeignelement/tabindex/index.html b/files/ko/web/api/htmlorforeignelement/tabindex/index.html deleted file mode 100644 index e28ecb36c0..0000000000 --- a/files/ko/web/api/htmlorforeignelement/tabindex/index.html +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: element.tabIndex -slug: Web/API/HTMLOrForeignElement/tabIndex -tags: - - DOM - - Gecko - - Gecko DOM Reference -translation_of: Web/API/HTMLOrForeignElement/tabIndex -original_slug: Web/API/HTMLElement/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