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/html/element/table | |
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/html/element/table')
-rw-r--r-- | files/ko/web/html/element/table/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ko/web/html/element/table/index.html b/files/ko/web/html/element/table/index.html index 2579638730..6cb1187a26 100644 --- a/files/ko/web/html/element/table/index.html +++ b/files/ko/web/html/element/table/index.html @@ -269,7 +269,7 @@ border: 1px solid black; <p>특히 스크린 리더 등 보조 기술 사용자와 낮은 시력의 사용자, 그리고 인지능력의 저하를 겪고 있는 사용자에게 도움이 됩니다.</p> <ul> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Advanced#Adding_a_caption_to_your_table_with_<caption>">MDN Adding a caption to your table with <caption></a></li> + <li><a href="/en-US/docs/Learn/HTML/Tables/Advanced#Adding_a_caption_to_your_table_with_<caption>">MDN Adding a caption to your table with <caption></a></li> <li><a href="https://www.w3.org/WAI/tutorials/tables/caption-summary/">Caption & Summary • Tables • W3C WAI Web Accessibility Tutorials</a></li> </ul> @@ -307,7 +307,7 @@ border: 1px solid black; <p>{{htmlelement("th")}} 요소에 <code>scope="col"</code>을 선언함으로써, 해당 칸이 열의 맨 위에 위치함을 설명할 수 있습니다. 마찬가지로, <code>scope="row"</code>를 추가하면 해당 칸이 행의 맨 앞에 위치함을 설명합니다.</p> <ul> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Advanced#Tables_for_visually_impaired_users">MDN Tables for visually impaired users</a></li> + <li><a href="/en-US/docs/Learn/HTML/Tables/Advanced#Tables_for_visually_impaired_users">MDN Tables for visually impaired users</a></li> <li><a href="https://www.w3.org/WAI/tutorials/tables/two-headers/">Tables with two headers • Tables • W3C WAI Web Accessibility Tutorials</a></li> <li><a href="https://www.w3.org/WAI/tutorials/tables/irregular/">Tables with irregular headers • Tables • W3C WAI Web Accessibility Tutorials</a></li> <li><a href="https://www.w3.org/TR/WCAG20-TECHS/H63.html">H63: Using the scope attribute to associate header cells and data cells in data tables | W3C Techniques for WCAG 2.0</a></li> @@ -322,7 +322,7 @@ border: 1px solid black; <p>표를 나눌 수 없는 경우 {{htmlattrxref("id")}}와 {{htmlattrxref("headers", "td")}} 특성을 통해 표의 각 칸을 연관된 헤더 칸과 직접 연결하세요.</p> <ul> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Advanced#Tables_for_visually_impaired_users">MDN Tables for visually impaired users</a></li> + <li><a href="/en-US/docs/Learn/HTML/Tables/Advanced#Tables_for_visually_impaired_users">MDN Tables for visually impaired users</a></li> <li><a href="https://www.w3.org/WAI/tutorials/tables/multi-level/">Tables with multi-level headers • Tables • W3C WAI Web Accessibility Tutorials</a></li> <li><a href="https://www.w3.org/TR/WCAG20-TECHS/H43.html">H43: Using id and headers attributes to associate data cells with header cells in data tables | Techniques for W3C WCAG 2.0</a></li> </ul> |