From 9332119e5108933df3cb986b0dd79b3cca80ffed Mon Sep 17 00:00:00 2001 From: IMHOJEONG <39ghwjd@naver.com> Date: Sat, 7 Oct 2023 02:02:53 +0900 Subject: [PATCH 1/2] [add]: add index.md for web/glossary/webkit --- files/ko/glossary/webkit/index.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 files/ko/glossary/webkit/index.md diff --git a/files/ko/glossary/webkit/index.md b/files/ko/glossary/webkit/index.md new file mode 100644 index 00000000000000..7b107e2117837a --- /dev/null +++ b/files/ko/glossary/webkit/index.md @@ -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) From 0dce3336c143648e22f75590f123ba6dc68fa12b Mon Sep 17 00:00:00 2001 From: hochan Lee Date: Sat, 7 Oct 2023 18:03:13 +0900 Subject: [PATCH 2/2] Update files/ko/glossary/webkit/index.md --- files/ko/glossary/webkit/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ko/glossary/webkit/index.md b/files/ko/glossary/webkit/index.md index 7b107e2117837a..3b3e21b4ab6d0b 100644 --- a/files/ko/glossary/webkit/index.md +++ b/files/ko/glossary/webkit/index.md @@ -9,7 +9,7 @@ l10n: WebKit은 마크업을 기반으로 올바른 형식의 웹페이지를 표시하는 프레임워크입니다. {{Glossary("Apple Safari")}}는 WebKit에 의존하며 대부분의 모바일 브라우저도 사용합니다(WebKit은 이식성이 뛰어나고 사용자 정의 개발이 가능하기 때문입니다). -WebKit은 KDE의 KHTML 및 KJS 라이브러리의 포크로 시작되었지만, 많은 개인과 회사(KDE, Apple, Google 및 Nokia 포함)가 기여해 왔습니다.. +WebKit은 KDE의 KHTML 및 KJS 라이브러리의 포크로 시작되었지만, 많은 개인과 회사(KDE, Apple, Google 및 Nokia 포함)가 기여해 왔습니다. WebKit은 Apple 상표이며 프레임워크는 BSD 형식 라이센스에 따라 배포됩니다. 그러나, {{Glossary("LGPL")}}:에는 **WebCore** 렌더링 라이브러리와 **JavaScriptCore** 엔진이라는 두 가지 중요한 구성요소가 포함됩니다.