From 088c152546b2ca26b87ce6d98648a3c915268d09 Mon Sep 17 00:00:00 2001 From: j <115390541+rosaceaee@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:00:06 +0900 Subject: [PATCH 01/11] =?UTF-8?q?[ko]=20api/Navigator/clipboard=20?= =?UTF-8?q?=EC=8B=A0=EA=B7=9C=20=EB=B2=88=EC=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ko/web/api/navigator/clipboard/index.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 files/ko/web/api/navigator/clipboard/index.md diff --git a/files/ko/web/api/navigator/clipboard/index.md b/files/ko/web/api/navigator/clipboard/index.md new file mode 100644 index 00000000000000..e126cd5a0e3255 --- /dev/null +++ b/files/ko/web/api/navigator/clipboard/index.md @@ -0,0 +1,41 @@ +--- +title: "Navigator: clipboard 속성" +slug: Web/API/Navigator/clipboard +l10n: + sourceCommit: 7087ffd50a4d81d1b91fe603c26456e9ce398574 +--- + +{{APIRef("Clipboard API")}} {{securecontext_header}} + + **`clipboard`** 는 {{domxref("Navigator")}} 인터페이스의 읽기 전용 속성이며, 클립보드의 내용을 읽기 혹은 쓰기 용도로서 객체로 반환합니다. +[Clipboard API](/ko/docs/Web/API/Clipboard_API)는 웹 애플리케이션에서 잘라내기, 복사 혹은 붙여넣기 기능을 사용할 수 있도록 하는 기능입니다. + +## 값 + +{{domxref("Clipboard")}} 는 시스템 클립보드에 접근하는 객체입니다. + +## 예제 + +아래의 코드는 시스템 클립보드 내부 텍스트를 읽기 위해 접근하는 속성인 `navigator.clipboard`를 사용하는 예제입니다. + +```js +navigator.clipboard + .readText() + .then( + (clipText) => (document.querySelector(".cliptext").innerText = clipText), + ); +``` + +위의 예제는 `"cliptext"` 클래스를 가지고 있는 요소의 내용을 클립보드 내용으로 변경하는 코드입니다. +이 코드는 클립보드의 내용을 불러오는 브라우저 익스텐션으로서 클립보드 내용이 주기적으로 혹은 자동으로 갱신되거나 특정 이벤트가 실행될 때 자동으로 갱신됩니다. + +클립보드에 텍스트가 없거나 비어있다면 `"cliptext"` 클래스 요소의 내용은 초기화됩니다. +이러한 경우에는 [`readText()`](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/readText) 가 비어있는 스트링 값을 반환합니다. + +## 명세 + +{{Specifications}} + +## 브라우저 호환성 + +{{Compat}} From 15f4ff2a46b93cd089c88a8c0ea6fc4bbc65b15b Mon Sep 17 00:00:00 2001 From: j <115390541+rosaceaee@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:30:54 +0900 Subject: [PATCH 02/11] =?UTF-8?q?lint=20=EB=B0=98=EC=98=81(=EA=B3=B5?= =?UTF-8?q?=EB=B0=B1=20=EC=A0=9C=EA=B1=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ko/web/api/navigator/clipboard/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ko/web/api/navigator/clipboard/index.md b/files/ko/web/api/navigator/clipboard/index.md index e126cd5a0e3255..7187f353e4b6f8 100644 --- a/files/ko/web/api/navigator/clipboard/index.md +++ b/files/ko/web/api/navigator/clipboard/index.md @@ -7,7 +7,7 @@ l10n: {{APIRef("Clipboard API")}} {{securecontext_header}} - **`clipboard`** 는 {{domxref("Navigator")}} 인터페이스의 읽기 전용 속성이며, 클립보드의 내용을 읽기 혹은 쓰기 용도로서 객체로 반환합니다. +**`clipboard`** 는 {{domxref("Navigator")}} 인터페이스의 읽기 전용 속성이며, 클립보드의 내용을 읽기 혹은 쓰기 용도로서 객체로 반환합니다. [Clipboard API](/ko/docs/Web/API/Clipboard_API)는 웹 애플리케이션에서 잘라내기, 복사 혹은 붙여넣기 기능을 사용할 수 있도록 하는 기능입니다. ## 값 From e95ed522a72904b82e73f817e0436cd44ef34a9f Mon Sep 17 00:00:00 2001 From: hochan Lee Date: Mon, 28 Oct 2024 03:24:44 +0900 Subject: [PATCH 03/11] Update files/ko/web/api/navigator/clipboard/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- files/ko/web/api/navigator/clipboard/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ko/web/api/navigator/clipboard/index.md b/files/ko/web/api/navigator/clipboard/index.md index 7187f353e4b6f8..572e440a58d62e 100644 --- a/files/ko/web/api/navigator/clipboard/index.md +++ b/files/ko/web/api/navigator/clipboard/index.md @@ -7,7 +7,7 @@ l10n: {{APIRef("Clipboard API")}} {{securecontext_header}} -**`clipboard`** 는 {{domxref("Navigator")}} 인터페이스의 읽기 전용 속성이며, 클립보드의 내용을 읽기 혹은 쓰기 용도로서 객체로 반환합니다. +**`clipboard`** 는 {{domxref("Navigator")}} 인터페이스의 읽기 전용 속성이며, 클립보드의 내용을 읽기 혹은 쓰기 용도로서 객체로 반환합니다. [Clipboard API](/ko/docs/Web/API/Clipboard_API)는 웹 애플리케이션에서 잘라내기, 복사 혹은 붙여넣기 기능을 사용할 수 있도록 하는 기능입니다. ## 값 From 1b57300cfb9f92d16e7c11ec28cd297ae5077d42 Mon Sep 17 00:00:00 2001 From: hochan Lee Date: Mon, 28 Oct 2024 03:37:59 +0900 Subject: [PATCH 04/11] Update files/ko/web/api/navigator/clipboard/index.md --- files/ko/web/api/navigator/clipboard/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ko/web/api/navigator/clipboard/index.md b/files/ko/web/api/navigator/clipboard/index.md index 572e440a58d62e..ac5ac898c4a0da 100644 --- a/files/ko/web/api/navigator/clipboard/index.md +++ b/files/ko/web/api/navigator/clipboard/index.md @@ -32,7 +32,7 @@ navigator.clipboard 클립보드에 텍스트가 없거나 비어있다면 `"cliptext"` 클래스 요소의 내용은 초기화됩니다. 이러한 경우에는 [`readText()`](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/readText) 가 비어있는 스트링 값을 반환합니다. -## 명세 +## 명세서 {{Specifications}} From 666eba58bb87e8c9759553e2f6832e5cfc957602 Mon Sep 17 00:00:00 2001 From: hochan Lee Date: Mon, 28 Oct 2024 03:38:04 +0900 Subject: [PATCH 05/11] Update files/ko/web/api/navigator/clipboard/index.md --- files/ko/web/api/navigator/clipboard/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ko/web/api/navigator/clipboard/index.md b/files/ko/web/api/navigator/clipboard/index.md index ac5ac898c4a0da..ef80b910e201cc 100644 --- a/files/ko/web/api/navigator/clipboard/index.md +++ b/files/ko/web/api/navigator/clipboard/index.md @@ -22,7 +22,7 @@ l10n: navigator.clipboard .readText() .then( - (clipText) => (document.querySelector(".cliptext").innerText = clipText), + (clipText) => (document.querySelector(".clip-text").innerText = clipText), ); ``` From 43dfccfc3eac03a0f079ccffef6401a824e34a8f Mon Sep 17 00:00:00 2001 From: hochan Lee Date: Mon, 28 Oct 2024 03:38:10 +0900 Subject: [PATCH 06/11] Update files/ko/web/api/navigator/clipboard/index.md --- files/ko/web/api/navigator/clipboard/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ko/web/api/navigator/clipboard/index.md b/files/ko/web/api/navigator/clipboard/index.md index ef80b910e201cc..2d61ab778010df 100644 --- a/files/ko/web/api/navigator/clipboard/index.md +++ b/files/ko/web/api/navigator/clipboard/index.md @@ -26,7 +26,7 @@ navigator.clipboard ); ``` -위의 예제는 `"cliptext"` 클래스를 가지고 있는 요소의 내용을 클립보드 내용으로 변경하는 코드입니다. +위의 예제는 `"clip-text"` 클래스를 가지고 있는 요소의 내용을 클립보드 내용으로 변경하는 코드입니다. 이 코드는 클립보드의 내용을 불러오는 브라우저 익스텐션으로서 클립보드 내용이 주기적으로 혹은 자동으로 갱신되거나 특정 이벤트가 실행될 때 자동으로 갱신됩니다. 클립보드에 텍스트가 없거나 비어있다면 `"cliptext"` 클래스 요소의 내용은 초기화됩니다. From 6dae659064e763b58c007918f2786d05a3c84bab Mon Sep 17 00:00:00 2001 From: hochan Lee Date: Mon, 28 Oct 2024 03:38:16 +0900 Subject: [PATCH 07/11] Update files/ko/web/api/navigator/clipboard/index.md --- files/ko/web/api/navigator/clipboard/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ko/web/api/navigator/clipboard/index.md b/files/ko/web/api/navigator/clipboard/index.md index 2d61ab778010df..94fd9e29858aae 100644 --- a/files/ko/web/api/navigator/clipboard/index.md +++ b/files/ko/web/api/navigator/clipboard/index.md @@ -29,7 +29,7 @@ navigator.clipboard 위의 예제는 `"clip-text"` 클래스를 가지고 있는 요소의 내용을 클립보드 내용으로 변경하는 코드입니다. 이 코드는 클립보드의 내용을 불러오는 브라우저 익스텐션으로서 클립보드 내용이 주기적으로 혹은 자동으로 갱신되거나 특정 이벤트가 실행될 때 자동으로 갱신됩니다. -클립보드에 텍스트가 없거나 비어있다면 `"cliptext"` 클래스 요소의 내용은 초기화됩니다. +클립보드에 텍스트가 없거나 비어있다면 `"clip-text"` 클래스 요소의 내용은 초기화됩니다. 이러한 경우에는 [`readText()`](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/readText) 가 비어있는 스트링 값을 반환합니다. ## 명세서 From e8c45685c374625be846b0c1cf63a07ed2be22b0 Mon Sep 17 00:00:00 2001 From: hochan Lee Date: Mon, 28 Oct 2024 03:38:21 +0900 Subject: [PATCH 08/11] Update files/ko/web/api/navigator/clipboard/index.md --- files/ko/web/api/navigator/clipboard/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ko/web/api/navigator/clipboard/index.md b/files/ko/web/api/navigator/clipboard/index.md index 94fd9e29858aae..c56c9a6916fc41 100644 --- a/files/ko/web/api/navigator/clipboard/index.md +++ b/files/ko/web/api/navigator/clipboard/index.md @@ -2,7 +2,7 @@ title: "Navigator: clipboard 속성" slug: Web/API/Navigator/clipboard l10n: - sourceCommit: 7087ffd50a4d81d1b91fe603c26456e9ce398574 + sourceCommit: d47348199a379f68bea876a403eb510628ec4ccb --- {{APIRef("Clipboard API")}} {{securecontext_header}} From a06ec9d4fc2e0c8eca5a480979269c1652ec5de5 Mon Sep 17 00:00:00 2001 From: hochan Lee Date: Mon, 28 Oct 2024 03:40:19 +0900 Subject: [PATCH 09/11] Update files/ko/web/api/navigator/clipboard/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- files/ko/web/api/navigator/clipboard/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/ko/web/api/navigator/clipboard/index.md b/files/ko/web/api/navigator/clipboard/index.md index c56c9a6916fc41..6ec89d1c3d0ce5 100644 --- a/files/ko/web/api/navigator/clipboard/index.md +++ b/files/ko/web/api/navigator/clipboard/index.md @@ -29,8 +29,8 @@ navigator.clipboard 위의 예제는 `"clip-text"` 클래스를 가지고 있는 요소의 내용을 클립보드 내용으로 변경하는 코드입니다. 이 코드는 클립보드의 내용을 불러오는 브라우저 익스텐션으로서 클립보드 내용이 주기적으로 혹은 자동으로 갱신되거나 특정 이벤트가 실행될 때 자동으로 갱신됩니다. -클립보드에 텍스트가 없거나 비어있다면 `"clip-text"` 클래스 요소의 내용은 초기화됩니다. -이러한 경우에는 [`readText()`](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/readText) 가 비어있는 스트링 값을 반환합니다. +클립보드에 텍스트가 없거나 비어있다면 `"clip-text"` 클래스 요소의 내용은 초기화됩니다. +이러한 경우에는 [`readText()`](/ko/docs/Web/API/Clipboard/readText) 가 비어있는 스트링 값을 반환합니다. ## 명세서 From 157aaff9bfc65924ab33409bfc3f5c4b99480cd9 Mon Sep 17 00:00:00 2001 From: hochan Lee Date: Mon, 28 Oct 2024 03:53:13 +0900 Subject: [PATCH 10/11] Update files/ko/web/api/navigator/clipboard/index.md --- files/ko/web/api/navigator/clipboard/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/files/ko/web/api/navigator/clipboard/index.md b/files/ko/web/api/navigator/clipboard/index.md index 6ec89d1c3d0ce5..b8db8ae14e8e21 100644 --- a/files/ko/web/api/navigator/clipboard/index.md +++ b/files/ko/web/api/navigator/clipboard/index.md @@ -4,7 +4,6 @@ slug: Web/API/Navigator/clipboard l10n: sourceCommit: d47348199a379f68bea876a403eb510628ec4ccb --- - {{APIRef("Clipboard API")}} {{securecontext_header}} **`clipboard`** 는 {{domxref("Navigator")}} 인터페이스의 읽기 전용 속성이며, 클립보드의 내용을 읽기 혹은 쓰기 용도로서 객체로 반환합니다. From e56bd436f5abc47abb671ebcbd61abedf6dddab2 Mon Sep 17 00:00:00 2001 From: hochan Lee Date: Mon, 28 Oct 2024 03:55:29 +0900 Subject: [PATCH 11/11] Update files/ko/web/api/navigator/clipboard/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- files/ko/web/api/navigator/clipboard/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/files/ko/web/api/navigator/clipboard/index.md b/files/ko/web/api/navigator/clipboard/index.md index b8db8ae14e8e21..1ca8bec9f1e2dd 100644 --- a/files/ko/web/api/navigator/clipboard/index.md +++ b/files/ko/web/api/navigator/clipboard/index.md @@ -4,6 +4,7 @@ slug: Web/API/Navigator/clipboard l10n: sourceCommit: d47348199a379f68bea876a403eb510628ec4ccb --- + {{APIRef("Clipboard API")}} {{securecontext_header}} **`clipboard`** 는 {{domxref("Navigator")}} 인터페이스의 읽기 전용 속성이며, 클립보드의 내용을 읽기 혹은 쓰기 용도로서 객체로 반환합니다.