-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[add]: add index.md in web/glossary/blink
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")}} |