-
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] css abs 신규 번역 #24108
[ko] css abs 신규 번역 #24108
Conversation
Preview URLs Flaws (3)URL:
(comment last updated: 2024-10-24 00:42:31) |
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.
|
||
### 매개변수 | ||
|
||
`abs(x)` 함수는 매개변수로 오직 하나의 값을 취합니다. |
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.
[제안]
`abs(x)` 함수는 매개변수로 오직 하나의 값을 취합니다. | |
`abs(x)` 함수는 하나의 값만 매개변수로 받습니다. |
조금 더 공식적인 느낌으로 제안 드립니다.
|
||
### 양수 변수 | ||
|
||
`abs()` 함수는 값이 항상 양수일 것이라고 보장할 수 있습니다. 아래 예제는 CSS 커스텀 속성인 `--font-size` 가 {{CSSxRef("font-size")}} 의 값으로 사용됩니다. 커스텀 속성을 `abs()` 함수로 감싸면 음수는 양수로 반환됩니다. |
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.
[제안]
`abs()` 함수는 값이 항상 양수일 것이라고 보장할 수 있습니다. 아래 예제는 CSS 커스텀 속성인 `--font-size` 가 {{CSSxRef("font-size")}} 의 값으로 사용됩니다. 커스텀 속성을 `abs()` 함수로 감싸면 음수는 양수로 반환됩니다. | |
`abs()` 함수는 값을 항상 양수로 만들기 위해 사용할 수 있습니다. 아래 예제는 CSS 커스텀 속성인 `--font-size` 가 {{CSSxRef("font-size")}} 의 값으로 사용됩니다. 커스텀 속성을 `abs()` 함수로 감싸면 음수는 양수로 반환됩니다. |
자연스럽게 표현해보았습니다.
Co-authored-by: hochan Lee <[email protected]>
Co-authored-by: hochan Lee <[email protected]>
Co-authored-by: hochan Lee <[email protected]>
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.
Description
기존에 한국어로 존재하지 않던 문서 abs() 를 번역합니다.
Motivation
Additional details
Related issues and pull requests