diff options
Diffstat (limited to 'files/ko/learn')
5 files changed, 11 insertions, 12 deletions
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/웹_사이트가_제대로_동작하는지 <p>Servers respond with a status message whenever they receive a request. Here are the most common statuses:</p> <dl> - <dt><strong><span id="cke_bm_110S" style="display: none;"> </span>200: OK</strong></dt> + <dt><strong><span id="cke_bm_110S" class="hidden"> </span>200: OK</strong></dt> <dd>The resource you asked for was delivered.</dd> <dt><strong>301: Moved permanently</strong></dt> <dd>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.</dd> 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 { <li>The first rule sets a sitewide font and a baseline font size of 10px. These are inherited by everything on the page.</li> <li>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.</li> <li>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.</li> - <li>Rules 5 and 6 apply to the description list — we set the same <code>line-height</code> 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.<span id="cke_bm_126E" style="display: none;"> </span></li> + <li>Rules 5 and 6 apply to the description list — we set the same <code>line-height</code> 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.<span id="cke_bm_126E" class="hidden"> </span></li> </ul> <h2 id="List-specific_styles">List-specific styles</h2> 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 </div> </div> -<p><span style="display: none;"> </span><span style="display: none;"> </span><span style="display: none;"> </span><span style="display: none;"> </span> </p> +<p><span class="hidden"> </span><span class="hidden"> </span><span class="hidden"> </span><span class="hidden"> </span> </p> diff --git a/files/ko/learn/html/introduction_to_html/the_head_metadata_in_html/index.html b/files/ko/learn/html/introduction_to_html/the_head_metadata_in_html/index.html index da87edf6ee..7018ab7895 100644 --- a/files/ko/learn/html/introduction_to_html/the_head_metadata_in_html/index.html +++ b/files/ko/learn/html/introduction_to_html/the_head_metadata_in_html/index.html @@ -154,7 +154,7 @@ Web sites and HTML5 Apps. It also documents Mozilla products, like Firefox OS."& <p><a href="http://ogp.me/">Open Graph Data</a> 는 Facebook이 웹 사이트에 더 풍부한 메타 데이터를 제공하기 위해 발명한 메타 데이터 프로토콜이다. MDN 소스코드에서 다음과 같은 부분을 볼 수 있을 것이다.</p> -<pre class="brush: html"><meta property="og:image" content="https://developer.cdn.mozilla.net/static/img/opengraph-logo.dc4e08e2f6af.png"> +<pre class="brush: html"><meta property="og:image" content="https://developer.mozilla.org/static/img/opengraph-logo.png"> <meta property="og:description" content="The Mozilla Developer Network (MDN) provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and HTML5 Apps. It also documents Mozilla products, like Firefox OS."> @@ -188,15 +188,15 @@ and HTML5 Apps. It also documents Mozilla products, like Firefox OS."> <p>요즘은 많은 다른 아이콘 타입이 있다. 예를 들어서 MDN 홈페이지에서 다음과 같은 것을 발견할 것이다:</p> <pre class="brush: html"><!-- third-generation iPad with high-resolution Retina display: --> -<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://developer.cdn.mozilla.net/static/img/favicon144.a6e4162070f4.png"> +<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://developer.mozilla.org/static/img/favicon144.png"> <!-- iPhone with high-resolution Retina display: --> -<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://developer.cdn.mozilla.net/static/img/favicon114.0e9fabd44f85.png"> +<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://developer.mozilla.org/static/img/favicon114.png"> <!-- first- and second-generation iPad: --> -<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://developer.cdn.mozilla.net/static/img/favicon72.8ff9d87c82a0.png"> +<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://developer.mozilla.org/static/img/favicon72.png"> <!-- non-Retina iPhone, iPod Touch, and Android 2.1+ devices: --> -<link rel="apple-touch-icon-precomposed" href="https://developer.cdn.mozilla.net/static/img/favicon57.a2490b9a2d76.png"> +<link rel="apple-touch-icon-precomposed" href="https://developer.mozilla.org/static/img/favicon57.png"> <!-- basic favicon --> -<link rel="shortcut icon" href="https://developer.cdn.mozilla.net/static/img/favicon32.e02854fdcf73.png"></pre> +<link rel="shortcut icon" href="https://developer.mozilla.org/static/img/favicon32.png"></pre> <p>주석은 각 아이콘의 용도를 설명한다. 웹사이트가 iPad의 홈 화면에 저장 될 때 사용할 고해상도 아이콘을 제공하는 것 등을 포함한다.</p> 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 <div id="dicLayerSub"></div> </div> -<div id="dicRawData" style="display: none;">{"mean":["what<br/><br/>[대명사, 한정사]\n\t\t \t\t(의문문에서) 무엇; 몇; 어떤, 무슨\n\n\t\t 참조 which","be<br/><br/>[동사]\n\t\t there is/are\n\t\t \t\t있다, 존재하다","script<br/><br/>[명사]\n\t\t \t\t(연극영화방송강연 등의) 대본[원고]","is<br/><br/>참조 be","Java Script<br/><br/>(컴퓨터)\n\t\t \t\t자바 스크립트 ((미국 넷스케이프 커뮤니케이션스가 개발한 스크립트 언어))","TypeScript<br/><br/>[Proper noun] labelenscripting language A scripting programming language that is a strict superset of JavaScript and used to implement interactive features of Web pages."],"word":"What is JavaScript","soundUrl":"https://dict-dn.pstatic.net/v?_lsu_sa_=39682b535d673a26a89ab1563094c4fead4462b51a0a6f796ee2097e5bbb6bb1195cb75069a5ad7d792362a5c22ac0e7677a456c5837d53ff458f869cb3070278c86c07296cca27ab57925fedb326fd11c977e7d7a242a0e57b9d7f96c3e974376013120f37159780b34a104ca6074c614d78e8a098ad60cfcbe8ec73ef6b8cb","phoneticSymbol":""}</div> <div id="dicLayerLoader" style="top: 5596px; left: 281px;"></div> @@ -177,7 +176,7 @@ translation_of: Learn/JavaScript/First_steps/Silly_story_generator <div id="dicLayerSub"></div> </div> -<div id="dicRawData" style="display: none;"></div> +<div id="dicRawData" class="hidden"></div> <div id="dicLayerLoader"></div> @@ -187,6 +186,6 @@ translation_of: Learn/JavaScript/First_steps/Silly_story_generator <div id="dicLayerSub"></div> </div> -<div id="dicRawData" style="display: none;"></div> +<div id="dicRawData" class="hidden"></div> <div id="dicLayerLoader"></div> |