aboutsummaryrefslogtreecommitdiff
path: root/files/ko/conflicting/web/api
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
commitf2db11d0be377464daa06807f993a562c7dc10ac (patch)
tree9444d300cea8bc73ff4d17be83b42d2350f64ebd /files/ko/conflicting/web/api
parentee778d6eea54935fd05022e0ba8c49456003381a (diff)
downloadtranslated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.gz
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.bz2
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.zip
unslug ko: modify
Diffstat (limited to 'files/ko/conflicting/web/api')
-rw-r--r--files/ko/conflicting/web/api/document_object_model/index.html3
-rw-r--r--files/ko/conflicting/web/api/index.html3
-rw-r--r--files/ko/conflicting/web/api/webgl_api/tutorial/using_textures_in_webgl/index.html3
3 files changed, 6 insertions, 3 deletions
diff --git a/files/ko/conflicting/web/api/document_object_model/index.html b/files/ko/conflicting/web/api/document_object_model/index.html
index fc26bc0bee..b9d5d2fc30 100644
--- a/files/ko/conflicting/web/api/document_object_model/index.html
+++ b/files/ko/conflicting/web/api/document_object_model/index.html
@@ -1,6 +1,6 @@
---
title: DOM developer guide
-slug: Web/Guide/DOM
+slug: conflicting/Web/API/Document_Object_Model
tags:
- API
- DOM
@@ -9,6 +9,7 @@ tags:
- TopicStub
translation_of: Web/API/Document_Object_Model
translation_of_original: Web/Guide/API/DOM
+original_slug: Web/Guide/DOM
---
<p>{{draft}}</p>
<p>The <a href="/docs/DOM">Document Object Model</a> is an API for <a href="/en-US/docs/HTML">HTML</a> and <a href="/en-US/docs/XML">XML</a> documents. It provides a structural representation of the document, enabling the developer to modify its content and visual presentation. Essentially, it connects web pages to scripts or programming languages.</p>
diff --git a/files/ko/conflicting/web/api/index.html b/files/ko/conflicting/web/api/index.html
index 07c0c99acb..05ac8c1c05 100644
--- a/files/ko/conflicting/web/api/index.html
+++ b/files/ko/conflicting/web/api/index.html
@@ -1,6 +1,6 @@
---
title: WebAPI
-slug: WebAPI
+slug: conflicting/Web/API
tags:
- Apps
- DOM
@@ -10,6 +10,7 @@ tags:
- TopicStub
translation_of: Web/API
translation_of_original: WebAPI
+original_slug: WebAPI
---
<p><strong>WebAPI</strong>는 웹 앱과 웹 콘텐츠가 기기의 하드웨어에 접근(배터리 상태나 기기의 진동 하드웨어 등)하고 기기의 데이터 저장소에 접근(달력이나 주소록 목록 등)할 수 있도록 해주는 기기 호환과 접근 API의 모음을 나타내는 단어입니다. 이러한 API를 추가함으로써 오늘날 웹이 할 수 있는 일과 과거에 특정 플랫폼에서만 가능했던 일들이 확장되기를 희망합니다.</p>
diff --git a/files/ko/conflicting/web/api/webgl_api/tutorial/using_textures_in_webgl/index.html b/files/ko/conflicting/web/api/webgl_api/tutorial/using_textures_in_webgl/index.html
index 94e969e37a..7aa22576b3 100644
--- a/files/ko/conflicting/web/api/webgl_api/tutorial/using_textures_in_webgl/index.html
+++ b/files/ko/conflicting/web/api/webgl_api/tutorial/using_textures_in_webgl/index.html
@@ -1,6 +1,6 @@
---
title: 크로스-도메인 텍스쳐
-slug: Web/API/WebGL_API/Cross-Domain_Textures
+slug: conflicting/Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL
tags:
- WebGL
- 웹지엘
@@ -8,6 +8,7 @@ tags:
- 텍스쳐
translation_of: Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL#Cross-domain_textures
translation_of_original: Web/API/WebGL_API/Cross-Domain_Textures
+original_slug: Web/API/WebGL_API/Cross-Domain_Textures
---
<p>WebGL 텍스쳐 로딩은 크로스-도메인 접근 규칙에 따라 제약을 받습니다. 여러분이 만든 컨텐츠에서 다른 도메인의 텍스쳐,<span style="line-height: 16.7999992370605px;"> 즉, 크로스-도메인 텍스쳐를 로딩</span>하려면 CORS 승인이 필요합니다. CORS에 대한 자세한 내용은 <a href="/En/HTTP_access_control">HTTP access control</a>을 참고하시기 바랍니다.</p>