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 --- .../understanding_z_index/the_stacking_context/index.html | 12 ++++++------ .../ko/web/css/media_queries/using_media_queries/index.html | 2 +- files/ko/web/css/position/index.html | 2 +- files/ko/web/css/specificity/index.html | 4 ++-- files/ko/web/css/text-shadow/index.html | 4 ++-- files/ko/web/css/transform/index.html | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) (limited to 'files/ko/web/css') diff --git a/files/ko/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html b/files/ko/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html index 0e55368fa2..2c40658747 100644 --- a/files/ko/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html +++ b/files/ko/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html @@ -221,12 +221,12 @@ h1 {

같이 보기

diff --git a/files/ko/web/css/media_queries/using_media_queries/index.html b/files/ko/web/css/media_queries/using_media_queries/index.html index 78061792a4..1b7f83456d 100644 --- a/files/ko/web/css/media_queries/using_media_queries/index.html +++ b/files/ko/web/css/media_queries/using_media_queries/index.html @@ -345,7 +345,7 @@ original_slug: Web/Guide/CSS/Media_queries

미디어쿼리 Level 4 사양은 향상된 구문을 포함하는데 그를 통해 미디어쿼리가 '범위' 유형을 가진 기능을 사용할 수 있습니다. 예를 들면, 폭, 높이 처럼 말보다는 숫자에 관련된 것들입니다. Level 4 는 그러한 쿼리들을 작성하는데에 필요한 범위 구문을 제공합니다. 예를 들면, adds a range context for writing such queries. 폭을 표현하기 위해 max- 함수를 써서 사용자는 다음과 같이 쓸 수 있습니다:

-

Note: 미디어쿼리 Level 4 사양에는 상당수의 최신 브라우저를 지원하지만,  몇몇 미디어기능들은 잘 지원되지 않습니다. 자세한 사항은 @media browser compatibility table 를 참조해 주십시요. 

+

Note: 미디어쿼리 Level 4 사양에는 상당수의 최신 브라우저를 지원하지만,  몇몇 미디어기능들은 잘 지원되지 않습니다. 자세한 사항은 @media browser compatibility table 를 참조해 주십시요. 

@media (max-width: 30em) { ... }
diff --git a/files/ko/web/css/position/index.html b/files/ko/web/css/position/index.html index ce76f6048e..4915854cfb 100644 --- a/files/ko/web/css/position/index.html +++ b/files/ko/web/css/position/index.html @@ -65,7 +65,7 @@ translation_of: Web/CSS/position

화면을 확대해서 텍스트가 크게 보이게 했을 때 absolutefixed로 배치된 요소가 내용을 가리지 않도록 주의해야 합니다.

diff --git a/files/ko/web/css/specificity/index.html b/files/ko/web/css/specificity/index.html index 609f319daa..00a81395d9 100644 --- a/files/ko/web/css/specificity/index.html +++ b/files/ko/web/css/specificity/index.html @@ -306,12 +306,12 @@ h1 { {{SpecName("CSS3 Selectors", "#specificity", "Calculating a selector's specificity")}} {{Spec2("CSS3 Selectors")}} - 의사 요소 추가. + 의사 요소 추가. {{SpecName("CSS2.1", "cascade.html#specificity", "Calculating a selector's specificity")}} {{Spec2("CSS2.1")}} - 의사 클래스 추가. + 의사 클래스 추가. {{SpecName("CSS1", "#cascading-order", "Cascading order")}} diff --git a/files/ko/web/css/text-shadow/index.html b/files/ko/web/css/text-shadow/index.html index 7943e8898f..52647883a4 100644 --- a/files/ko/web/css/text-shadow/index.html +++ b/files/ko/web/css/text-shadow/index.html @@ -41,7 +41,7 @@ text-shadow: unset;

When more than one shadow is given, shadows are applied front-to-back, with the first-specified shadow on top.

-

This property applies to both {{cssxref("::first-line")}} and {{cssxref("::first-letter")}} pseudo-elements.

+

This property applies to both {{cssxref("::first-line")}} and {{cssxref("::first-letter")}} pseudo-elements.

@@ -121,5 +121,5 @@ text-shadow: unset; Gecko has a bug whereby {{cssxref("transition")}}s will not work when transitioning from a text-shadow with a color specified to a text-shadow without a color specified ({{bug(726550)}}). This has been fixed in Firefox's new parallel CSS engine (also known as Quantum CSS or Stylo, planned for release in Firefox 57).

See also

- Text Shadow CSS Generator - An interactive text shadow CSS generator. {{cssxref("box-shadow")}} The {{cssxref("<color>")}} data type (for specifying the shadow color) Applying color to HTML elements using CSS + Text Shadow CSS Generator - An interactive text shadow CSS generator. {{cssxref("box-shadow")}} The {{cssxref("<color>")}} data type (for specifying the shadow color) Applying color to HTML elements using CSS diff --git a/files/ko/web/css/transform/index.html b/files/ko/web/css/transform/index.html index 13e864f096..e438b9f3c2 100644 --- a/files/ko/web/css/transform/index.html +++ b/files/ko/web/css/transform/index.html @@ -101,12 +101,12 @@ transform: unset;

크기 변경/확대/축소 애니메이션은 흔한 편두통 유발 요인이므로 접근성에 좋지 않습니다. 그러나 꼭 넣어야 한다면 되도록 사이트 전체의 애니메이션을 켜거나 끌 수 있는 방법을 제공하는걸 고려해주세요.

-

{{cssxref("@media/prefers-reduced-motion", "prefers-reduced-motion")}} 미디어 기능을 사용할 수도 있습니다. 미디어 쿼리와 함께 사용하면, 사용자가 시스템 설정에서 애니메이션을 줄였는지 알아내고, 애니메이션을 비활성화할 수 있습니다.

+

{{cssxref("@media/prefers-reduced-motion", "prefers-reduced-motion")}} 미디어 기능을 사용할 수도 있습니다. 미디어 쿼리와 함께 사용하면, 사용자가 시스템 설정에서 애니메이션을 줄였는지 알아내고, 애니메이션을 비활성화할 수 있습니다.

자세한 내용은 다음 링크에서 확인할 수 있습니다.

-- cgit v1.2.3-54-g00ecf