From 619211e9ba8a68c9d5de346dfc73fa0686c9148d Mon Sep 17 00:00:00 2001 From: Yeji Choi <61399588+yechoi42@users.noreply.github.com> Date: Sun, 18 Jul 2021 22:58:53 +0900 Subject: fix: delete wiki.mozilla.org from ko files (#1567) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: delete wiki.mozilla.org from ko/learn files * fix: delete wiki.mozilla.org from ko/glossary files * fix: remove wiki * fix: remove python script file 잘못올렸습니다.. ㅠ * Update files/ko/web/html/attributes/index.html Co-authored-by: hochan222 --- files/ko/web/html/global_attributes/data-_star_/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ko/web/html/global_attributes') diff --git a/files/ko/web/html/global_attributes/data-_star_/index.html b/files/ko/web/html/global_attributes/data-_star_/index.html index 0e8f0eff75..b7f180a664 100644 --- a/files/ko/web/html/global_attributes/data-_star_/index.html +++ b/files/ko/web/html/global_attributes/data-_star_/index.html @@ -27,7 +27,7 @@ translation_of: Web/HTML/Global_attributes/data-*

용도

-

data-* 속성을 추가함으로써, 평범한 HTML 요소조차 복잡하고 강력한 프로그램 객체가 될 수 있습니다. 예컨대, 게임의 우주선 스프라이트는 단순한 {{htmlelement("img")}} 태그와 class 특성, 그리고 여러 data-* 특성으로 나타낼 수 있습니다.

+

data-* 속성을 추가함으로써, 평범한 HTML 요소조차 복잡하고 강력한 프로그램 객체가 될 수 있습니다. 예컨대, 게임의 우주선 스프라이트는 단순한 {{htmlelement("img")}} 태그와 class 특성, 그리고 여러 data-* 특성으로 나타낼 수 있습니다.

<img class="spaceship cruiserX3" src="shipX3.png"
   data-ship-id="324" data-weapons="laserI laserII" data-shields="72%"
@@ -35,7 +35,7 @@ translation_of: Web/HTML/Global_attributes/data-*
   onclick="spaceships[this.dataset.shipId].blasted()">
 
-

HTML 데이터 특성 사용법에 관한 보다 자세한 자습서는 데이터 특성 사용하기를 확인하세요.

+

HTML 데이터 특성 사용법에 관한 보다 자세한 자습서는 데이터 특성 사용하기를 확인하세요.

명세

@@ -73,5 +73,5 @@ translation_of: Web/HTML/Global_attributes/data-* -- cgit v1.2.3-54-g00ecf