diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 12:04:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 01:04:27 +0900 |
commit | 2fc1eb1780a60adb6a5730112385ec735cd22d69 (patch) | |
tree | cc230c56a692c1a7cd63f7d351f50a902f8f9bd9 /files/ko/web/api/window | |
parent | dcc2714189d050e2b8b7911b3778bb5229752afe (diff) | |
download | translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.tar.gz translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.tar.bz2 translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.zip |
remove link 'title' attributes that's just the 'href' (ko, part 2) (#1740)
Diffstat (limited to 'files/ko/web/api/window')
-rw-r--r-- | files/ko/web/api/window/getcomputedstyle/index.html | 2 | ||||
-rw-r--r-- | files/ko/web/api/window/index.html | 2 | ||||
-rw-r--r-- | files/ko/web/api/window/innerwidth/index.html | 2 | ||||
-rw-r--r-- | files/ko/web/api/window/open/index.html | 2 | ||||
-rw-r--r-- | files/ko/web/api/window/requestanimationframe/index.html | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/files/ko/web/api/window/getcomputedstyle/index.html b/files/ko/web/api/window/getcomputedstyle/index.html index 928f2f4b47..de91959760 100644 --- a/files/ko/web/api/window/getcomputedstyle/index.html +++ b/files/ko/web/api/window/getcomputedstyle/index.html @@ -63,7 +63,7 @@ para.textContent = 'My computed font-size is ' + compStyles.getPropertyValue('fo <h2 id="defaultView"><code>defaultView</code></h2> -<p>온라인의 많은 코드 샘플중에서, <code>getComputedStyle</code>은 <code>document.defaultView</code>객체에서 사용됩니다만, 대개의 경우에는 <code>getComputedStyle</code>은 <code>window</code>객체에도 존재하므로 <code>document.defaultView</code>객체에서 사용하는 패턴은 필요하지 않습니다. <code>defaultView</code>패턴은 (1) window 스펙을 작성하고 싶지 않은 사람들과 (2) Java에서도 사용할 수있는 API를 만드는 것의 조합이었을 가능성이 큽니다. 그러나 <code>defaultView</code>의 메소드를 사용해야만하는 <a href="https://github.com/jquery/jquery/pull/524#issuecomment-2241183" title="https://github.com/jquery/jquery/pull/524#issuecomment-2241183">경우</a>가 하나 있습니다. Firefox 3.6을 사용하여 프레임 스타일(framed styles)에 액세스하는 경우입니다.</p> +<p>온라인의 많은 코드 샘플중에서, <code>getComputedStyle</code>은 <code>document.defaultView</code>객체에서 사용됩니다만, 대개의 경우에는 <code>getComputedStyle</code>은 <code>window</code>객체에도 존재하므로 <code>document.defaultView</code>객체에서 사용하는 패턴은 필요하지 않습니다. <code>defaultView</code>패턴은 (1) window 스펙을 작성하고 싶지 않은 사람들과 (2) Java에서도 사용할 수있는 API를 만드는 것의 조합이었을 가능성이 큽니다. 그러나 <code>defaultView</code>의 메소드를 사용해야만하는 <a href="https://github.com/jquery/jquery/pull/524#issuecomment-2241183">경우</a>가 하나 있습니다. Firefox 3.6을 사용하여 프레임 스타일(framed styles)에 액세스하는 경우입니다.</p> <h2 id="의사요소_사용하기">의사요소 사용하기</h2> diff --git a/files/ko/web/api/window/index.html b/files/ko/web/api/window/index.html index 8fa986099d..d4cc95bb33 100644 --- a/files/ko/web/api/window/index.html +++ b/files/ko/web/api/window/index.html @@ -28,7 +28,7 @@ translation_of: Web/API/Window <dl> <dt>{{domxref("DOMParser")}}</dt> - <dd><code>DOMParser</code>는 문자열에 저장한 XML 또는 HTML 소스 코드를 DOM {{domxref("Document")}}로 구문 분석할 수 있습니다. <code>DOMParser</code>는 <a href="https://w3c.github.io/DOM-Parsing/" title="http://html5.org/specs/dom-parsing.html">DOM Parsing and Serialization</a> 명세의 일부입니다.</dd> + <dd><code>DOMParser</code>는 문자열에 저장한 XML 또는 HTML 소스 코드를 DOM {{domxref("Document")}}로 구문 분석할 수 있습니다. <code>DOMParser</code>는 <a href="https://w3c.github.io/DOM-Parsing/">DOM Parsing and Serialization</a> 명세의 일부입니다.</dd> <dt>{{domxref("Image")}}</dt> <dd>{{domxref("HTMLImageElement")}}를 생성할 때 사용합니다.</dd> <dt>{{domxref("Option")}}</dt> diff --git a/files/ko/web/api/window/innerwidth/index.html b/files/ko/web/api/window/innerwidth/index.html index 129b4a9347..c5e1303805 100644 --- a/files/ko/web/api/window/innerwidth/index.html +++ b/files/ko/web/api/window/innerwidth/index.html @@ -26,7 +26,7 @@ translation_of: Web/API/Window/innerWidth <p>innerWidth 값은 window, frame, frameset이나 다른 윈도우들처럼 모든 window 형식의 객체에서 사용할 수 있습니다.</p> -<p>There is <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=189112#c7" title="https://bugzilla.mozilla.org/show_bug.cgi?id=189112#c7">an algorithm</a> to obtain the width of the viewport excluding, if rendered, the vertical scrollbar.</p> +<p>There is <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=189112#c7">an algorithm</a> to obtain the width of the viewport excluding, if rendered, the vertical scrollbar.</p> <h2 id="예제">예제</h2> diff --git a/files/ko/web/api/window/open/index.html b/files/ko/web/api/window/open/index.html index 7ee5e30cf2..ebd5a1b7a9 100644 --- a/files/ko/web/api/window/open/index.html +++ b/files/ko/web/api/window/open/index.html @@ -651,7 +651,7 @@ window.open("map.php", "BiggerMap");</pre> <ul> <li><a href="http://www.infimum.dk/HTML/JSwindows.html">JavaScript windows (tutorial)</a> by Lasse Reichstein Nielsen</li> - <li><a href="http://accessify.com/features/tutorials/the-perfect-popup/" title="http://accessify.com/features/tutorials/the-perfect-popup/">The perfect pop-up (tutorial)</a> by Ian Lloyd</li> + <li><a href="http://accessify.com/features/tutorials/the-perfect-popup/">The perfect pop-up (tutorial)</a> by Ian Lloyd</li> <li><a href="http://www.gtalbot.org/FirefoxSection/Popup/PopupAndFirefox.html">Popup windows and Firefox (interactive demos)</a> by Gérard Talbot</li> </ul> diff --git a/files/ko/web/api/window/requestanimationframe/index.html b/files/ko/web/api/window/requestanimationframe/index.html index d85946dee3..438a90a536 100644 --- a/files/ko/web/api/window/requestanimationframe/index.html +++ b/files/ko/web/api/window/requestanimationframe/index.html @@ -107,6 +107,6 @@ window.requestAnimationFrame(step); <li><a href="http://paulirish.com/2011/requestanimationframe-for-smart-animating/">requestAnimationFrame for smart animating</a> - 블로그 포스트</li> <li><a href="http://hacks.mozilla.org/2011/08/animating-with-javascript-from-setinterval-to-requestanimationframe/">Animating with javascript: from setInterval to requestAnimationFrame</a> - 블로그 포스트</li> <li><a href="http://blogs.msdn.com/b/ie/archive/2011/07/05/using-pc-hardware-more-efficiently-in-html5-new-web-performance-apis-part-1.aspx">Using PC Hardware more efficiently in HTML5: New Web Performance APIs, Part 1</a> - 블로그 포스트</li> - <li><a href="http://www.testufo.com/#test=animation-time-graph" title="http://www.testufo.com/#test=animation-time-graph">TestUFO: Test your web browser for requestAnimationFrame() Timing Deviations</a></li> + <li><a href="http://www.testufo.com/#test=animation-time-graph">TestUFO: Test your web browser for requestAnimationFrame() Timing Deviations</a></li> <li>Paul Irish: <a class="external external-icon" href="http://updates.html5rocks.com/2012/05/requestAnimationFrame-API-now-with-sub-millisecond-precision">requestAnimationFrame API: now with sub-millisecond precision</a></li> </ul> |