Skip to content

Commit

Permalink
[add]: add index.md in web/glossary/blink
Browse files Browse the repository at this point in the history
  • Loading branch information
IMHOJEONG committed Sep 4, 2023
1 parent 75e9974 commit cb18557
Showing 1 changed file with 24 additions and 0 deletions.
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")}}

0 comments on commit cb18557

Please sign in to comment.