From 624f2cf2baf038cb3abe912260f58fe9c5427fc9 Mon Sep 17 00:00:00 2001 From: Juyeong Byeon <35381940+wndudqus@users.noreply.github.com> Date: Sun, 19 Sep 2021 00:43:10 +0900 Subject: [ko] improve video tag autoplay attribute translation (#2454) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 번역 개선: autoplay속성 중 일부 생략된 정보를 문장에 포함 시켰습니다. * wrap video tag with code tag * Update files/ko/web/javascript/reference/functions/arrow_functions/index.html Co-authored-by: JO YUN HO * Update files/ko/web/javascript/reference/functions/arrow_functions/index.html Co-authored-by: JO YUN HO * Update files/ko/web/javascript/reference/functions/arrow_functions/index.html Co-authored-by: JO YUN HO * Update files/ko/web/javascript/reference/functions/arrow_functions/index.html Co-authored-by: JO YUN HO * Update files/ko/web/javascript/reference/functions/arrow_functions/index.html Co-authored-by: JO YUN HO * url fix before "https://developer.mozilla.org/ko/docs/Glossary/Constructor " after "https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Classes/constructor Co-authored-by: JO YUN HO --- files/ko/web/html/element/video/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'files/ko/web/html/element') diff --git a/files/ko/web/html/element/video/index.html b/files/ko/web/html/element/video/index.html index 36246c03f7..c4ff6bfa10 100644 --- a/files/ko/web/html/element/video/index.html +++ b/files/ko/web/html/element/video/index.html @@ -31,7 +31,10 @@ translation_of: Web/HTML/Element/video
{{htmlattrdef("autoplay")}}
-
부울(boolean) 속성. 이 값이 설정되면, 데이터 로딩이 완료되지 않더라도 재생 가능한 시점에 자동으로 재생이 시작됩니다.
+
부울 속성(boolean); 해당 속성이 지정된 경우 비디오가 데이터 로드를 완료하기 위해 중지하지 않고 재생할 수 있는 가장 빠른 시점에 재생되기 시작합니다.
+autoplay를 비활성화시킬 때 autoplay="false"는 동작하지 않습니다. <video>태그 내부에 autoplay 속성이 존재한다면 비디오가 자동재생 됩니다. autoplay를 비활성화하려면 해당 속성을 완전히 제거해야 합니다. +
+
{{htmlattrdef("buffered")}}
미디어의 어느 시간대가 버퍼에 들어 있는지 확인할 수 있는 속성입니다. 이 속성은 {{domxref("TimeRanges")}} 객체를 포함합니다.
{{htmlattrdef("controls")}}
-- cgit v1.2.3-54-g00ecf