-
Notifications
You must be signed in to change notification settings - Fork 844
[내용번역] Part 2. 3.5 Scrolling #739
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
base: master
Are you sure you want to change the base?
Conversation
- 문서에서 사용자가 위치한 곳에 따라 추가 제어 요소 또는 정보를 표시하거나 숨긴다. | ||
- 사용자가 페이지 끝까지 스크롤을 내릴 경우 더 많은 데이터를 불러온다. |
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.
경어체를 유지해주세요.
명사형으로 끝나는 문장은 경어체가 아니어도 됩니다.
~숨김
, ~불러옴
``` | ||
|
||
The `scroll` event works both on the `window` and on scrollable elements. | ||
`scroll` 이벤트는 `window`와 스크롤 가능한 요소에서 동작합니다. |
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.
스크롤 가능한 요소
라고 번역하면 조금 헷갈릴수있으니 한영병기해주는게 어떨지 제의드려봅니다.
스크롤 가능한 요소(scrollable element)
|
||
We can't prevent scrolling by using `event.preventDefault()` in `onscroll` listener, because it triggers *after* the scroll has already happened. | ||
`onscroll` 리스너에서 `event.preventDefault()`로 스크롤을 막는 것은 onscroll 리스너가 스크롤이 이미 발생한 뒤에 동작하기 때문에 불가능합니다. |
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.
- 원문에서 after를 강조했는데, 그부분이 빠져있네요.
- onscroll 리스너가 스크롤이 이미 발생한 뒤에 <-- 이부분이 이상합니다. 문장 확인해주세요.
Please make the requested changes. After it, add a comment "/done". |
코멘트 확인해주시고, 전체적으로 퇴고 여러번 부탁드립니다. |
안녕하세요. 충돌도 있고 오래된 PR이라서 본 PR은 클로즈하도록 하겠습니다. 재 번역 의사 있으시면 4월 30일까지 본 PR에 댓글 부탁드릴게요. 기여해주셔서 감사합니다 :) |
Pull Request 체크리스트
TODO