From 6df09b8be6b03ff999a9af666e77a889562d0f8e Mon Sep 17 00:00:00 2001 From: IMHOJEONG <39ghwjd@naver.com> Date: Sat, 7 Oct 2023 01:54:52 +0900 Subject: [PATCH] [add]: add index.md for web/glossary/webidl --- files/ko/glossary/webidl/index.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 files/ko/glossary/webidl/index.md diff --git a/files/ko/glossary/webidl/index.md b/files/ko/glossary/webidl/index.md new file mode 100644 index 00000000000000..501a257a04522c --- /dev/null +++ b/files/ko/glossary/webidl/index.md @@ -0,0 +1,19 @@ +--- +title: WebIDL +slug: Glossary/WebIDL +l10n: + sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 +--- + +{{GlossarySidebar}} + +**WebIDL** 은 웹 애플리케이션 프로그래밍 인터페이스({{Glossary("API")}})를 구성하는 {{Glossary("type", "데이터 타입")}}, {{Glossary("interface", "인터페이스")}}, {{Glossary("method", "메서드")}}, {{Glossary("property", "속성")}} 및 기타 구성 요소를 설명하는 데 사용되는 인터페이스 설명 언어입니다. 특정 프로그래밍 언어와는 독립적인 다소 양식이 있는 구문을 사용합니다. 그래서 각 API를 구축하는 데 사용되는 기본 코드는 가장 적합한 언어로 작성될 수 있으며 동시에 API 구성요소를 JavaScript에 호환이 되는 구성에 매핑할 수도 있습니다. + +WebIDL은 웹을 위한 거의 모든 API {{Glossary("specification", "명세서")}}에서 사용되며, WebIDL의 표준 형식과 구문으로 인해 웹 브라우저를 만드는 프로그래머는 API 구현을 위한 코드를 작성하는 방법에 관계없이 브라우저가 서로 호환되는지 보다 쉽게 확인할 수 있습니다. + +## 같이 보기 + +- [명세서](https://webidl.spec.whatwg.org/) +- [WebIDL 파일에 포함된 정보](/ko/docs/MDN/Writing_guidelines/Howto/Write_an_API_reference/Information_contained_in_a_WebIDL_file) +- [Gecko WebIDL 바인딩](https://firefox-source-docs.mozilla.org/dom/webIdlBindings/index.html) +- [WebIDL](https://en.wikipedia.org/wiki/WebIDL)