From 2ea9042881df398be39b05bf9349d6ade8cc0d73 Mon Sep 17 00:00:00 2001 From: hochan Lee Date: Sun, 23 May 2021 20:19:27 +0900 Subject: [FIX] document.execcommand deprecated #151 (#940) * [FEAT] add tags * [FEAT] add banner deprecated --- files/ko/web/api/document/execcommand/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'files') diff --git a/files/ko/web/api/document/execcommand/index.html b/files/ko/web/api/document/execcommand/index.html index 47ec3b3de2..fcff2469d0 100644 --- a/files/ko/web/api/document/execcommand/index.html +++ b/files/ko/web/api/document/execcommand/index.html @@ -1,9 +1,16 @@ --- title: Document.execCommand() slug: Web/API/Document/execCommand +tags: + - API + - DOM + - Method + - NeedsExample + - Reference + - editor translation_of: Web/API/Document/execCommand --- -
{{ApiRef("DOM")}}
+
{{ApiRef("DOM")}}{{deprecated_header}}

HTML 문서가 designMode로 전환되면 문서에서 execCommand 메서드를 사용할 수 있게 되는데 이것을 이용해서 문서의 편집 가능한 영역을 변경할 수 있습니다. 대부분의 명령어는 문서의 선택 영역에 영향(볼드, 이탤릭 등)을 미치고 나머지는 새 요소를 추가(링크 추가)하거나 전체 줄에 영향(들여쓰기)을 미칩니다. contentEditable을 사용할 때에 execCommand()를 호출하면 현재 활성화된 편집 요소에 영향을 미칩니다.

-- cgit v1.2.3-54-g00ecf