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/element/link/index.html | 4 ++-- files/ko/web/html/element/meter/index.html | 2 +- files/ko/web/html/element/table/index.html | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'files/ko/web/html/element') diff --git a/files/ko/web/html/element/link/index.html b/files/ko/web/html/element/link/index.html index fcbf91c85b..8a06575b95 100644 --- a/files/ko/web/html/element/link/index.html +++ b/files/ko/web/html/element/link/index.html @@ -227,12 +227,12 @@ translation_of: Web/HTML/Element/link
Usage note: To produce the same effect as this obsolete attribute, use the {{HTTPHeader("Content-Type")}} HTTP header on the linked resource.
{{HTMLAttrDef("rev")}} {{Obsolete_Inline}}
-
The value of this attribute shows the relationship of the current document to the linked document, as defined by the {{HTMLAttrxRef("href", "link")}} attribute. The attribute thus defines the reverse relationship compared to the value of the rel attribute. Link type values for the attribute are similar to the possible values for {{HTMLAttrxRef("rel", "link")}}.
+
The value of this attribute shows the relationship of the current document to the linked document, as defined by the {{HTMLAttrxRef("href", "link")}} attribute. The attribute thus defines the reverse relationship compared to the value of the rel attribute. Link type values for the attribute are similar to the possible values for {{HTMLAttrxRef("rel", "link")}}.

Note: This attribute is considered obsolete by the WHATWG HTML living standard (which is the specification MDN treats as canonical). However, it's worth noting that rev is not considered obsolete in the W3C specification. That said, given the uncertainty, relying on rev is unwise.

-

Instead, you should use the {{HTMLAttrxRef("rel", "link")}} attribute with the opposite link type value. For example, to establish the reverse link for made, specify author. Also this attribute doesn't stand for "revision" and must not be used with a version number, even though many sites misuse it in this way.

+

Instead, you should use the {{HTMLAttrxRef("rel", "link")}} attribute with the opposite link type value. For example, to establish the reverse link for made, specify author. Also this attribute doesn't stand for "revision" and must not be used with a version number, even though many sites misuse it in this way.

diff --git a/files/ko/web/html/element/meter/index.html b/files/ko/web/html/element/meter/index.html index c2f6a8fcbf..6fda057507 100644 --- a/files/ko/web/html/element/meter/index.html +++ b/files/ko/web/html/element/meter/index.html @@ -66,7 +66,7 @@ translation_of: Web/HTML/Element/meter
{{htmlattrdef("optimum")}}
이상적인 값. minmax 특성으로 정의한 범위 내에 위치해야 합니다. lowhigh 특성을 함께 사용한 경우, optimum은 어느 범위가 이상적인지 나타냅니다. 예를 들어, 값이 minlow 사이에 위치한 경우, 측정 범위 중 낮은 범위가 이상적인 범위입니다.
{{htmlattrdef("form")}}
-
<meter>와 연결할 {{htmlelement("form")}} 요소("양식 소유자"). 같은 문서에 존재하는 <form> 요소의 {{htmlattrxref("id")}} 특성 값을 사용해야 합니다. form 특성을 지정하지 않았으나 조상 중 <form> 요소가 존재하면 해당 <form>과 연결됩니다. <input type="number">의 값 범위를 보여주는 등 <meter>를 양식 관련 콘텐츠로서 사용할 때만 지정하세요.
+
<meter>와 연결할 {{htmlelement("form")}} 요소("양식 소유자"). 같은 문서에 존재하는 <form> 요소의 {{htmlattrxref("id")}} 특성 값을 사용해야 합니다. form 특성을 지정하지 않았으나 조상 중 <form> 요소가 존재하면 해당 <form>과 연결됩니다. <input type="number">의 값 범위를 보여주는 등 <meter>를 양식 관련 콘텐츠로서 사용할 때만 지정하세요.

예제

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;

특히 스크린 리더 등 보조 기술 사용자와 낮은 시력의 사용자, 그리고 인지능력의 저하를 겪고 있는 사용자에게 도움이 됩니다.

@@ -307,7 +307,7 @@ border: 1px solid black;

{{htmlelement("th")}} 요소에 scope="col"을 선언함으로써, 해당 칸이 열의 맨 위에 위치함을 설명할 수 있습니다. 마찬가지로, scope="row"를 추가하면 해당 칸이 행의 맨 앞에 위치함을 설명합니다.