-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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] double colon placeholder 번역 #22925
Conversation
Preview URLs Flaws (8)URL:
External URLs (3)URL:
(comment last updated: 2024-10-04 14:15:17) |
This pull request has merge conflicts that must be resolved before it can be merged. |
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.
안녕하세요 @givvemee 님 리뷰가 많이 늦어 죄송합니다 ㅠㅠ
수정 필요한 부분이 있어 코멘트 남겨두었습니다. 확인 부탁드립니다.
다시 한 번 너무 늦게 리뷰 드려 죄송합니다.
감사합니다.
|
||
{{EmbedInteractiveExample("pages/tabbed/pseudo-element-placeholder.html", "tabbed-shorter")}} | ||
|
||
{{cssxref("::first-line")}} 의사 요소에 적용할 수 있는 한정적인 수의 CSS만이 `::placeholder` 와 그 선택자 규칙에 사용될 수 있습니다. |
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.
subset 이라서 한정적인 수 보다는 하위 집합은 어떨까요?
{{cssxref("::first-line")}} 의사 요소에 적용되는 CSS 속성의 하위 집합만
::placeholder
와 그 선택자 규칙에 사용될 수 있습니다.
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.
수정 완료되었어요. 감사합니다. XD
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.
PR 지연이 많이되었고, 리뷰사항 잘 반영된듯해서 병합하도록 하겠습니다.
모두 고생 많으셨습니다. 좋은 하루 보내세요 :)
* [ko] double colon placeholder 번역 * fix : 리뷰 반영
* [ko] double colon placeholder 번역 * fix : 리뷰 반영
Description
기존에 한국어로 존재하지 않던 문서 ::placeholder 를 번역합니다.
Motivation
Additional details
Related issues and pull requests