diff options
author | Yeji Choi <61399588+yechoi42@users.noreply.github.com> | 2021-07-18 22:58:53 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-18 22:58:53 +0900 |
commit | 619211e9ba8a68c9d5de346dfc73fa0686c9148d (patch) | |
tree | 8c979eccdb1ba64e1b314ea2ab542ae3e6262c2e /files/ko/web/css/transform | |
parent | 53fb7c6f1f2f22f558b4a5b9af867767ecfeddfd (diff) | |
download | translated-content-619211e9ba8a68c9d5de346dfc73fa0686c9148d.tar.gz translated-content-619211e9ba8a68c9d5de346dfc73fa0686c9148d.tar.bz2 translated-content-619211e9ba8a68c9d5de346dfc73fa0686c9148d.zip |
fix: delete wiki.mozilla.org from ko files (#1567)
* 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 <hochan049@gmail.com>
Diffstat (limited to 'files/ko/web/css/transform')
-rw-r--r-- | files/ko/web/css/transform/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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;</pre> <p>크기 변경/확대/축소 애니메이션은 흔한 편두통 유발 요인이므로 접근성에 좋지 않습니다. 그러나 꼭 넣어야 한다면 되도록 사이트 전체의 애니메이션을 켜거나 끌 수 있는 방법을 제공하는걸 고려해주세요.</p> -<p>{{cssxref("@media/prefers-reduced-motion", "prefers-reduced-motion")}} 미디어 기능을 사용할 수도 있습니다. <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries">미디어 쿼리</a>와 함께 사용하면, 사용자가 시스템 설정에서 애니메이션을 줄였는지 알아내고, 애니메이션을 비활성화할 수 있습니다.</p> +<p>{{cssxref("@media/prefers-reduced-motion", "prefers-reduced-motion")}} 미디어 기능을 사용할 수도 있습니다. <a href="/en-US/docs/Web/CSS/Media_Queries">미디어 쿼리</a>와 함께 사용하면, 사용자가 시스템 설정에서 애니메이션을 줄였는지 알아내고, 애니메이션을 비활성화할 수 있습니다.</p> <p>자세한 내용은 다음 링크에서 확인할 수 있습니다.</p> <ul> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/Accessibility/Understanding_WCAG/Operable#Guideline_2.3_%E2%80%94_Seizures_and_Physical_Reactions_Do_not_design_content_in_a_way_that_is_known_to_cause_seizures_or_physical_reactions">MDN Understanding WCAG, Guideline 2.3 explanations</a></li> + <li><a href="/en-US/docs/Web/Accessibility/Understanding_WCAG/Operable#Guideline_2.3_%E2%80%94_Seizures_and_Physical_Reactions_Do_not_design_content_in_a_way_that_is_known_to_cause_seizures_or_physical_reactions">MDN Understanding WCAG, Guideline 2.3 explanations</a></li> <li><a href="https://www.w3.org/WAI/WCAG21/Understanding/animation-from-interactions">Understanding Success Criterion 2.3.3 | W3C Understanding WCAG 2.1</a></li> </ul> |