From f0a3fb3e36d3b6b294bbdab3c3b0d81c9bc62534 Mon Sep 17 00:00:00 2001 From: j <115390541+rosaceaee@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:38:07 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A6=B0=ED=8A=B8=EC=97=90=20=EB=A7=9E?= =?UTF-8?q?=EC=B6=94=EC=96=B4=20=EA=B3=B5=EB=B0=B1=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- files/ko/web/api/htmlelement/tabIndex/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/ko/web/api/htmlelement/tabIndex/index.md b/files/ko/web/api/htmlelement/tabIndex/index.md index 73b718c1ab230c..dec582cdd240e2 100644 --- a/files/ko/web/api/htmlelement/tabIndex/index.md +++ b/files/ko/web/api/htmlelement/tabIndex/index.md @@ -12,8 +12,8 @@ l10n: 탭 순서의 흐름 1. `tabIndex`가 정수인 요소인 경우. - 동일한 `tabIndex`값을 가진 요소는 차례대로 나타난 순서로 표시됩니다. - 이 순서는 `tabIndex` 요소의 가장 낮은 값에서 가장 높은 값으로 진행됩니다. + 동일한 `tabIndex`값을 가진 요소는 차례대로 나타난 순서로 표시됩니다. + 이 순서는 `tabIndex` 요소의 가장 낮은 값에서 가장 높은 값으로 진행됩니다. 2. `tabIndex` 속성을 지원하지 않거나 지원하지만 `tabIndex` 값이 `0`인 경우에는 순서대로 표시됩니다. disabled 속성을 가진 요소는 탭 순서에 들어가지 않습니다.