From 2fc1eb1780a60adb6a5730112385ec735cd22d69 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 27 Jul 2021 12:04:27 -0400 Subject: remove link 'title' attributes that's just the 'href' (ko, part 2) (#1740) --- files/ko/web/api/battery_status_api/index.html | 2 +- .../api/canvas_api/tutorial/basic_animations/index.html | 6 +++--- .../web/api/canvas_api/tutorial/basic_usage/index.html | 2 +- .../api/canvas_api/tutorial/drawing_shapes/index.html | 2 +- .../web/api/canvas_api/tutorial/drawing_text/index.html | 2 +- files/ko/web/api/canvas_api/tutorial/index.html | 4 ++-- .../managing_screen_orientation/index.html | 2 +- files/ko/web/api/cssmediarule/index.html | 2 +- files/ko/web/api/document/createevent/index.html | 2 +- .../ko/web/api/document/getelementsbytagname/index.html | 2 +- files/ko/web/api/document/index.html | 2 +- files/ko/web/api/element/getattribute/index.html | 2 +- files/ko/web/api/element/scrollintoview/index.html | 2 +- files/ko/web/api/encoding_api/index.html | 2 +- files/ko/web/api/filelist/index.html | 2 +- files/ko/web/api/html_drag_and_drop_api/index.html | 4 ++-- files/ko/web/api/navigator/battery/index.html | 4 ++-- .../using_the_notifications_api/index.html | 2 +- files/ko/web/api/server-sent_events/index.html | 8 ++++---- files/ko/web/api/web_audio_api/index.html | 4 ++-- .../web_storage_api/using_the_web_storage_api/index.html | 2 +- files/ko/web/api/webgl_api/index.html | 16 ++++++++-------- .../adding_2d_content_to_a_webgl_context/index.html | 8 ++++---- .../tutorial/getting_started_with_webgl/index.html | 2 +- files/ko/web/api/webgl_api/tutorial/index.html | 2 +- files/ko/web/api/websockets_api/index.html | 6 +++--- files/ko/web/api/window/getcomputedstyle/index.html | 2 +- files/ko/web/api/window/index.html | 2 +- files/ko/web/api/window/innerwidth/index.html | 2 +- files/ko/web/api/window/open/index.html | 2 +- files/ko/web/api/window/requestanimationframe/index.html | 2 +- 31 files changed, 52 insertions(+), 52 deletions(-) (limited to 'files/ko/web/api') diff --git a/files/ko/web/api/battery_status_api/index.html b/files/ko/web/api/battery_status_api/index.html index 87bc213764..d82ba4775a 100644 --- a/files/ko/web/api/battery_status_api/index.html +++ b/files/ko/web/api/battery_status_api/index.html @@ -40,7 +40,7 @@ battery.addEventListener("levelchange", updateBatteryStatus); updateBatteryStatus(); -

명세서의 예제도 확인해보세요.

+

명세서의 예제도 확인해보세요.

사양

diff --git a/files/ko/web/api/canvas_api/tutorial/basic_animations/index.html b/files/ko/web/api/canvas_api/tutorial/basic_animations/index.html index e1deb1599a..07cc06c041 100644 --- a/files/ko/web/api/canvas_api/tutorial/basic_animations/index.html +++ b/files/ko/web/api/canvas_api/tutorial/basic_animations/index.html @@ -206,7 +206,7 @@ function clock(){

{{EmbedLiveSample("An_animated_clock", "180", "180", "https://mdn.mozillademos.org/files/203/Canvas_animation2.png")}}

움직이는 파노라마 사진

-

이 예제에서는, 움직이는 파노라마 사진을 만듭니다. 사용할 그림은 위키피디어(Wikipedia)에서 구한 요세미티 국립공원입니다. 캔버스보다 큰 그림을 사용할 수도 있습니다.

+

이 예제에서는, 움직이는 파노라마 사진을 만듭니다. 사용할 그림은 위키피디어(Wikipedia)에서 구한 요세미티 국립공원입니다. 캔버스보다 큰 그림을 사용할 수도 있습니다.

var img = new Image();
 
 // 변수
@@ -273,7 +273,7 @@ function draw() {
 

또 다른 예제들

- Gartic
+ Gartic
다중 사용자 지원 그리기 놀이.
@@ -297,7 +297,7 @@ function draw() {
별, 동그라미, 네모가 떠다니는 우주를 누벼라.
- iGrapher
+ iGrapher
주식 시장 자료 차트 예제.
diff --git a/files/ko/web/api/canvas_api/tutorial/basic_usage/index.html b/files/ko/web/api/canvas_api/tutorial/basic_usage/index.html index 172aceed94..9db1bb368d 100644 --- a/files/ko/web/api/canvas_api/tutorial/basic_usage/index.html +++ b/files/ko/web/api/canvas_api/tutorial/basic_usage/index.html @@ -55,7 +55,7 @@ original_slug: Web/HTML/Canvas/Tutorial/Basic_usage

렌더링 컨텍스트

-

{{HTMLElement("canvas")}} 엘리먼트는 고정 크기의 드로잉 영역을 생성하고 하나 이상의 렌더링 컨텍스(rendering contexts)를 노출하여, 출력할 컨텐츠를 생성하고 다루게 됩니다. 본 튜토리얼에서는, 2D 렌더링 컨텍스트를 집중적으로 다룹니다. 다른 컨텍스트는 다른 렌더링 타입을 제공합니다. 예를 들어, WebGL은 OpenGL ES 을 기반으로 하는 3D 컨텍스트를 사용합니다.

+

{{HTMLElement("canvas")}} 엘리먼트는 고정 크기의 드로잉 영역을 생성하고 하나 이상의 렌더링 컨텍스(rendering contexts)를 노출하여, 출력할 컨텐츠를 생성하고 다루게 됩니다. 본 튜토리얼에서는, 2D 렌더링 컨텍스트를 집중적으로 다룹니다. 다른 컨텍스트는 다른 렌더링 타입을 제공합니다. 예를 들어, WebGL은 OpenGL ES 을 기반으로 하는 3D 컨텍스트를 사용합니다.

캔버스는 처음에 비어있습니다. 무언가를 표시하기 위해서, 어떤 스크립트가 랜더링 컨텍스트에 접근하여 그리도록 할 필요가 있습니다. {{HTMLElement("canvas")}} 요소는 {{domxref("HTMLCanvasElement.getContext", "getContext()")}} 메서드를 이용해서, 랜더링 컨텍스트와 (렌더링 컨텍스트의) 그리기 함수들을 사용할 수 있습니다.  getContext() 메서드는 렌더링 컨텍스트 타입을 지정하는 하나의 파라메터를 가집니다. 본 튜토리얼에서 다루고 있는 2D 그래픽의 경우, {{domxref("CanvasRenderingContext2D")}}을 얻기위해 "2d"로 지정합니다.

diff --git a/files/ko/web/api/canvas_api/tutorial/drawing_shapes/index.html b/files/ko/web/api/canvas_api/tutorial/drawing_shapes/index.html index 312ed46347..a31488b662 100644 --- a/files/ko/web/api/canvas_api/tutorial/drawing_shapes/index.html +++ b/files/ko/web/api/canvas_api/tutorial/drawing_shapes/index.html @@ -308,7 +308,7 @@ original_slug: Web/HTML/Canvas/Tutorial/Drawing_shapes

베지어(Bezier) 곡선과 이차(Quadratic )곡선

-

다음 경로 타입은 베지어 곡선 (Bézier curves)으로, 삼차(cubic)와 이차(quadric) 변수가 모두 가능합니다. 이 타입은 대게 복잡한 유기체적 형태 (organic shape)를 그리는데 사용됩니다.

+

다음 경로 타입은 베지어 곡선 (Bézier curves)으로, 삼차(cubic)와 이차(quadric) 변수가 모두 가능합니다. 이 타입은 대게 복잡한 유기체적 형태 (organic shape)를 그리는데 사용됩니다.

{{domxref("CanvasRenderingContext2D.quadraticCurveTo", "quadraticCurveTo(cp1x, cp1y, x, y)")}}
diff --git a/files/ko/web/api/canvas_api/tutorial/drawing_text/index.html b/files/ko/web/api/canvas_api/tutorial/drawing_text/index.html index e4bdca4564..21dffdce10 100644 --- a/files/ko/web/api/canvas_api/tutorial/drawing_text/index.html +++ b/files/ko/web/api/canvas_api/tutorial/drawing_text/index.html @@ -78,7 +78,7 @@ original_slug: Drawing_text_using_a_canvas

만약 CSS를 다뤄보신적이 있다면 이러한 프로퍼티들은 익숙하실겁니다.

-

다음에 나오는  WHATWG 예제 다이어그램은 textBaseline를 이용하여 다양한 베이스라인 설정을 보여줍니다.The top of the em square is
+<p>다음에 나오는  <a class=WHATWG 예제 다이어그램은 textBaseline를 이용하여 다양한 베이스라인 설정을 보여줍니다.The top of the em square is
 roughly at the top of the glyphs in a font, the hanging baseline is
 where some glyphs like आ are anchored, the middle is half-way
 between the top of the em square and the bottom of the em square,
diff --git a/files/ko/web/api/canvas_api/tutorial/index.html b/files/ko/web/api/canvas_api/tutorial/index.html
index 3886ef9cf1..5edf6aacb9 100644
--- a/files/ko/web/api/canvas_api/tutorial/index.html
+++ b/files/ko/web/api/canvas_api/tutorial/index.html
@@ -50,8 +50,8 @@ original_slug: Web/HTML/Canvas/Tutorial
 
 <ul>
  <li><a href=캔버스 주제 페이지 -

  • Adobe 일러스트레이터와 캔버스 플러그인
  • -
  • HTML5 캔버스 튜토리얼
  • +
  • Adobe 일러스트레이터와 캔버스 플러그인
  • +
  • HTML5 캔버스 튜토리얼