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/attributes/index.html | 50 ++++++++++++++++----------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'files/ko/web/html/attributes') diff --git a/files/ko/web/html/attributes/index.html b/files/ko/web/html/attributes/index.html index 12e0c02235..a8effb43af 100644 --- a/files/ko/web/html/attributes/index.html +++ b/files/ko/web/html/attributes/index.html @@ -47,7 +47,7 @@ translation_of: Web/HTML/Attributes 해당 요소의 가로 정렬 방식을 명시합니다. - allow + allow {{ HTMLElement("iframe") }} Specifies a feature-policy for the iframe. @@ -116,7 +116,7 @@ translation_of: Web/HTML/Attributes 이미 버퍼링된 미디어의 시간 범위를 가집니다. - capture + capture {{ HTMLElement("input") }} From the {{SpecName('HTML Media Capture', '#the-capture-attribute','media capture')}}spec, specifies a new file can be captured. @@ -207,7 +207,7 @@ translation_of: Web/HTML/Attributes How the element handles cross-origin requests - csp {{experimental_inline}} + csp {{experimental_inline}} {{ HTMLElement("iframe") }} Specifies the Content Security Policy that an embedded document must agree to enforce upon itself. @@ -227,7 +227,7 @@ translation_of: Web/HTML/Attributes Indicates the date and time associated with the element. - decoding + decoding {{ HTMLElement("img") }} Indicates the preferred method to decode the image. @@ -277,8 +277,8 @@ translation_of: Web/HTML/Attributes Defines the content type of the form date when the method is POST. - enterkeyhint {{experimental_inline}} - {{ HTMLElement("textarea") }}, contenteditable + enterkeyhint {{experimental_inline}} + {{ HTMLElement("textarea") }}, contenteditable The enterkeyhint specifies what action label (or icon) to present for the enter key on virtual keyboards. The attribute can be used with form controls (such as the value of textarea elements), or in elements in an editing host (e.g., using contenteditable attribute). @@ -297,24 +297,24 @@ translation_of: Web/HTML/Attributes Indicates the action of the element, overriding the action defined in the {{ HTMLElement("form") }}. - formenctype + formenctype {{ HTMLElement("button") }}, {{ HTMLElement("input") }} - If the button/input is a submit button (type="submit"), this attribute sets the encoding type to use during form submission. If this attribute is specified, it overrides the enctype attribute of the button's form owner. + If the button/input is a submit button (type="submit"), this attribute sets the encoding type to use during form submission. If this attribute is specified, it overrides the enctype attribute of the button's form owner. - formmethod + formmethod {{ HTMLElement("button") }}, {{ HTMLElement("input") }} - If the button/input is a submit button (type="submit"), this attribute sets the submission method to use during form submission (GET, POST, etc.). If this attribute is specified, it overrides the method attribute of the button's form owner. + If the button/input is a submit button (type="submit"), this attribute sets the submission method to use during form submission (GET, POST, etc.). If this attribute is specified, it overrides the method attribute of the button's form owner. - formnovalidate + formnovalidate {{ HTMLElement("button") }}, {{ HTMLElement("input") }} - If the button/input is a submit button (type="submit"), this boolean attribute specifies that the form is not to be validated when it is submitted. If this attribute is specified, it overrides the novalidate attribute of the button's form owner. + If the button/input is a submit button (type="submit"), this boolean attribute specifies that the form is not to be validated when it is submitted. If this attribute is specified, it overrides the novalidate attribute of the button's form owner. - formtarget + formtarget {{ HTMLElement("button") }}, {{ HTMLElement("input") }} - If the button/input is a submit button (type="submit"), this attribute specifies the browsing context (for example, tab, window, or inline frame) in which to display the response that is received after submitting the form. If this attribute is specified, it overrides the target attribute of the button's form owner. + If the button/input is a submit button (type="submit"), this attribute specifies the browsing context (for example, tab, window, or inline frame) in which to display the response that is received after submitting the form. If this attribute is specified, it overrides the target attribute of the button's form owner. headers @@ -370,23 +370,23 @@ translation_of: Web/HTML/Attributes 일반적으로, 특정한 요소를 스타일하기 위해 CSS와 함꼐 사용됨. 이 속성의 값은 유일해야함. - importance {{experimental_inline}} + importance {{experimental_inline}} {{ HTMLElement("iframe") }}, {{ HTMLElement("img") }}, {{ HTMLElement("link") }}, {{ HTMLElement("script") }} Indicates the relative fetch priority for the resource. - integrity + integrity {{ HTMLElement("link") }}, {{ HTMLElement("script") }} - Specifies a Subresource Integrity value that allows browsers to verify what they fetch. + Specifies a Subresource Integrity value that allows browsers to verify what they fetch. - intrinsicsize {{deprecated_inline}} + intrinsicsize {{deprecated_inline}} {{ HTMLElement("img") }} This attribute tells the browser to ignore the actual intrinsic size of the image and pretend it’s the size specified in the attribute. - inputmode - {{ HTMLElement("textarea") }}, contenteditable + inputmode + {{ HTMLElement("textarea") }}, contenteditable Provides a hint as to the type of data that might be entered by the user while editing the element or its contents. The attribute can be used with form controls (such as the value of textarea elements), or in elements in an editing host (e.g., using contenteditable attribute). @@ -435,7 +435,7 @@ translation_of: Web/HTML/Attributes Indicates if the element should be loaded lazily (loading="lazy") or loaded immediately (loading="eager"). - list + list {{ HTMLElement("input") }} Identifies a list of pre-defined options to suggest to the user. @@ -465,7 +465,7 @@ translation_of: Web/HTML/Attributes 요소에 허용되는 문자의 최대 길이를 나타냅니다. - minlength + minlength {{ HTMLElement("input") }}, {{ HTMLElement("textarea") }} Defines the minimum number of characters allowed in the element. @@ -490,7 +490,7 @@ translation_of: Web/HTML/Attributes Indicates whether multiple values can be entered in an input of the type email or file. - muted + muted {{ HTMLElement("audio") }}, {{ HTMLElement("video") }} Indicates whether the audio will be initially silenced on page load. @@ -620,7 +620,7 @@ translation_of: Web/HTML/Attributes - spellcheck + spellcheck 전역 특성 Indicates whether spell checking is allowed for the element. @@ -680,7 +680,7 @@ translation_of: Web/HTML/Attributes 요소 위에 호버링했을떄 표시될 툴팁의 텍스트 - translate + translate 전역 특성 Specify whether an element’s attribute values and the values of its Text node children are to be translated when the page is localized, or whether to leave them unchanged. -- cgit v1.2.3-54-g00ecf