Skip to content
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]: add index.md in web/glossary/blink #15624

Merged
merged 2 commits into from
Sep 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions files/ko/glossary/blink/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Blink
slug: Glossary/Blink
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

Blink는 Google이 Chromium의 한 부분(따라서 {{glossary("Google Chrome", "Chrome")}}에도 포함되어 있습니다)으로 개발한 오픈 소스 브라우저 레이아웃 엔진입니다.
특히, Blink는 레이아웃, 렌더링 및 {{glossary("DOM")}}을 처리하는 {{glossary("WebKit")}}에서 WebCore 라이브러리의 포크로 시작되었지만, 현재는 별도의 {{glossary("rendering engine", "렌더링 엔진")}}으로 자체적으로 작동하고 있습니다.

## 같이 보기

- Blink 프로젝트 [홈페이지](https://www.chromium.org/blink/)
- 위키백과의 [Blink](<https://en.wikipedia.org/wiki/Blink_(browser_engine)>)
- Blink의 [FAQ](https://www.chromium.org/blink/developer-faq/)
- [용어 사전](/ko/docs/Glossary)

- {{glossary("Google Chrome")}}
- {{glossary("Gecko")}}
- {{glossary("Trident")}}
- {{glossary("WebKit")}}
- {{glossary("Rendering engine")}}