Skip to content

Commit

Permalink
[add]: add index.md for web/glossary/webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
IMHOJEONG committed Oct 6, 2023
1 parent 666bb21 commit 9332119
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions files/ko/glossary/webkit/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: WebKit
slug: Glossary/WebKit
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

WebKit은 마크업을 기반으로 올바른 형식의 웹페이지를 표시하는 프레임워크입니다. {{Glossary("Apple Safari")}}는 WebKit에 의존하며 대부분의 모바일 브라우저도 사용합니다(WebKit은 이식성이 뛰어나고 사용자 정의 개발이 가능하기 때문입니다).

WebKit은 KDE의 KHTML 및 KJS 라이브러리의 포크로 시작되었지만, 많은 개인과 회사(KDE, Apple, Google 및 Nokia 포함)가 기여해 왔습니다..

WebKit은 Apple 상표이며 프레임워크는 BSD 형식 라이센스에 따라 배포됩니다. 그러나, {{Glossary("LGPL")}}:에는 **WebCore** 렌더링 라이브러리와 **JavaScriptCore** 엔진이라는 두 가지 중요한 구성요소가 포함됩니다.

## 같이 보기

- 위키백과의 [WebKit](https://en.wikipedia.org/wiki/WebKit) on Wikipedia
- [WebKit CSS 확장](/ko/docs/Web/CSS/WebKit_Extensions)

0 comments on commit 9332119

Please sign in to comment.