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" --- .../index.html | 2 +- .../css/styling_text/styling_lists/index.html | 2 +- files/ko/learn/html/howto/index.html | 2 +- .../first_steps/silly_story_generator/index.html | 5 ++--- .../webextensions/api/tabs/create/index.html | 2 +- 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 +- 24 files changed, 54 insertions(+), 56 deletions(-) (limited to 'files/ko') diff --git a/files/ko/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html b/files/ko/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html index 3005d81a05..3799ff6daa 100644 --- a/files/ko/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html +++ b/files/ko/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html @@ -54,7 +54,7 @@ original_slug: Learn/Common_questions/웹_사이트가_제대로_동작하는지

Servers respond with a status message whenever they receive a request. Here are the most common statuses:

-
200: OK
+
200: OK
The resource you asked for was delivered.
301: Moved permanently
The resource has moved to a new location. You won't see this much in your browser, but it's good to know about "301" since search engines use this information a lot to update their indexes.
diff --git a/files/ko/learn/css/styling_text/styling_lists/index.html b/files/ko/learn/css/styling_text/styling_lists/index.html index 843636c554..a87a70408c 100644 --- a/files/ko/learn/css/styling_text/styling_lists/index.html +++ b/files/ko/learn/css/styling_text/styling_lists/index.html @@ -122,7 +122,7 @@ dd {
  • The first rule sets a sitewide font and a baseline font size of 10px. These are inherited by everything on the page.
  • Rules 2 and 3 set relative font sizes for the headings, different list types (the children of the list elements inherit these), and paragraphs. This means that each paragraph and list will have the same font size and top and bottom spacing, helping to keep the vertical rhythm consistent.
  • Rule 4 sets the same {{cssxref("line-height")}} on the paragraphs and list items — so the paragraphs and each individual list item will have the same spacing between lines. This will also help to keep the vertical rhythm consistent.
  • -
  • Rules 5 and 6 apply to the description list — we set the same line-height on the description list terms and descriptions as we did with the paragraphs and list items. Again, consistency is good! We also make the description terms have bold font, so they visually stand out easier.
  • +
  • Rules 5 and 6 apply to the description list — we set the same line-height on the description list terms and descriptions as we did with the paragraphs and list items. Again, consistency is good! We also make the description terms have bold font, so they visually stand out easier.
  • List-specific styles

    diff --git a/files/ko/learn/html/howto/index.html b/files/ko/learn/html/howto/index.html index 2bef079e90..3390846c62 100644 --- a/files/ko/learn/html/howto/index.html +++ b/files/ko/learn/html/howto/index.html @@ -150,4 +150,4 @@ translation_of: Learn/HTML/Howto -

         

    +

     

    diff --git a/files/ko/learn/javascript/first_steps/silly_story_generator/index.html b/files/ko/learn/javascript/first_steps/silly_story_generator/index.html index a6f2318602..1c32988254 100644 --- a/files/ko/learn/javascript/first_steps/silly_story_generator/index.html +++ b/files/ko/learn/javascript/first_steps/silly_story_generator/index.html @@ -167,7 +167,6 @@ translation_of: Learn/JavaScript/First_steps/Silly_story_generator
    -
    @@ -177,7 +176,7 @@ translation_of: Learn/JavaScript/First_steps/Silly_story_generator
    - +
    @@ -187,6 +186,6 @@ translation_of: Learn/JavaScript/First_steps/Silly_story_generator
    - +
    diff --git a/files/ko/mozilla/add-ons/webextensions/api/tabs/create/index.html b/files/ko/mozilla/add-ons/webextensions/api/tabs/create/index.html index 1c36ddff1d..5fde619937 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/tabs/create/index.html +++ b/files/ko/mozilla/add-ons/webextensions/api/tabs/create/index.html @@ -49,7 +49,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/create
  • javascript: URL
  • data: URL
  • file: URL (예, 파일시스템의 파일들. 단, 확장 안에 포함된 파일의 사용은 아래를 보라)
  • -
  • 특권이 있는 about: URL (예, about:config, about:addons, about:debugging) . 특권이 없는 URL은 된다 (예, about:blank).
  • +
  • 특권이 있는 about: URL (예, about:config, about:addons, about:debugging). 특권이 없는 URL은 된다 (예, about:blank).
  • 새 탭 페이지 (about:newtab)는 URL 값이 주어지지 않으면 열린다.
  • 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")}} 값을 생성할 수 있습니다.

    -
    +