Skip to content

[속성과 프로퍼티] 과제 번역#518

Merged
Violet-Bora-Lee merged 1 commit intojavascript-tutorial:masterfrom
JuYeong0413:dom-attributes-and-properties
Apr 10, 2020
Merged

[속성과 프로퍼티] 과제 번역#518
Violet-Bora-Lee merged 1 commit intojavascript-tutorial:masterfrom
JuYeong0413:dom-attributes-and-properties

Conversation

@JuYeong0413
Copy link
Copy Markdown
Contributor

Pull Request 체크리스트

TODO

  • 번역 규칙을 확인하셨나요?
    • 줄 바꿈과 단락을 '원문과 동일하게' 유지하셨나요?
    • 맞춤법 검사기로 맞춤법을 확인하셨나요?
    • 마크다운 문법에 사용되는 공백(스페이스), 큰따옴표("), 작은따옴표('), 대시(-), 백틱(`) 등의 특수문자는 그대로 두셨나요?
  • 로컬 서버 세팅 후 최종 결과물을 확인해 보셨나요?
  • PR 하나엔 번역문 하나만 넣으셨나요?
  • 의미 있는 커밋 메시지를 작성하셨나요?
    • 예시
      • [프락시] 번역
      • [프락시] 과제 번역
      • [if문과 조건부 연산자 '?'] 리뷰
      • [주석] 2차 리뷰
      • [Date 객체와 날짜] 번역

참고: HTML의 값이 필요하기 때문에 `link.href`가 아니라 `link.getAttribute('href')`를 사용합니다.

...Another, simpler way would be to add the checks to CSS selector:
더 간단한 방법은 CSS 선택자에서 확인하는 것입니다.
Copy link
Copy Markdown
Contributor Author

@JuYeong0413 JuYeong0413 Mar 31, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add the checks to 부분을 번역을 어떻게 하면 좋을지 고민을 하다 querySelectorAll의 선택자에서 걸러내는 방식이어서 확인한다고 했는데요, 더 좋은 표현이 있으면 의견 부탁드리겠습니다. 🙂

Copy link
Copy Markdown
Member

@Violet-Bora-Lee Violet-Bora-Lee Apr 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check는 여기서 명사로 쓰이고 있네요. 사전을 찾아보니, '무언가를 확인하기 위한 행동, 기준'이라는 뜻을 가지고 있고 문제에서 '조건'이라는 표현을 써서 이를 참고해 번역해보았습니다.

https://dictionary.cambridge.org/dictionary/english-korean/check

Suggested change
더 간단한 방법은 CSS 선택자에서 확인하는 것입니다.
더 간단한 방법은 CSS 선택자에 조건을 명시해 주는것입니다.

// look for all links that have :// in href
// but href doesn't start with http://internal.com
// href에 :// 가 포함된 모든 링크를 찾습니다.
// 하지만 href는 http://internal.com으로 시작하지 않아야 합니다.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// 하지만 href는 http://internal.com으로 시작하지 않아야 합니다.
// 그 중 http://internal.com으로 시작하지 않는 링크를 찾습니다.

접속사는 때에따라 생략해도 좋은것 같습니다.

Copy link
Copy Markdown
Member

@Violet-Bora-Lee Violet-Bora-Lee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

코멘트 달아주신것에 댓글로 의견 첨부해보았습니다 :)

@javascript-translate-bot
Copy link
Copy Markdown

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

@JuYeong0413
Copy link
Copy Markdown
Contributor Author

/done

@Violet-Bora-Lee
Copy link
Copy Markdown
Member

머지 진행하겠습니다.
기여해주셔서 감사합니다 👍

@Violet-Bora-Lee Violet-Bora-Lee merged commit f2195d2 into javascript-tutorial:master Apr 10, 2020
@JuYeong0413 JuYeong0413 deleted the dom-attributes-and-properties branch March 16, 2021 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants