-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ko] api/htmlelement/tabindex 신규 번역 #23600
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
**`tabIndex`** 는 현재 요소의 탭 순서를 나타내는 {{DOMxRef("HTMLElement")}} 인터페이스입니다. | ||
|
||
탭 순서의 흐름 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
탭 순서의 흐름 | |
탭 순서는 다음과 같습니다. |
문장이 더 명확하게 전달될 수 있도록 제안드립니다.
|
||
탭 순서의 흐름 | ||
|
||
1. `tabIndex`가 정수인 요소인 경우. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. `tabIndex`가 정수인 요소인 경우. | |
1. `tabIndex`가 양수인 요소인 경우. |
Elements with a positive
tabIndex
.
동일한 `tabIndex`값을 가진 요소는 차례대로 나타난 순서로 표시됩니다. | ||
이 순서는 `tabIndex` 요소의 가장 낮은 값에서 가장 높은 값으로 진행됩니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
동일한 `tabIndex`값을 가진 요소는 차례대로 나타난 순서로 표시됩니다. | |
이 순서는 `tabIndex` 요소의 가장 낮은 값에서 가장 높은 값으로 진행됩니다. | |
동일한 `tabIndex` 값을 가진 요소들은 나타나는 순서대로 탐색되어야 합니다. | |
탐색은 가장 낮은 `tabIndex`에서 가장 높은 `tabIndex`로 진행됩니다. |
should be 와 Navigation의 의미가 더 잘 전달되도록 제안드립니다.
Elements that have identical
tabIndex
values should be navigated in the order they appear.
Navigation proceeds from the lowesttabIndex
to the highesttabIndex
.
1. `tabIndex`가 정수인 요소인 경우. | ||
동일한 `tabIndex`값을 가진 요소는 차례대로 나타난 순서로 표시됩니다. | ||
이 순서는 `tabIndex` 요소의 가장 낮은 값에서 가장 높은 값으로 진행됩니다. | ||
2. `tabIndex` 속성을 지원하지 않거나 지원하지만 `tabIndex` 값이 `0`인 경우에는 순서대로 표시됩니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2. `tabIndex` 속성을 지원하지 않거나 지원하지만 `tabIndex` 값이 `0`인 경우에는 순서대로 표시됩니다. | |
2. `tabIndex` 속성을 지원하지 않거나 지원하면서 `tabIndex`를 `0`으로 지정한 요소들은 나타나는 순서대로 탐색됩니다. |
[제안]
이 순서는 `tabIndex` 요소의 가장 낮은 값에서 가장 높은 값으로 진행됩니다. | ||
2. `tabIndex` 속성을 지원하지 않거나 지원하지만 `tabIndex` 값이 `0`인 경우에는 순서대로 표시됩니다. | ||
|
||
disabled 속성을 가진 요소는 탭 순서에 들어가지 않습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
disabled 속성을 가진 요소는 탭 순서에 들어가지 않습니다. | |
비활성화된 요소들은 탭 순서에 참여하지 않습니다. |
markdown code 문법이 아니여서 번역해도 좋을듯합니다. disabled보다는 비활성화의 의미가 더 가까운듯하여 리뷰드렸습니다.
|
||
disabled 속성을 가진 요소는 탭 순서에 들어가지 않습니다. | ||
|
||
값이 순서대로 부여되지 않아도 되며 특정 값으로 시작되어도 됩니다. 음수인 경우라면 각 브라우저에서 매우 큰 값으로 정돈하여 나타냅니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
값이 순서대로 부여되지 않아도 되며 특정 값으로 시작되어도 됩니다. 음수인 경우라면 각 브라우저에서 매우 큰 값으로 정돈하여 나타냅니다. | |
값은 순차적일 필요가 없으며, 특정 값으로 시작할 필요도 없습니다. 값은 음수일 수도 있지만, 각 브라우저는 매우 큰 값을 잘라냅니다. |
nor must를 고려한 번역 제안 드립니다!
Values don't need to be sequential, nor must they begin with any particular value. They
may even be negative, though each browser trims very large values.
b1.tabIndex = 1; | ||
``` | ||
|
||
## 명세 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## 명세 | |
## 명세서 |
단어 안내서에 따라 명세서로 수정 부탁드립니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
@hochan222 님 상세한 리뷰 감사합니다! |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생 많으셨습니다~! 좋은 하루 보내세요 :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rosaceaee 님 안녕하세요.
현재 PR Test / tests (pull_request_target) Failing after 42s
git action이 실패하고 있습니다.
현재 경로는 files/ko/web/api/htmlelement/tabIndex/index.md
인데, files/ko/web/api/htmlelement/tabindex/index.md
경로가 올바른 경로라서 수정이 필요해보입니다. (tabIndex => tabindex)
Co-authored-by: rosaceaee <[email protected]>
Co-authored-by: rosaceaee <[email protected]>
Preview URLs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
상기 오류 제가 수정 후 반영했습니다. 좋은 하루 보내세요 :)
@hochan222 수정해주셔서 감사합니다! 제가 대소문자 구분하는걸 누락했네요 죄송합니다 ㅠㅠ |
* [ko] api/htmlelement/tabindex 신규 번역 * 린트에 맞추어 공백 제거 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update files/ko/web/api/htmlelement/tabIndex/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Tabindex 리뷰 내용 반영 * Update files/ko/web/api/htmlelement/tabIndex/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix: 잘못된 파일 경로 수정 Co-authored-by: rosaceaee <[email protected]> * fix: 잘못된 파일 경로 수정 Co-authored-by: rosaceaee <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: hochan Lee <[email protected]> Co-authored-by: rosaceaee <[email protected]>
안녕하세요. tabindex 페이지 신규 번역하였습니다.