From 97065b2e68dd8768dc1ea092c893c57ebe205026 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 25 Feb 2021 08:31:36 -0500 Subject: use class="hidden" not style="display:none" --- files/ko/web/api/analysernode/index.html | 2 +- files/ko/web/api/document/adoptnode/index.html | 4 ++-- .../rtcpeerconnection/addicecandidate/index.html | 2 +- files/ko/web/api/rtcsessiondescription/index.html | 2 +- .../border-image_generator/index.html | 2 +- .../border-radius_generator/index.html | 2 +- .../box-shadow_generator/index.html | 2 +- .../css/css_colors/color_picker_tool/index.html | 2 +- .../stacking_context_example_1/index.html | 2 +- .../stacking_without_z-index/index.html | 2 +- .../using_css_transitions/index.html | 24 +++++++++++----------- files/ko/web/css/filter/index.html | 22 ++++++++++---------- files/ko/web/css/font/index.html | 11 +++++----- files/ko/web/css/image-rendering/index.html | 2 +- files/ko/web/css/transition-delay/index.html | 8 ++++---- files/ko/web/javascript/guide/functions/index.html | 2 +- .../global_objects/string/startswith/index.html | 2 +- files/ko/web/media/formats/index.html | 2 +- .../index.html | 2 +- 19 files changed, 48 insertions(+), 49 deletions(-) (limited to 'files/ko/web') diff --git a/files/ko/web/api/analysernode/index.html b/files/ko/web/api/analysernode/index.html index a76feaf59c..dcffff0050 100644 --- a/files/ko/web/api/analysernode/index.html +++ b/files/ko/web/api/analysernode/index.html @@ -49,7 +49,7 @@ translation_of: Web/API/AnalyserNode

{{domxref("AudioNode")}} 를 부모로 가지는 프로퍼티.

-
{{domxref("AnalyserNode.fftSize")}}
+
{{domxref("AnalyserNode.fftSize")}}
부호가 없는(unsigned long value) 주파수 영역에서의 전체 크기의 값을 나타내기 위한 푸리에 변환의 값의 크기를 나타낸다. (대략적으로 설명을 하면 해당 주파수영역을 보는데 얼마나 세밀하게 데이터를 볼것인지를 나타낸다. 클수록 세밀하지만 시간이 오래걸리고 작으면 빨리한다.)
 
{{domxref("AnalyserNode.frequencyBinCount")}} {{readonlyInline}}
diff --git a/files/ko/web/api/document/adoptnode/index.html b/files/ko/web/api/document/adoptnode/index.html index d2cce901a6..269f91125a 100644 --- a/files/ko/web/api/document/adoptnode/index.html +++ b/files/ko/web/api/document/adoptnode/index.html @@ -23,8 +23,8 @@ translation_of: Web/API/Document/adoptNode
-
   node
-
는 현재 문서에 삽입될 노드를 의미. 아직 해당 문서에 삽입되기 전이기 때문에 새로운 노드의 parentNode는 null이다.   
+
node
+
는 현재 문서에 삽입될 노드를 의미. 아직 해당 문서에 삽입되기 전이기 때문에 새로운 노드의 parentNode는 null이다.
externalNode
는 노드를 가져오기 위한 외부 문서에 있는 노드를 의미.
diff --git a/files/ko/web/api/rtcpeerconnection/addicecandidate/index.html b/files/ko/web/api/rtcpeerconnection/addicecandidate/index.html index 9062abc861..fe6ac9d284 100644 --- a/files/ko/web/api/rtcpeerconnection/addicecandidate/index.html +++ b/files/ko/web/api/rtcpeerconnection/addicecandidate/index.html @@ -64,7 +64,7 @@ addIceCandidate(candidate, successCallback, failureCallbac
  • 지정된 {{domxref("RTCIceCandidate.sdpMLineIndex", "sdpMLineIndex")}}의 값이 원격 설명 (description)에 포함된 미디어의 숫자와 같거나 큼
  • 지정된 {{domxref("RTCIceCandidate.usernameFragment", "ufrag")}}가 어떠한 원격 설명 (description) 안의 ufrag 필드와 일치하지 않음
  • {{domxref("RTCIceCandidate", "candidate")}} 문자열에 존재하는 하나 혹은 여러개의 값들이 올바르지 않거나, 파싱 될 수 없음
  • -
  • 어떠한 이유에서던 candidate를 추가하려는 시도가 실패 
  • +
  • 어떠한 이유에서던 candidate를 추가하려는 시도가 실패
  • diff --git a/files/ko/web/api/rtcsessiondescription/index.html b/files/ko/web/api/rtcsessiondescription/index.html index 927204c7da..dce47879a0 100644 --- a/files/ko/web/api/rtcsessiondescription/index.html +++ b/files/ko/web/api/rtcsessiondescription/index.html @@ -79,7 +79,7 @@ translation_of: Web/API/RTCSessionDescription
    Returns a {{Glossary("JSON")}} description of the object. The values of both properties, {{domxref("RTCSessionDescription.type", "type")}} and {{domxref("RTCSessionDescription.sdp", "sdp")}}, are contained in the generated JSON.
    -

    Example

    +

    Example

    signalingChannel.onmessage = function (evt) {
         if (!pc)
    diff --git a/files/ko/web/css/css_background_and_borders/border-image_generator/index.html b/files/ko/web/css/css_background_and_borders/border-image_generator/index.html
    index 01ae23c400..229a9eabd0 100644
    --- a/files/ko/web/css/css_background_and_borders/border-image_generator/index.html
    +++ b/files/ko/web/css/css_background_and_borders/border-image_generator/index.html
    @@ -9,7 +9,7 @@ translation_of: Web/CSS/CSS_Background_and_Borders/Border-image_generator
     ---
     

    이 도구를 사용해 CSS3 {{cssxref("border-image")}} 값을 생성할 수 있습니다.

    -
    +