From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- .../global_attributes/autocapitalize/index.html | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 files/ko/web/html/global_attributes/autocapitalize/index.html (limited to 'files/ko/web/html/global_attributes/autocapitalize/index.html') diff --git a/files/ko/web/html/global_attributes/autocapitalize/index.html b/files/ko/web/html/global_attributes/autocapitalize/index.html new file mode 100644 index 0000000000..b0a42ef76a --- /dev/null +++ b/files/ko/web/html/global_attributes/autocapitalize/index.html @@ -0,0 +1,47 @@ +--- +title: autocapitalize +slug: Web/HTML/Global_attributes/autocapitalize +tags: + - Global attributes + - HTML + - Reference + - 자동 대문자화 +translation_of: Web/HTML/Global_attributes/autocapitalize +--- +

{{HTMLSidebar("Global_attributes")}}

+ +

autocapitalize 전역 특성은 사용자가 입력하거나 수정하는 텍스트를 자동으로 대문자로 바꾸는 방식을 제거하는 열거형 특성입니다. 가능한 값은 다음과 같습니다.

+ + + +

autocapitalize 특성은 물리적인 키보드에서 입력하는 경우 아무런 영향도 주지 않으며, 대신 음성 입력이나 모바일 장치의 가상 키보드 등, 문장 첫 글자를 자동으로 대문자로 변환해서 사용자를 돕곤 하는 방식에 영향을 줍니다. autocapitalize 특성을 사용하면 이런 동작을 HTML 작성자가 재정의할 수 있습니다.

+ +

autocapitalize 특성을 {{htmlattrxref("type", "input")}} 특성의 값이 url, email, password인 {{HTMLElement("input")}} 요소에 적용해도 자동 대문자 변환은 되지 않습니다.

+ +

명세

+ + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('HTML WHATWG', "interaction.html#autocapitalization", "autocapitalize")}}{{Spec2('HTML WHATWG')}}
+ +

브라우저 호환성

+ + + +

{{Compat("html.global_attributes.autocapitalize")}}

-- cgit v1.2.3-54-g00ecf