aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/guide
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/web/guide
parentee778d6eea54935fd05022e0ba8c49456003381a (diff)
downloadtranslated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.gz
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.bz2
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.zip
unslug ko: modify
Diffstat (limited to 'files/ko/web/guide')
-rw-r--r--files/ko/web/guide/graphics/index.html3
-rw-r--r--files/ko/web/guide/html/editable_content/index.html3
-rw-r--r--files/ko/web/guide/html/html5/index.html3
-rw-r--r--files/ko/web/guide/html/html5/introduction_to_html5/index.html3
-rw-r--r--files/ko/web/guide/html/using_html_sections_and_outlines/index.html3
-rw-r--r--files/ko/web/guide/parsing_and_serializing_xml/index.html3
6 files changed, 12 insertions, 6 deletions
diff --git a/files/ko/web/guide/graphics/index.html b/files/ko/web/guide/graphics/index.html
index cb7cd6f873..feb2816351 100644
--- a/files/ko/web/guide/graphics/index.html
+++ b/files/ko/web/guide/graphics/index.html
@@ -1,6 +1,6 @@
---
title: 웹 상 그래픽
-slug: Web/Guide/그래픽
+slug: Web/Guide/Graphics
tags:
- 2D
- 3D
@@ -11,6 +11,7 @@ tags:
- WebGL
- WebRTC
translation_of: Web/Guide/Graphics
+original_slug: Web/Guide/그래픽
---
<p><span class="seoSummary">웹 사이트 및 응용 프로그램은 종종 그래픽을 보일 필요가 있습니다.</span> 정지 이미지는 {{HTMLElement("img")}} 요소 사용이나 {{cssxref("background-image")}} 속성을 사용한 HTML 요소의 배경 설정으로 쉽게 표시할 수 있습니다. 또한 그래픽을 그때그때 생성하거나 사후에 이미지를 조작할 수도 있습니다. <span class="seoSummary">여기서는 이를 수행할 수 있는 법을 주의 깊게 살펴봅니다.</span></p>
diff --git a/files/ko/web/guide/html/editable_content/index.html b/files/ko/web/guide/html/editable_content/index.html
index 2e039ea976..583783c87a 100644
--- a/files/ko/web/guide/html/editable_content/index.html
+++ b/files/ko/web/guide/html/editable_content/index.html
@@ -1,6 +1,6 @@
---
title: Content Editable
-slug: Web/Guide/HTML/Content_Editable
+slug: Web/Guide/HTML/Editable_content
tags:
- HTML
- HTML5
@@ -10,6 +10,7 @@ tags:
- 웹
- 필요컨텐트
translation_of: Web/Guide/HTML/Editable_content
+original_slug: Web/Guide/HTML/Content_Editable
---
<p><span class="seoSummary">HTML5 에서는 어떤 엘러먼트라도 수정이 가능하다. 약간의 JavaScript 이벤트 핸들러들을 사용하는 것만로 당신은 웹페이지를 완전하고 빠른 리치-텍스트 에디터로 변형할 수 있다. 이 문서는 이런 기능성에 대하여 대략의 정보를 제공 한다.</span></p>
diff --git a/files/ko/web/guide/html/html5/index.html b/files/ko/web/guide/html/html5/index.html
index 2d64ce56d6..ff48740224 100644
--- a/files/ko/web/guide/html/html5/index.html
+++ b/files/ko/web/guide/html/html5/index.html
@@ -1,7 +1,8 @@
---
title: HTML5
-slug: Web/HTML/HTML5
+slug: Web/Guide/HTML/HTML5
translation_of: Web/Guide/HTML/HTML5
+original_slug: Web/HTML/HTML5
---
<p><strong>HTML5</strong>는 HTML를 정의하는 표준화에 있어서의 최신 표준 명세입니다. <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/">HTML5 명세</a>는 아직도 표준 지정이 완료되지 않았고 변경이 계속 진행 중입니다. 하지만, Mozilla 및 다른 웹 브라우저 벤더는 이미 사양 중  많은 부분에 대한 구현을 시작하고 있습니다. 여기에 링크 하고 있는 문서에서는 <a class="external" href="http://www.mozilla.com/en-US/firefox/" title="http://www.mozilla.com/en-US/firefox/">Firefox</a> 및 <a href="/ko/List_of_Mozilla-Based_Applications" title="ko/List of Mozilla-Based Applications">다른 많은 제품</a>으로 사용되어 있는 Mozilla의 <a href="/ko/Gecko" title="ko/Gecko">Gecko</a> 엔진에 있어서 이미 기술 지원되어 있는 HTML5의 기능에 대해 설명하고 있습니다. 각각의 기능을 기술 지원하고 있는 Gecko 버전 및 다른 브라우저 엔진에 대해서는 지정된 페이지를 참조해 주십시오.</p>
diff --git a/files/ko/web/guide/html/html5/introduction_to_html5/index.html b/files/ko/web/guide/html/html5/introduction_to_html5/index.html
index 8b9698dc53..f0bfebe0e7 100644
--- a/files/ko/web/guide/html/html5/introduction_to_html5/index.html
+++ b/files/ko/web/guide/html/html5/introduction_to_html5/index.html
@@ -1,10 +1,11 @@
---
title: HTML5 소개
-slug: Web/HTML/HTML5/Introduction_to_HTML5
+slug: Web/Guide/HTML/HTML5/Introduction_to_HTML5
tags:
- HTML5
- 웹개발
translation_of: Web/Guide/HTML/HTML5/Introduction_to_HTML5
+original_slug: Web/HTML/HTML5/Introduction_to_HTML5
---
<p><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/" title="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a>는 HTML 표준의 가장 새로운 버전입니다. HTML5를 통해 리치 미디어의 기술 지원 뿐만이 아니라, 사용자 및 로컬 데이터를 웹 서버 사이에 보다 간편하면서도 효과적으로 교환할 수 있는 웹 애플리케이션을 개발하기 위한 확장 기술 지원를 제공하는 새로운 기능도 제공됩니다.</p>
diff --git a/files/ko/web/guide/html/using_html_sections_and_outlines/index.html b/files/ko/web/guide/html/using_html_sections_and_outlines/index.html
index 87cae41ebd..2927a70a19 100644
--- a/files/ko/web/guide/html/using_html_sections_and_outlines/index.html
+++ b/files/ko/web/guide/html/using_html_sections_and_outlines/index.html
@@ -1,10 +1,11 @@
---
title: HTML 구획과 개요 사용하기
-slug: Web/HTML/HTML5_문서의_섹션과_윤곽
+slug: Web/Guide/HTML/Using_HTML_sections_and_outlines
tags:
- HTML
- HTML5
translation_of: Web/Guide/HTML/Using_HTML_sections_and_outlines
+original_slug: Web/HTML/HTML5_문서의_섹션과_윤곽
---
<div>{{HTMLSidebar}}</div>
diff --git a/files/ko/web/guide/parsing_and_serializing_xml/index.html b/files/ko/web/guide/parsing_and_serializing_xml/index.html
index 872dfffaa3..7659099765 100644
--- a/files/ko/web/guide/parsing_and_serializing_xml/index.html
+++ b/files/ko/web/guide/parsing_and_serializing_xml/index.html
@@ -1,6 +1,6 @@
---
title: XML 파싱 및 직렬화
-slug: Web/Guide/XML_파싱_및_직렬화
+slug: Web/Guide/Parsing_and_serializing_XML
tags:
- AJAX
- Add-ons
@@ -12,6 +12,7 @@ tags:
- XMLHttpRequest
- 가이드
translation_of: Web/Guide/Parsing_and_serializing_XML
+original_slug: Web/Guide/XML_파싱_및_직렬화
---
<p>웹 상에서 XML을 파싱하고 직렬화할 때 사용할 수 있는 객체는 다음과 같습니다.</p>