aboutsummaryrefslogtreecommitdiff
path: root/files/ko/mozilla/firefox
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:24 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:24 +0100
commitee778d6eea54935fd05022e0ba8c49456003381a (patch)
tree151a4cef804d8823cc8fc753b8edc693b7078241 /files/ko/mozilla/firefox
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-ee778d6eea54935fd05022e0ba8c49456003381a.tar.gz
translated-content-ee778d6eea54935fd05022e0ba8c49456003381a.tar.bz2
translated-content-ee778d6eea54935fd05022e0ba8c49456003381a.zip
unslug ko: move
Diffstat (limited to 'files/ko/mozilla/firefox')
-rw-r--r--files/ko/mozilla/firefox/releases/1.5/adapting_xul_applications_for_firefox_1.5/index.html26
-rw-r--r--files/ko/mozilla/firefox/releases/1.5/index.html150
-rw-r--r--files/ko/mozilla/firefox/releases/2/index.html85
-rw-r--r--files/ko/mozilla/firefox/releases/2/updating_extensions/index.html30
-rw-r--r--files/ko/mozilla/firefox/releases/3.5/index.html302
-rw-r--r--files/ko/mozilla/firefox/releases/3.6/index.html261
-rw-r--r--files/ko/mozilla/firefox/releases/3/dom_improvements/index.html30
-rw-r--r--files/ko/mozilla/firefox/releases/3/full_page_zoom/index.html32
-rw-r--r--files/ko/mozilla/firefox/releases/3/notable_bugs_fixed/index.html32
-rw-r--r--files/ko/mozilla/firefox/releases/3/svg_improvements/index.html56
-rw-r--r--files/ko/mozilla/firefox/releases/3/updating_extensions/index.html137
-rw-r--r--files/ko/mozilla/firefox/releases/3/updating_web_applications/index.html38
12 files changed, 1179 insertions, 0 deletions
diff --git a/files/ko/mozilla/firefox/releases/1.5/adapting_xul_applications_for_firefox_1.5/index.html b/files/ko/mozilla/firefox/releases/1.5/adapting_xul_applications_for_firefox_1.5/index.html
new file mode 100644
index 0000000000..363b27b75e
--- /dev/null
+++ b/files/ko/mozilla/firefox/releases/1.5/adapting_xul_applications_for_firefox_1.5/index.html
@@ -0,0 +1,26 @@
+---
+title: Adapting XUL Applications for Firefox 1.5
+slug: Adapting_XUL_Applications_for_Firefox_1.5
+tags:
+ - Add-ons
+ - Extensions
+ - XUL
+translation_of: Mozilla/Firefox/Releases/1.5/Adapting_XUL_Applications_for_Firefox_1.5
+---
+<p>이 페이지는 XUL 개발자에 영향을 미치는 <a href="ko/Firefox_1.5">Firefox 1.5</a>에서 바뀐 점 목록을 포함합니다.</p>
+<h3 id=".ED.8A.B9.EC.A0.95_.EB.B0.94.EB.80.90_.EC.A0.90" name=".ED.8A.B9.EC.A0.95_.EB.B0.94.EB.80.90_.EC.A0.90">특정 바뀐 점</h3>
+<ul>
+ <li><a href="ko/Tree_Widget_Changes">Tree Widget Changes</a></li>
+ <li><a href="ko/International_characters_in_XUL_JavaScript">International characters in XUL JavaScript</a> (오직 ASCII 아닌 문자를 포함하는 JavaScript 파일을 지닌 확장기능에만 영향을 미칩니다.)</li>
+ <li><a href="ko/XMLHttpRequest_changes_for_Gecko1.8">XMLHttpRequest changes</a></li>
+ <li><a href="ko/XUL_Changes_for_Firefox_1.5">XUL Changes for Firefox 1.5</a></li>
+ <li><a href="ko/XPCNativeWrapper">XPCNativeWrapper</a>는 기본값으로 on이고 behavior는 1.0.x와 견주어 약간 바뀌었습니다.</li>
+ <li>contents.rdf를 deprecate하는 <a href="ko/Chrome_Registration">Chrome Registration</a>의 더 간단한 방법.</li>
+ <li>겹쳐진(overlayed) 문맥 메뉴를 위해: &lt;tt&gt;gContextMenu.linkURL()&lt;/tt&gt; 함수는 &lt;tt&gt;gContextMenu.getLinkURL()&lt;/tt&gt;로 이름이 바뀌었고 &lt;tt&gt;linkURL&lt;/tt&gt;은 이제 속성(property)입니다. 하위 호환성이 있게 쓰려면:<br>
+ &lt;tt&gt;url = 'getLinkURL' in gContextMenu ? gContextMenu.getLinkURL() : gContextMenu.linkURL();&lt;/tt&gt;</li>
+</ul>
+<h3 id=".EB.8B.A4.EB.A5.B8_.EC.A0.95.EB.B3.B4" name=".EB.8B.A4.EB.A5.B8_.EC.A0.95.EB.B3.B4">다른 정보</h3>
+<ul>
+ <li><a href="ko/Using_nsIXULAppInfo">How to check application's version using nsIXULAppInfo</a></li>
+ <li><a class="external" href="http://kb.mozillazine.org/Dev_:_Extensions_:_Cross-Version_Compatibility_Techniques">MozillaZine</a></li>
+</ul>
diff --git a/files/ko/mozilla/firefox/releases/1.5/index.html b/files/ko/mozilla/firefox/releases/1.5/index.html
new file mode 100644
index 0000000000..fa1dba1cc6
--- /dev/null
+++ b/files/ko/mozilla/firefox/releases/1.5/index.html
@@ -0,0 +1,150 @@
+---
+title: Firefox 1.5 for developers
+slug: Firefox_1.5_for_developers
+tags:
+ - Add-ons
+ - CSS
+ - DOM
+ - Extensions
+ - HTML
+ - JavaScript
+ - RDF
+ - SVG
+ - Web Development
+ - Web Standards
+ - XML
+ - XML Web Services
+ - XSLT
+ - XUL
+translation_of: Mozilla/Firefox/Releases/1.5
+---
+<h3 id="Firefox_1.5" name="Firefox_1.5">Firefox 1.5</h3>
+<p>Firefox 1.5를 출시하여 <b><a class="external" href="http://www.mozilla.com/firefox/">내려 받기</a></b>할 수 있습니다. <a href="ko/Gecko">Gecko</a> 1.8 엔진에 기반을 둔 이 최신 버전은 이미 최고인 클래스 표준 지원 개선과 다음 세대 웹 어플리케이션에서 가능한 새 기능을 제공합니다. Firefox 1.5는 CSS2와 CSS3 지원 개선, 많은 DHTML, JavaScript, DOM 향상은 물론 <a href="ko/SVG">SVG</a> 1.1과 <code>&lt;canvas&gt;</code>, <a href="ko/XForms">XForms</a>, XML 이벤트를 통한 스크립팅과 프로그래밍이 가능한 2D 그래픽스 API를 크게 다룹니다.</p>
+<p><b>Firefox 1.5</b>는 <a class="external" href="http://www.mozilla.com/firefox/" rel="freelink">http://www.mozilla.com/firefox/</a> 에서 내려받을 수 있습니다.</p>
+<h3 id=".EA.B0.9C.EB.B0.9C.EC.9E.90_.EB.8F.84.EA.B5.AC" name=".EA.B0.9C.EB.B0.9C.EC.9E.90_.EB.8F.84.EA.B5.AC">개발자 도구</h3>
+<p>개발자를 도울 수 있는 여러 도구와 브라우저 확장기능들이 Firefox 1.5를 지원합니다.</p>
+<ul>
+ <li><a href="ko/DOM_Inspector">DOM Inspector</a>는 개발자가 문서를 직접 편집하지 않고 문서를 수정하고 검사할 수 있도록 하는 도구입니다. DOM Inspector는 개발자 도구 아래 Firefox 1.5의 사용자 정의 설치 선택사항 부분에서 이용할 수 있습니다.</li>
+ <li>JavaScript console은 한 페이지에 JavaScript와 CSS 에러 보기뿐만 아니라 JavaScript 코드를 시험하고 작성하게 하는 도구입니다.</li>
+ <li>구문 강조와 찾기 기능을 갖춘 페이지 소스 보기.</li>
+ <li><a class="link-https" href="https://addons.mozilla.org/extensions/showlist.php?application=firefox&amp;category=Developer%20Tools">Browser extensions</a>는 <a class="external" href="http://www.joehewitt.com/software/firebug/">FireBug</a>, <a href="ko/Web_Developer_Extension_(external)">Web Developer toolbar</a>, <a href="ko/Live_HTTP_Headers_(external)">Live HTTP Headers</a>, <a href="ko/HTML_Validator_(external)">HTML Validator</a>, 그리고 더 많은 것을 포함합니다.</li>
+</ul>
+<p><strong>주의:</strong> 확장기능 약간은 현재 Firefox 1.5를 지원하지 않아 자동으로 사용불가능합니다.</p>
+<h3 id=".EA.B0.9C.EC.9A.94" name=".EA.B0.9C.EC.9A.94">개요</h3>
+<p>Firefox 1.5의 새 기능:</p>
+<h4 id=".EC.9B.B9_.EC.82.AC.EC.9D.B4.ED.8A.B8_.EA.B0.9C.EB.B0.9C.EC.9E.90.EC.99.80_.EC.96.B4.ED.94.8C.EB.A6.AC.EC.BC.80.EC.9D.B4.EC.85.98_.EA.B0.9C.EB.B0.9C.EC.9E.90" name=".EC.9B.B9_.EC.82.AC.EC.9D.B4.ED.8A.B8_.EA.B0.9C.EB.B0.9C.EC.9E.90.EC.99.80_.EC.96.B4.ED.94.8C.EB.A6.AC.EC.BC.80.EC.9D.B4.EC.85.98_.EA.B0.9C.EB.B0.9C.EC.9E.90">웹 사이트 개발자와 어플리케이션 개발자</h4>
+<dl>
+ <dt>
+ <a href="ko/SVG_In_HTML_Introduction">SVG In XHTML Introduction</a></dt>
+ <dd>
+ XHTML 페이지에서 SVG를 쓰는 법과 정규 XHTML을 스크립트하는 방식과 같은 방식으로 그림을 조작하는데 JavaScript과 CSS를 쓰는 법을 배웁니다. 또한 Firefox의 SVG 구현 상태와 알려진 문제 정보를 알아보려면 <a href="ko/SVG_in_Firefox">SVG in Firefox</a>를 보세요.</dd>
+</dl>
+<dl>
+ <dt>
+ <a href="ko/Drawing_Graphics_with_Canvas">Drawing Graphics with Canvas</a></dt>
+ <dd>
+ 새로운 <code>&lt;canvas&gt;</code> 태그 정보와 Firefox에서 그래프와 다른 개체 그리는 법을 알아봅니다.</dd>
+</dl>
+<dl>
+ <dt>
+ <a href="ko/CSS3_Columns">CSS3 Columns</a></dt>
+ <dd>
+ CSS3에 새로 제안한 자동 다단 텍스트 layout 지원 정보를 알아봅니다.</dd>
+</dl>
+<dl>
+ <dt>
+ <a href="ko/Using_Firefox_1.5_caching">Using Firefox 1.5 caching</a></dt>
+ <dd>
+ <code>bfcache</code> 정보와 뒤로 가기와 앞으로 가기 항해 속도를 높이는 법을 알아봅니다.</dd>
+</dl>
+<h4 id="XUL_.EA.B0.9C.EB.B0.9C.EC.9E.90.EC.99.80_.ED.99.95.EC.9E.A5.EA.B8.B0.EB.8A.A5_.EA.B0.9C.EB.B0.9C.EC.9E.90" name="XUL_.EA.B0.9C.EB.B0.9C.EC.9E.90.EC.99.80_.ED.99.95.EC.9E.A5.EA.B8.B0.EB.8A.A5_.EA.B0.9C.EB.B0.9C.EC.9E.90">XUL 개발자와 확장기능 개발자</h4>
+<dl>
+ <dt>
+ <a href="ko/Building_an_Extension">Building an Extension</a></dt>
+ <dd>
+ 이 입문서는 당신이 Firefox에 가장 기본이 될만한 확장기능을 만드는데 필요한 과정을 통과하도록 합니다. 또한 새 확장기능을 만들기를 훨씬 더 쉽게 하는 1.5의 확장기능 관리자의 새로운 기능을 실제로 보이는 <a class="external" href="http://kb.mozillazine.org/Getting_started_with_extension_development">another tutorial on MozillaZine knowledge base</a>를 보세요.</dd>
+</dl>
+<dl>
+ <dt>
+ <a href="ko/XPCNativeWrapper">XPCNativeWrapper</a></dt>
+ <dd>
+ <code>XPCNativeWrapper</code>는 <a href="ko/Safely_accessing_content_DOM_from_chrome">safe to access from privileged code</a>하도록 개체를 싸는(wrap up) 방법입니다. Firefox 1.5 (Gecko 1.8)에서 시작하여 약간 바뀐 behavior를 통해 모든 Firefox 버전에서 쓸 수 있습니다.</dd>
+</dl>
+<dl>
+ <dt>
+ <a href="ko/Preferences_System">Preferences System</a></dt>
+ <dd>
+ 더 적은 JavaScript 코드를 써서 더 쉽게 선택사항 창을 만들게 하는 새 위젯을 알아봅니다.</dd>
+</dl>
+<dl>
+ <dt>
+ <a href="ko/International_characters_in_XUL_JavaScript">International characters in XUL JavaScript</a></dt>
+ <dd>
+ XUL JavaScript 파일은 이제 ASCII 아닌 문자도 포함할 수 있습니다.</dd>
+</dl>
+<dl>
+ <dt>
+ <a href="ko/Tree_Widget_Changes">Tree API changes</a></dt>
+ <dd>
+ XUL <code>&lt;tree&gt;</code> 요소에 접근하기 위한 인터페이스가 바뀌었습니다.</dd>
+</dl>
+<dl>
+ <dt>
+ <a href="ko/XUL_Changes_for_Firefox_1.5">XUL Changes for Firefox 1.5</a></dt>
+ <dd>
+ XUL 바뀐 점 요약. 또한 <a href="ko/Adapting_XUL_Applications_for_Firefox_1.5">Adapting XUL Applications for Firefox 1.5</a>를 보세요.</dd>
+</dl>
+<dl>
+ <dt>
+ 네트워킹 관련 바뀐 점</dt>
+</dl>
+<ul>
+ <li>인증 프롬프트를 이제 각 채널(per-channel) 기초로 하여 재정의(override)할 수 있습니다. 이는 인터페이스 requestor를 <a href="ko/NsIChannel">nsIChannel</a>의 notificationCallbacks으로 설정하고 <a href="ko/NsIBadCertListener">nsIBadCertListener</a>를 위한 인터페이스를 할당하여 수행합니다.</li>
+ <li>nsIWebBrowserPersist의 listener는 이제 <a href="ko/NsIInterfaceRequestor">nsIInterfaceRequestor</a>::GetInterface를 구현할 수 있고 <a href="ko/NsIProgressEventSink">nsIProgressEventSink</a>(<a href="ko/NsIWebProgressListener">nsIWebProgressListener</a>와 크게 쓸모 있고 중복되지 않은)를 포함한 채널이 요구할 지도 모를 인터페이스 모두를 제공할 기회를 얻습니다. 여기서 쓸모 있는 인터페이스는 <a href="ko/NsIChannelEventSink">nsIChannelEventSink</a>와 <a href="ko/NsIBadCertListener">nsIBadCertListener</a> 포함합니다.</li>
+ <li>확장기능이나 XMLHttpRequest를 포함하는 다른 necko 소비자는 쿠키 헤더를 명시하여 설정할 수 있고 necko는 그것을 바꾸지 않을 겁니다. 저장된 쿠키는 명시한 헤더가 저장된 쿠키를 재정의하는 방식으로 명시하여 집합 헤더와 합쳐집니다.</li>
+</ul>
+<h3 id=".EC.83.88_.EC.B5.9C.EC.A2.85_.EC.82.AC.EC.9A.A9.EC.9E.90_.EA.B8.B0.EB.8A.A5" name=".EC.83.88_.EC.B5.9C.EC.A2.85_.EC.82.AC.EC.9A.A9.EC.9E.90_.EA.B8.B0.EB.8A.A5">새 최종 사용자 기능</h3>
+<h4 id=".EC.82.AC.EC.9A.A9.EC.9E.90_Experience" name=".EC.82.AC.EC.9A.A9.EC.9E.90_Experience">사용자 Experience</h4>
+<ul>
+ <li>뒤로 가기와 앞으로 가기 버튼 성능 개선으로 <strong>더 빠른 브라우저 항해</strong></li>
+ <li><strong>드랙 앤 드랍으로 브라우저 탭 재배치.</strong></li>
+ <li>사전 검색을 위해 <strong>Answers.com을 검색 엔진 목록에 추가했습니다</strong>.</li>
+ <li>설명 단 에러 페이지, 다시 디자인한 옵션 메뉴, RSS 발견(discovery), "안전 모드" experience를 포함한 <strong>제품 사용성 증대</strong></li>
+ <li>DHTML 접근성을 포함하여 <strong>더 나은 접근성 지원</strong>.</li>
+ <li>Firefox에서 열리지 않는 웹 사이트를 보고하기 위한 <strong>깨지는 웹 사이트 보고 마법사</strong></li>
+ <li>Safari와 Mac Internet Explorer로부터 프로필 이동을 포함한 <strong>더 나은 Mac OS X</strong>(10.2 이상)<strong> 지원</strong></li>
+</ul>
+<h4 id=".EB.B3.B4.EC.95.88.EA.B3.BC_.EC.82.AC.EC.83.9D.ED.99.9C" name=".EB.B3.B4.EC.95.88.EA.B3.BC_.EC.82.AC.EC.83.9D.ED.99.9C">보안과 사생활</h4>
+<ul>
+ <li>제품 업그레이드를 streamline하는 <strong>자동 업데이트</strong>. 업데이트 알림은 더 눈에 띄고(prominent), Firefox 업데이트는 이제 0.5 megabyte나 그보다 더 작아질지도 모릅니다. 확장기능 업데이트 또한 개선했습니다.</li>
+ <li><strong>팝업 차단 개선.</strong></li>
+ <li><strong>개인 데이터 지우기</strong> 기능은 키보드 메뉴 항목과 shortcut을 통해 개인 데이터를 빠르게 제거하는 쉬운 방법을 제공합니다.</li>
+</ul>
+<h4 id=".EC.97.B4.EB.A6.B0_.EC.9B.B9_.ED.91.9C.EC.A4.80_.EC.A7.80.EC.9B.90" name=".EC.97.B4.EB.A6.B0_.EC.9B.B9_.ED.91.9C.EC.A4.80_.EC.A7.80.EC.9B.90">열린 웹 표준 지원</h4>
+<p>Firefox는 시종일관 크로스 플랫폼을 구현하도록 기업을 계속 이끄는 웹 표준을 지원합니다.</p>
+<ul>
+ <li>Hypertext Markup Language (<a href="ko/HTML">HTML</a>) and Extensible Hypertext Markup Language (<a href="ko/XHTML">XHTML</a>): <a class="external" href="http://www.w3.org/TR/html401/">HTML 4.01</a> and <a class="external" href="http://www.w3.org/TR/xhtml1/">XHTML 1.0/1.1</a></li>
+ <li>Cascading Style Sheets (<a href="ko/CSS">CSS</a>): <a class="external" href="http://www.w3.org/TR/REC-CSS1">CSS Level 1</a>, <a class="external" href="http://www.w3.org/TR/REC-CSS2">CSS Level 2</a> and parts of <a class="external" href="http://www.w3.org/Style/CSS/current-work.html">CSS Level 3</a></li>
+ <li>Document Object Model (<a href="ko/DOM">DOM</a>): <a class="external" href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/">DOM Level 1</a>, <a class="external" href="http://www.w3.org/DOM/DOMTR#dom2">DOM Level 2</a> and parts of <a class="external" href="http://www.w3.org/DOM/DOMTR#dom3">DOM Level 3</a></li>
+ <li>Mathematical Markup Language: <a class="external" href="http://www.w3.org/Math/">MathML Version 2.0</a></li>
+ <li>Extensible Markup Language (<a href="ko/XML">XML</a>): <a class="external" href="http://www.w3.org/TR/REC-xml">XML 1.0</a>, <a class="external" href="http://www.w3.org/TR/REC-xml-names/">Namespaces in XML</a>, <a class="external" href="http://www.w3.org/TR/xml-stylesheet/">Associating Style Sheets with XML Documents 1.0</a>, <a class="external" href="http://lists.w3.org/Archives/Public/www-xml-linking-comments/2001AprJun/att-0074/01-NOTE-FIXptr-20010425.htm">Fragment Identifier for XML</a></li>
+ <li>XSL Transformations (<a href="ko/XSLT">XSLT</a>): <a class="external" href="http://www.w3.org/TR/xslt">XSLT 1.0</a></li>
+ <li>XML Path Language (<a href="ko/XPath">XPath</a>): <a class="external" href="http://www.w3.org/TR/xpath">XPath 1.0</a></li>
+ <li>Resource Description Framework (<a href="ko/RDF">RDF</a>): <a class="external" href="http://www.w3.org/RDF/">RDF</a></li>
+ <li>Simple Object Access Protocol (SOAP): <a class="external" href="http://www.w3.org/TR/SOAP/">SOAP 1.1</a></li>
+ <li><a href="ko/JavaScript">JavaScript</a> 1.6, based on <a href="ko/ECMA-262">ECMA-262</a>, revision 3: <a class="external" href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMA-262</a></li>
+</ul>
+<p>Firefox 1.5는 다음 데이터 전송 프로토콜(HTTP, FTP, SSL, TLS, 그리고 나머지)과 여러 언어 문자 데이터(Unicode), 그래픽스(GIF, JPEG, PNG, SVG, 그리고 나머지), 가장 유명한 스크립팅 언어의 최근 버전인 <a href="ko/New_in_JavaScript_1.6">JavaScript 1.6</a>을 지원합니다.</p>
+<h3 id="Firefox_1.0.EB.B6.80.ED.84.B0_.EB.B0.94.EB.80.90_.EC.A0.90" name="Firefox_1.0.EB.B6.80.ED.84.B0_.EB.B0.94.EB.80.90_.EC.A0.90">Firefox 1.0부터 바뀐 점</h3>
+<p>2004년 11월 9일 처음 출시된 뒤로 Firefox에 바뀐 점이 많습니다. Firefox는 많은 새로운 기능 보탬과 버그 고침과 함께 향상됐습니다. Deer Park(Firefox 1.5의 코드명)와 Firefox 출시 노트는 Firefox 각 출시본의 바뀐 점에 관한 훌륭한 정보원입니다.</p>
+<ul>
+ <li><a class="external" href="http://www.squarefree.com/burningedge/releases/1.5-comprehensive.html">What's new in Firefox 1.5 (comprehensive)</a></li>
+ <li><a class="external" href="http://www.squarefree.com/burningedge/releases/1.5rc3.html">What's new in Firefox 1.5 RC 3</a></li>
+ <li><a class="external" href="http://www.squarefree.com/burningedge/releases/1.5rc2.html">What's new in Firefox 1.5 RC 2</a></li>
+ <li><a class="external" href="http://www.squarefree.com/burningedge/releases/1.5rc1.html">What's new in Firefox 1.5 RC 1</a></li>
+ <li><a class="external" href="http://www.squarefree.com/burningedge/releases/1.5b2.html">What's new in Firefox 1.5 Beta 2</a></li>
+ <li><a class="external" href="http://www.squarefree.com/burningedge/releases/1.5b1.html">What's new in Firefox 1.5 Beta 1</a></li>
+ <li><a class="external" href="http://www.squarefree.com/burningedge/releases/1.5a2.html">What's new in Deer Park Alpha 2</a></li>
+ <li><a class="external" href="http://www.squarefree.com/burningedge/releases/1.5a1.html">What's new in Deer Park Alpha 1</a></li>
+</ul>
+<p>{{ languages( { "en": "en/Firefox_1.5_for_developers", "es": "es/Firefox_1.5_para_Desarrolladores", "fr": "fr/Firefox_1.5_pour_les_d\u00e9veloppeurs", "it": "it/Firefox_1.5_per_Sviluppatori", "ja": "ja/Firefox_1.5_for_developers", "nl": "nl/Firefox_1.5_voor_ontwikkelaars", "pl": "pl/Firefox_1.5_dla_programist\u00f3w", "pt": "pt/Firefox_1.5_para_Desenvolvedores" } ) }}</p>
diff --git a/files/ko/mozilla/firefox/releases/2/index.html b/files/ko/mozilla/firefox/releases/2/index.html
new file mode 100644
index 0000000000..e39f256625
--- /dev/null
+++ b/files/ko/mozilla/firefox/releases/2/index.html
@@ -0,0 +1,85 @@
+---
+title: Firefox 2 for developers
+slug: Firefox_2_for_developers
+translation_of: Mozilla/Firefox/Releases/2
+---
+<h3 id="Firefox_2_.EC.83.88.EB.A1.9C.EC.9A.B4_.EA.B8.B0.EB.8A.A5"> Firefox 2 새로운 기능 </h3>
+<p>Firefox 2는 다양하고 새로운 기능들을 소개하고 있습니다. 이 문서는 이러한 새로운 기능들을 소개하고 자세한 정보를 제공하고 있습니다.
+</p>
+<h4 id=".EC.9B.B9_.EC.82.AC.EC.9D.B4.ED.8A.B8_.EB.B0.8F_.EC.9D.91.EC.9A.A9.ED.94.84.EB.A1.9C.EA.B7.B8.EB.9E.A8_.EA.B0.9C.EB.B0.9C.EC.9E.90"> 웹 사이트 및 응용프로그램 개발자 </h4>
+<dl><dt> <a class="external" href="http://wiki.mozilla.org/Microsummaries">Microsummaries</a>
+</dt><dd> Microsummaries는 자동으로 업데이트 될만한 웹 페이지 내 작은 정보를 말합니다. 웹 사이트 개발자들은 북마크나 페이지 제목에 이 정보가 자동으로 업데이트 될 수 있도록 제공할 수 있습니다. 예를 들어, 특정 회사 주가를 보여 주는 페이지에서 주가를 Microsummaries로 보여 줄 수 있습니다.
+</dd></dl>
+<dl><dt> <a href="ko/Creating_a_Microsummary">Microsummary 만들기</a>
+</dt><dd> Microsummary 생성기를 만들고 활용하는 방법을 알려 드립니다.
+</dd></dl>
+<dl><dt> <a href="ko/Microsummary_XML_grammar_reference">Microsummary XML grammar reference</a>
+</dt><dd> Microsummary 생성기를 만드는 데 쓰이는 XML 문법 참조 문서
+</dd></dl>
+<dl><dt> <a class="external" href="http://opensearch.a9.com/">OpenSearch support</a>
+</dt><dd> Firefox 2는 OpenSearch 검색 엔진 포맷을 지원합니다.
+</dd></dl>
+<dl><dt> <a href="ko/Creating_MozSearch_plugins">MozSearch 플러그인 만들기</a>
+</dt><dd> Firefox 2는 OpenSearch 기반 검색 플러그인 포맷인 MozSearch를 지원하지만 내부 사용 목적입니다.
+</dd></dl>
+<dl><dt> <a href="ko/Supporting_search_suggestions_in_search_plugins">검색 플러그인 만들기</a>
+</dt><dd> MozSearch를 이용하여 검색 플러그인 및 자동 완성 기능을 제공 하는 방법을 알려드립니다.
+</dd></dl>
+<dl><dt> <a href="ko/New_in_JavaScript_1.7">자바스크립트 1.7 지원</a>
+</dt><dd> Firefox 2는 자바스크립트 1.7을 지원합니다. 여기에는 <code>let</code>, destructuring assignment, generators and iterators, array comprehensions 등의 기능이 추가되었습니다.
+</dd></dl>
+<dl><dt> <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#scs-client-side">WHATWG Client-side session and persistent storage|WHATWG 클라이언트 세션 저장 기능</a>
+</dt><dd> 클라이언트 세션 저장 기능은 클라이언트에서 구조화된 데이터를 저장하거나 사용할 수 있도록 해 주는 새로운 기능입니다. </dd></dl>
+<dl><dt> <a href="ko/SVG_in_Firefox">SVG 기능</a>
+</dt><dd> Firefox 2는 <code>&lt;textPath&gt;</code> 요소를 구현하고 이전에 지원하지 않은 속성 지원을 더해 Scalable Vector Graphics (SVG) 지원이 향상됩니다.
+</dd></dl>
+<dl><dt> <a href="ko/Controlling_spell_checking_in_HTML_forms">Controlling spell checking in HTML forms</a>
+</dt><dd> Firefox 2는 text area와 text field에서 인라인 철자 검사 지원을 포함합니다. 이 문서는 각 폼 요소에 철자 검사를 켜고 끄는 HTML 작성법을 설명합니다.
+</dd></dl>
+<dl><dt> <a href="ko/Security_in_Firefox_2">Security in Firefox 2</a>
+</dt><dd> Firefox 2는 보안 프로토콜이 기본값으로 가능하게 바뀌었습니다.
+</dd></dl>
+<h4 id="XUL.EA.B3.BC_.EA.B0.9C.EB.B0.9C.EC.9E.90.EB.93.A4.EC.9D.84_.EC.9C.84.ED.95.9C_.ED.99.95.EC.9E.A5"> XUL과 개발자들을 위한 확장 </h4>
+<dl><dt> <a href="ko/Updating_extensions_for_Firefox_2">Updating extensions for Firefox 2</a>
+</dt><dd> 기존 확장 기능이 Firefox 2에서 작동하게 하는 법을 다룹니다.
+</dd></dl>
+<dl><dt> <a href="ko/Session_store_API">Session store API</a>
+</dt><dd> Firefox에서 세션을 넘나들며 저장 및 복구되는 항목에 기여하기.
+</dd></dl>
+<dl><dt> <a href="ko/Feed_content_access_API">Feed content access API</a>
+</dt><dd> 개발자가 RSS와 Atom 피드에 접근 및 구문해석하게 하는 API.
+</dd></dl>
+<dl><dt> <a href="ko/SAX">SAX support</a>
+</dt><dd> 이벤트 기반 XML 파서 API.
+</dd></dl>
+<dl><dt> <a href="ko/Adding_search_engines_from_web_pages">Adding search engines from web pages</a>
+</dt><dd> 자바스크립트는 OpenSearch 또는 Sherlock 포맷으로 작성된 검색 엔진 플러그인을 설치하도록 Firefox 에게 지시할 수 있습니다.
+</dd></dl>
+<dl><dt> <a href="ko/Adding_phishing_protection_data_providers">Adding phishing protection data providers</a>
+</dt><dd> 안전한 브라우징 시스템을 위해 추가 데이터 프로바이더를 추가하여 Firefox의 피싱 방지를 향상이 가능합니다.
+</dd></dl>
+<dl><dt> <a href="ko/Adding_feed_readers_to_Firefox">Adding feed readers to Firefox</a>
+</dt><dd> 웹 기반이든 응용프로그램이든 새 피드 리더를 Firefox에 추가할 수 있습니다.
+</dd></dl>
+<dl><dt> <a href="ko/Storage">Storage</a>
+</dt><dd> Firefox 2는 sqlite 기반 데이터베이스 아키텍쳐인 mozStorage 를 도입했습니다.
+</dd></dl>
+<dl><dt> <a href="ko/Theme_changes_in_Firefox_2">Theme changes in Firefox 2</a>
+</dt><dd> Firefox 2에서 작동하도록 기존 테마를 업데이트하는 데 필요한 변화를 다룹니다.
+</dd></dl>
+<h3 id=".EC.9D.BC.EB.B0.98_.EC.82.AC.EC.9A.A9.EC.9E.90_.EA.B8.B0.EB.8A.A5"> 일반 사용자 기능 </h3>
+<dl><dd> Firefox 2는 여러분의 온라인 사용성을 전보다 더 안전하고 편리하게 하는 개선된 보안 기능과 함께 이전 버전처럼 깔끔한 사용자 인터페이스를 향상시킨 판을 제공합니다.
+</dd></dl>
+<h4 id=".EC.82.AC.EC.9A.A9.EC.84.B1_.EC.A6.9D.EB.8C.80_.EA.B8.B0.EB.8A.A5"> 사용성 증대 기능 </h4>
+<ul><li> <b>내용 편집시 맞춤법 검사 기능</b> 글 쓰기할 때 문법 및 단어 추천 (영문)
+</li><li> <b>Microsummaries</b>는 웹 사이트에 자동적으로 갱신될 만한 가장 중요한 정보를 받아 북마크에 추가하여 볼 수 있습니다. 주가 정보, 경매 현황 등에 사용될 수 있습니다.
+</li><li> <b>확장 기능 관리자</b> 모양이 더욱 간단하게 바뀌었습니다.
+</li><li> <b>검색 사이트 관리자</b>를 통해 검색 사이트 순서를 바꾸거나 삭제할 수 있습니다.
+</li><li> <b>탭 브라우징 기능 향상</b>을 통해 각 탭에 닫기 버튼을 추가하였고, 탭 이동 및 탭 닫기 옵션 선택 등 다양한 기능이 추가되었습니다.
+</li><li> <b>검색 엔진 찾기 기능</b>은 검색 플러그인을 제공하는 검색 엔진이 있으면 쉽게 찾고 설치할 수 있도록 도와 줍니다.
+</li><li> <b>검색 자동 완성 기능</b>은 검색창에서 검색어를 입력할 때 검색 엔진에서 검색어를 추천해 주는 기능으로 구글과 야후!에서 제공됩니다.
+</li></ul>
+<h4 id=".EA.B0.9C.EC.9D.B8_.EC.A0.95.EB.B3.B4_.EB.B0.8F_.EB.B3.B4.EC.95.88"> 개인 정보 및 보안 </h4>
+<ul><li> <b>피싱 차단 기능</b>은 웹 페이지를 변조하여 개인 정보를 빼내려는 피싱 사이트를 가지 않도록 방지해 줍니다.
+</li></ul>
+{{ languages( { "en": "en/Firefox_2_for_developers", "ja": "ja/Firefox_2_for_developers" } ) }}
diff --git a/files/ko/mozilla/firefox/releases/2/updating_extensions/index.html b/files/ko/mozilla/firefox/releases/2/updating_extensions/index.html
new file mode 100644
index 0000000000..b8c6f9f648
--- /dev/null
+++ b/files/ko/mozilla/firefox/releases/2/updating_extensions/index.html
@@ -0,0 +1,30 @@
+---
+title: Updating extensions for Firefox 2
+slug: Updating_extensions_for_Firefox_2
+translation_of: Mozilla/Firefox/Releases/2/Updating_extensions
+---
+<p>이 문서는 Firefox 2에서 확장 기능이 동작하도록 개발자들에게 유용한 정보를 제공해 줍니다.
+</p>
+<h2 id=".EB.8B.A8.EA.B3.84_1:_install_manifest_.EC.97.85.EB.8D.B0.EC.9D.B4.ED.8A.B8" name=".EB.8B.A8.EA.B3.84_1:_install_manifest_.EC.97.85.EB.8D.B0.EC.9D.B4.ED.8A.B8">단계 1: install manifest 업데이트</h2>
+<p>첫 단계로 대부분의 확장기능이 <a href="ko/Install_Manifests">install manifest</a> 파일과 &lt;tt&gt;install.rdf&lt;/tt&gt;에서 Firefox 2와의 호환성 정보를 기재해야 합니다.
+</p><p>간단히 Furefix의 최대 호환 버전에 대한 정보를 제공하면 됩니다. Firefox 1.5는 다음과 같습니다.
+</p>
+<pre class="eval"> <span class="nowiki">&lt;em:maxVersion&gt;1.5.0.*&lt;/em:maxVersion&gt;</span>
+</pre>
+<p>Firefox 2와 호환성을 유지하려면 아래와 같이 수정 합니다.
+</p>
+<pre class="eval"> <span class="nowiki">&lt;em:maxVersion&gt;2.0.0.*&lt;/em:maxVersion&gt;</span>
+</pre>
+<p>확장 기능을 다시 설치해야 합니다.
+</p>
+<h2 id=".EB.8B.A8.EA.B3.84_2:_XML_.EC.98.A4.EB.B2.84.EB.A0.88.EC.9D.B4_.EC.97.85.EB.8D.B0.EC.9D.B4.ED.8A.B8" name=".EB.8B.A8.EA.B3.84_2:_XML_.EC.98.A4.EB.B2.84.EB.A0.88.EC.9D.B4_.EC.97.85.EB.8D.B0.EC.9D.B4.ED.8A.B8">단계 2: XML 오버레이 업데이트</h2>
+<p>Firefox 2는 기본 스킨이 변경 됩니다. 부가적으로 몇 가지 사용자 인터페이스가 변경 됩니다. 어떤 부가 기능들은 XUL 오버레이와 관련되어 변경 가능성이 있습니다.
+</p><p>XUL 오버레이와 관련된 변화에 대해서는 <a href="ko/Theme_changes_in_Firefox_2">Firefox 2에서 테마 변경</a>이라는 문서를 참고하십시오.
+</p>
+<h2 id=".EB.8B.A8.EA.B3.84_3:_.ED.85.8C.EC.8A.A4.ED.8A.B8" name=".EB.8B.A8.EA.B3.84_3:_.ED.85.8C.EC.8A.A4.ED.8A.B8">단계 3: 테스트</h2>
+<p>확장 기능을 공개 하기 전에 Firefox 2에서 제대로 동작 여부를 테스트해야 합니다. 마지막으로 확장 기능 최신 버전이 Firefox에 문제가 있는 지 여부를 확인 하는 것이 좋습니다.
+</p>
+<h2 id=".EB.8B.A8.EA.B3.84_4:_.EC.B6.9C.EC.8B.9C" name=".EB.8B.A8.EA.B3.84_4:_.EC.B6.9C.EC.8B.9C">단계 4: 출시</h2>
+<p>사용자들이 이용할 수 있도록 <a class=" external" href="http://addons.mozilla.org" rel="freelink">http://addons.mozilla.org</a> 상 내용을 업데이트 합니다.
+</p><p>부가적으로 확장 기능이 Firefox 2에서 업데이트 사실을 자동적으로 알 수 있도록 install manifest에 <code><a href="ko/Install_Manifests#updateURL">updateURL</a></code>도 함께 변경 합니다. 이렇게 하면 사용자들이 Firefox 2로 업그레이드 한 후에 자동적으로 확장 기능 업데이트도 함께 제공하게 됩니다.
+</p>{{ languages( { "pl": "pl/Aktualizacja_rozszerze\u0144_do_Firefoksa_2", "fr": "fr/Mise_\u00e0_jour_des_extensions_pour_Firefox_2", "en": "en/Updating_extensions_for_Firefox_2" } ) }}
diff --git a/files/ko/mozilla/firefox/releases/3.5/index.html b/files/ko/mozilla/firefox/releases/3.5/index.html
new file mode 100644
index 0000000000..2431607551
--- /dev/null
+++ b/files/ko/mozilla/firefox/releases/3.5/index.html
@@ -0,0 +1,302 @@
+---
+title: Firefox 3.5 for developers
+slug: Firefox_3.5_for_developers
+translation_of: Mozilla/Firefox/Releases/3.5
+---
+<p>Firefox 3.5은 넓은 범위의 향상된 웹 표준을 지원하는 것을 포함한 새로운 여러 가지 기능을 보여줍니다. 이 문서에는 향상된 부분 중 주된 부분에 대한 문서의 링크를 제공합니다.</p>
+<h2 id="Firefox_3.5에서_개발자를_위한_새로운_부분">Firefox 3.5에서 개발자를 위한 새로운 부분</h2>
+<h3 id="웹_사이트와_웹_애플리케이션_개발자를_위한_부분">웹 사이트와 웹 애플리케이션 개발자를 위한 부분</h3>
+<h4 id="HTML_5_지원">HTML 5 지원</h4>
+<dl>
+ <dt>
+ <a class="internal" href="/En/Using_audio_and_video_in_Firefox" title="En/Using audio and video in Firefox">Firefox에서 오디오와 비디오 사용</a></dt>
+ <dd>
+ Firefox 3.5 에는 HTML 5 의 <a class="internal" href="/En/HTML/Element/Audio" title="En/HTML/Element/Audio"><code>audio</code></a>와 <a class="internal" href="/En/HTML/Element/Video" title="En/HTML/Element/Video"><code>video</code></a> 요소가 추가되었습니다.</dd>
+ <dt>
+ <a class="internal" href="/en/Offline_resources_in_Firefox" title="En/Offline resources in Firefox">Firefox에서의 오프라인 자원</a></dt>
+ <dd>
+ Firefox 3.5 에서는 이제 HTML 5 의 오프라인 자원 부분을 모두 지원합니다.</dd>
+ <dt>
+ <a class="internal" href="/En/DragDrop/Drag_and_Drop" title="En/DragDrop/Drag and Drop">드래그 앤 드롭</a></dt>
+ <dd>
+ HTML 5 의 드래그 앤 드롭 API는 웹사이트에서의 드래그 앤 드롭을 지원합니다. 또한 확장기능과 모질라 기반 애플리케이션에서 사용되는 간단한 API도 제공합니다.</dd>
+</dl>
+<h4 id="CSS_변경점">CSS 변경점</h4>
+<dl>
+ <dt>
+ <a class="internal" href="/en/CSS/@font-face" title="En/CSS/@font-face">Downloadable 다운로드 할 수 있는 폰트 지원 fonts support</a></dt>
+ <dd>
+ 새로운 {{ cssxref("@font-face") }} @rule 은 웹페이지에서 폰트를 다운로드 할 수 있게 합니다. 그래서 이 CSS가 적용된 사이트는 페이지를 만든 사람 의도대로 보여줄 수 있습니다.</dd>
+ <dt>
+ <a class="internal" href="/En/CSS/Media_queries" title="En/CSS/Media queries">CSS media queries</a></dt>
+ <dd>
+ Firefox 3.5 에서는 CSS media query를 지원합니다. 이것은 미디어 기반의 스타일 시트를 이용할 수 있게 합니다.</dd>
+ <dt>
+ {{ cssxref(":before") }} 와 {{ cssxref(":after") }} 가 CSS 2.1에 추가되었습니다.</dt>
+ <dd>
+ <code><span style="font-family: Verdana,Tahoma,sans-serif;">:</span>before</code> 와 <code>:after</code> 모조요소(pseudo-elements)는 CSS 2.1의 <code>position</code>, <code>float</code>, <code>list-style-*</code>, 그리고 특정 display 속성에 추가되었습니다.</dd>
+ <dt>
+ <a class="internal" href="/en/CSS/opacity" title="En/CSS/Opacity"><code>opacity</code></a></dt>
+ <dd>
+ <code>표준 opacity 속성이 생겨서 </code><code>모질라 확장 CSS인 -moz-opacity가 없어졌습니다.</code></dd>
+ <dt>
+ <a class="internal" href="/en/CSS/text-shadow" title="En/CSS/Text-shadow"><code>text-shadow</code></a></dt>
+ <dd>
+ 텍스트나 텍스트 꾸밈요소에 그림자 효과를 적용할 수 있는 <code>text-shadow</code> 속성이 지원됩니다.</dd>
+ <dt>
+ <a class="internal" href="/En/CSS/Word-wrap" title="En/CSS/Word-wrap"><code>word-wrap</code></a></dt>
+ <dd>
+ 새로 지원되는 속성인 word-wrap은 한 줄에 띄어쓰기 되지 않은 긴 문자열이 있을 때, 넘쳐 보이지 않게 하기 위해 이 문자열을 중간에서 끊을 지 정합니다.</dd>
+ <dt>
+ <a class="internal" href="/en/CSS/-moz-box-shadow" title="En/CSS/-moz-box-shadow"><code>-moz-box-shadow</code></a></dt>
+ <dt>
+ <a class="internal" href="/En/CSS/-moz-border-image" title="En/CSS/-moz-border-image"><code>-moz-border-image</code></a></dt>
+ <dt>
+ <a class="internal" href="/En/CSS/-moz-column-rule" title="En/CSS/-moz-column-rule"><code>-moz-column-rule</code></a></dt>
+ <dt>
+ <a class="internal" href="/En/CSS/-moz-column-rule-width" title="En/CSS/-moz-column-rule-width"><code>-moz-column-rule-width</code></a></dt>
+ <dt>
+ <a class="internal" href="/En/CSS/-moz-column-rule-style" title="En/CSS/-moz-column-rule-style"><code>-moz-column-rule-style</code></a></dt>
+ <dt>
+ <a class="internal" href="/En/CSS/-moz-column-rule-color" title="En/CSS/-moz-column-rule-color"><code>-moz-column-rule-color</code></a></dt>
+ <dd>
+ Firefox 3.5에서는 CSS에 추가적으로 모질라 확장 CSS를 지원합니다.</dd>
+ <dt>
+ <a class="internal" href="/en/CSS/color#Mozilla_Specific_Colors" title="En/CSS/color#Mozilla Specific Colors"><code>-moz-nativehyperlinktext</code> 색상 값</a></dt>
+ <dd>
+ 이 새 색상값은 시스템 기본 하이퍼링크(hyperlink) 색상을 돌려줍니다.</dd>
+ <dt>
+ 새로운 <a class="internal" href="/En/CSS/-moz-window-shadow" title="En/CSS/-moz-window-shadow"><code>-moz-window-shadow</code></a> 와 <a class="internal" href="/En/CSS/:-moz-system-metric(mac-graphite-theme)" title="En/CSS/:-moz-system-metric(mac-graphite-theme)"><code>-moz-system-metric(mac-graphite-theme)</code></a> 속성</dt>
+ <dd>
+ These new CSS properties were added to facilitate theming.</dd>
+ <dt>
+ <a class="internal" href="/en/CSS/-moz-appearance" title="En/CSS/-moz-appearance"><code>-moz-appearance</code></a> 의 새로운 값</dt>
+ <dd>
+ <code>-moz-win-glass</code> <span style="font-family: monospace;">와 </span><code>-moz-mac-unified-toolbar</code> 값이 <code>-moz-appearance</code> 에 추가되었습니다.</dd>
+ <dt>
+ <a class="internal" href="/En/CSS/Using_CSS_transforms" title="En/CSS/Using CSS transforms">Using CSS transforms</a></dt>
+ <dd>
+ Firefox 3.5 supports CSS transforms.  See <a class="internal" href="/En/CSS/-moz-transform" title="En/CSS/-moz-transform"><code>-moz-transform</code></a> and <a class="internal" href="/En/CSS/-moz-transform-origin" title="En/CSS/-moz-transform-origin"><code>-moz-transform-origin</code></a> for details.</dd>
+ <dt>
+ <a class="internal" href="/en/CSS/:nth-child" title="En/CSS/:nth-child"><code>:nth-child</code></a></dt>
+ <dt>
+ <code><a class="internal" href="/en/CSS/:nth-last-child" title="En/CSS/:nth-last-child">:nth-last-child</a></code></dt>
+ <dt>
+ <code><a class="internal" href="/en/CSS/:nth-of-type" title="En/CSS/:nth-of-type">:nth-of-type</a></code></dt>
+ <dt>
+ <code><a class="internal" href="/en/CSS/:nth-last-of-type" title="En/CSS/:nth-last-of-type">:nth-last-of-type</a></code></dt>
+ <dt>
+ <code><a class="internal" href="/en/CSS/:first-of-type" title="En/CSS/:first-of-type">:first-of-type</a></code></dt>
+ <dt>
+ <code><a class="internal" href="/en/CSS/:nth-last-of-type" title="En/CSS/:nth-last-of-type">:last-of-type</a></code></dt>
+ <dt>
+ <a class="internal" href="/en/CSS/:only-of-type" title="En/CSS/:only-of-type"><code>:only-of-type</code></a></dt>
+ <dd>
+ 위의 선택자들 모두가 Firefox 3.5 에 새로 추가되었습니다.</dd>
+</dl>
+<h4 id="DOM_변경점">DOM 변경점</h4>
+<dl>
+ <dt>
+ <a class="internal" href="/en/DOM/Storage#localStorage" title="en/DOM/Storage#localStorage">localStorage</a></dt>
+ <dd>
+ Firefox 3.5 에서는 웹 애플리케이션이 클라이언트 로컬에 데이터를 저장하는 방법을 제공해주는 웹 스토리지 <code>localStorage 속성이 추가되었습니다.</code></dd>
+ <dt>
+ <a class="internal" href="/En/Using_web_workers" title="En/Using DOM workers">DOM workers </a><a class="internal" href="/En/Using_web_workers" title="En/Using DOM workers">사용</a></dt>
+ <dd>
+ Firefox 3.5 에서는 웹 애플리케이션이 손쉽게 멀티스레드를 지원할 수 있게 해주는 DOM workers가 지원됩니다.</dd>
+ <dt>
+ <a class="internal" href="/En/Using_geolocation" title="En/Using geolocation">geolocation</a><a class="internal" href="/En/Using_geolocation" title="En/Using geolocation"> 사용</a></dt>
+ <dd>
+ Firefox 3.5 에서는 Geolocation API를 지원합니다. 위치 정보 제공자가 설치되어 있고 활성화되어 있다면, 이 API는 웹 애플리케이션이 사용자의 현재 위치 정보를 얻을 수 있게 해줍니다.</dd>
+ <dt>
+ <a class="internal" href="/En/DOM/Locating_DOM_elements_using_selectors" title="en/DOM/Locating DOM elements using selectors">Locating DOM elements using selectors</a></dt>
+ <dd>
+ The selectors API allows querying a document to locate the elements that match a given selection rule.</dd>
+ <dt>
+ <a class="internal" href="/En/DOM/Mouse_gesture_events" title="En/DOM/Mouse gesture events">마우스 제스쳐 이벤트</a></dt>
+ <dd>
+ Firefox 3.5 에서는 트랙패드를 강하게 치는 등의 마우스 제스쳐 이벤트를 지원합니다.</dd>
+ <dt>
+ <a class="internal" href="/En/DOM/NodeIterator" title="En/DOM/NodeIterator"><code>NodeIterator</code> 객체</a></dt>
+ <dd>
+ <code>NodeIterator</code> 객체는 DOM 하위 트리의 노드들을 반복(iterating)할 수 있도록 해줍니다.</dd>
+ <dt>
+ <a class="internal" href="/en/Gecko-Specific_DOM_Events#MozAfterPaint" title="en/Gecko-Specific DOM Events#MozAfterPaint">The MozAfterPaint event</a></dt>
+ <dd>
+ This new DOM event is sent after painting updates in windows.</dd>
+ <dt>
+ <a class="internal" href="/en/Gecko-Specific_DOM_Events#MozMousePixelScroll" title="en/Gecko-Specific DOM Events#MozMousePixelScroll">The MozMousePixelScroll event</a></dt>
+ <dd>
+ This new DOM event allows detection of pixel-based mouse scroll wheel events instead of line-based scroll events.</dd>
+</dl>
+<h4 id="JavaScript_변경점">JavaScript 변경점</h4>
+<dl>
+ <dt>
+ <a class="internal" href="/En/Core_JavaScript_1.5_Reference/Global_Objects/Object/GetPrototypeOf" title="En/Core JavaScript 1.5 Reference/Global Objects/Object/GetPrototypeOf"><code>Object.getPrototypeOf()</code></a></dt>
+ <dd>
+ 이 새로운 메소드는 특정 객체의 prototype을 반환합니다.</dd>
+ <dt>
+ <a class="internal" href="/En/Using_native_JSON" title="En/Using JSON in Firefox">자체 </a><a class="internal" href="/En/Using_native_JSON" title="En/Using JSON in Firefox">JSON </a><a class="internal" href="/En/Using_native_JSON" title="En/Using JSON in Firefox">사용</a></dt>
+ <dd>
+ Firefox 3.5 에는 자체에서 지원하는 <a class="internal" href="/en/JSON" title="En/JSON">JSON</a> 객체가 있습니다.</dd>
+ <dt>
+ String 객체에 trim 메소드 추가</dt>
+ <dd>
+ 이제 <a class="internal" href="/en/Core_JavaScript_1.5_Reference/Global_Objects/String" title="en/Core JavaScript 1.5 Reference/Global Objects/String"><code>String</code></a> 객체에는 <a class="internal" href="../../../../En/Core_JavaScript_1.5_Reference/Global_Objects/String/Trim" rel="internal"><code>trim()</code></a>, <a class="internal" href="../../../../En/Core_JavaScript_1.5_Reference/Global_Objects/String/TrimLeft" rel="internal"><code>trimLeft()</code></a>, <a class="internal" href="../../../../En/Core_JavaScript_1.5_Reference/Global_Objects/String/TrimRight" rel="internal"><code>trimRight()</code></a> 메소드가 있습니다.</dd>
+</dl>
+<h4 id="Networking">Networking</h4>
+<dl>
+ <dt>
+ <a class="internal" href="/En/HTTP_access_control" title="En/HTTP access control">Cross-site access controls for HTTP</a></dt>
+ <dd>
+ 서버에서 지원한다면 Firefox 3.5에서는 <a class="internal" href="/en/XMLHttpRequest" title="En/XMLHttpRequest"><code>XMLHttpRequest</code></a>를 이용해 만들어진 것을 포함한 HTTP 요청을 다른 도메인에 하는 것이 가능해졌습니다.</dd>
+ <dt>
+ <a class="internal" href="/En/Using_XMLHttpRequest#Monitoring_progress" title="En/Using XMLHttpRequest#Monitoring progress">Progress events for </a><code><a class="internal" href="/En/Using_XMLHttpRequest#Monitoring_progress" title="En/Using XMLHttpRequest#Monitoring progress">XMLHttpRequest</a></code></dt>
+ <dd>
+ 요청에 대한 진행상황을 살펴볼 수 있는 확장을 동작시키면 진행상황 이벤트를 이용할 수 있습니다.</dd>
+ <dt>
+ 향상된 동기화(Synchronous) <code>XMLHttpRequest</code> 지원</dt>
+ <dd>
+ <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=340345" title="https://bugzilla.mozilla.org/show_bug.cgi?id=340345">DOM Timeout</a> 과 <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=333198" title="https://bugzilla.mozilla.org/show_bug.cgi?id=333198">Input Events</a> 는 동기화 <code>XMLHttpRequest</code>로 인해 사용하지 않게 되었습니다.</dd>
+ <dt>
+ <a class="internal" href="/En/Controlling_DNS_prefetching" title="en/Controlling DNS prefetching">Controlling DNS prefetching</a></dt>
+ <dd>
+ Firefox 3.5 provides DNS prefetching, whereby it performs domain name resolution ahead of time for links included in the current page, in order to save time when links are actually clicked.  This article describes how you can tune your web site to disable prefetching, or to adjust how prefetching operates.</dd>
+</dl>
+<h4 id="Canvas_변경점">Canvas 변경점</h4>
+<dl>
+ <dt>
+ <a class="internal" href="/en/Drawing_text_using_a_canvas" title="en/Drawing text using a canvas"><code>canvas</code> 요소에서의 </a><a class="internal" href="/en/Drawing_text_using_a_canvas" title="en/Drawing text using a canvas">HTML 5 텍스트 API</a></dt>
+ <dd>
+ Canvas 요소가 HTML 5 텍스트 API를 지원합니다.</dd>
+ <dt>
+ <a class="internal" href="/en/Canvas_tutorial/Applying_styles_and_colors#Shadows" title="en/Canvas tutorial/Applying styles and colors#Shadows"><code>canvas에서</code></a><a class="internal" href="/en/Canvas_tutorial/Applying_styles_and_colors#Shadows" title="en/Canvas tutorial/Applying styles and colors#Shadows"> 그림자 효과</a></dt>
+ <dd>
+ Canvas 그림자 효과가 지원됩니다.</dd>
+ <dt>
+ <a class="internal" href="/En/HTML/Canvas/Pixel_manipulation_with_canvas#Creating_an_ImageData_object" title="En/HTML/Canvas/Pixel manipulation with canvas#Creating an ImageData object"><code>createImageData()</code></a></dt>
+ <dd>
+ canvas 메소드 <code>createImageData()</code> 가 지원됩니다. 이 메소드는 <code>ImageData 객체를 코드로 지정해 생성할 수 있게 해줍니다. 이렇게 해서 ImageData 객체가 생성되는 것을 막아 다른 ImageData 메소드의 작동 속도를 향상시길 수 있습니다.</code></dd>
+ <dt>
+ <code>moz-opaque</code> attribute</dt>
+ <dd>
+ Added the <code>moz-opaque</code> DOM attribute, which lets the canvas know whether or not translucency will be a factor.  If the canvas knows there's no translucency, painting performance can be optimized.</dd>
+</dl>
+<h4 id="New_SVG_features">New SVG features</h4>
+<dl>
+ <dt>
+ <a class="internal" href="/En/Applying_SVG_effects_to_HTML_content" title="en/Applying SVG effects to HTML content">Applying SVG effects to HTML content</a></dt>
+ <dd>
+ You can now apply SVG effects to HTML and XHTML content; this article describes how.</dd>
+</dl>
+<h4 id="Miscellaneous_new_features">Miscellaneous new features</h4>
+<dl>
+ <dt>
+ <a class="internal" href="/En/ICC_color_correction_in_Firefox" title="en/ICC color correction in Firefox">ICC color correction in Firefox</a></dt>
+ <dd>
+ Firefox 3.5 now supports ICC color correction for tagged images.</dd>
+ <dt>
+ The <code>defer</code> attribute is now supported on <a class="internal" href="/En/HTML/Element/Script" title="En/HTML/Element/script"><code>script</code></a> elements</dt>
+ <dd>
+ This attribute indicates to the browser that it <em>may</em> choose to continue to parse and render the page without waiting for the script to finish executing.</dd>
+</dl>
+<h3 id="그_외_향상된_점들">그 외 향상된 점들</h3>
+<ul>
+ <li>The<code> ch </code>unit can now be used anywhere that accepts a <a class="internal" href="/en/CSS/length" title="en/CSS/length">unit of length</a>; "<code>1ch</code>" is the width of the "0" (zero) character.</li>
+ <li><a class="internal" href="/en/CSS/white-space" title="en/CSS/white-space"><code>white-space</code></a> 속성에 <code>pre-line </code>값을 넣을 수 있습니다.</li>
+ <li>The Text node's <code><a class="internal" href="../../../../En/DOM/Text.wholeText" rel="internal">wholeText</a></code> property and <code><a class="internal" href="../../../../En/DOM/Text.replaceWholeText" rel="internal">replaceWholeText()</a></code> method have been implemented.</li>
+ <li><code><a class="internal" href="../../../../En/DOM/Element.children" rel="internal">element.children</a></code> 속성이 추가되었습니다. 이 속성은 주어진 엘리먼트의 자식 엘리먼트 컬렉션(<em>collection</em>)을 반환합니다.</li>
+ <li>The Element Traversal API is now supported by the DOM <a class="internal" href="../../../../en/DOM/element" rel="internal">Element</a> object.</li>
+ <li><a class="internal" href="/En/DOM/Node/CloneNode" title="En/DOM/Node/CloneNode"><code>cloneNode()</code></a> 를 이용해 HTML 노드를 복제할 수 있습니다.</li>
+ <li>비표준 DOM 메소드 <code>getBoxObjectFor()</code> 가 삭제되었습니다. 대신에 <a class="internal" href="/en/DOM/element.getBoundingClientRect" title="En/DOM/Element.getBoundingClientRect"><code>getBoundingClientRect()</code></a> 를 사용하면 됩니다.</li>
+ <li>Dispatched DOM events can now be re-dispatched.  This makes Firefox 3.5 pass Acid 3 test 30.</li>
+ <li>Improvements have been made to DOM 2 Range handling.</li>
+ <li>In non-chrome scope, caught objects in exceptions are now the actual thrown object instead of an <a class="internal" href="/en/XPConnect" title="En/XPConnect">XPConnect</a> wrapper containing the thrown object.</li>
+ <li>SVG ID references are now live.</li>
+ <li>SVG filters now work for <code>foreignObject</code>.</li>
+ <li>The <code>GetSVGDocument()</code> method has been added to <a class="internal" href="/en/HTML/Element/object" title="En/HTML/Element/Object"><code>object</code></a> and <a class="internal" href="/en/HTML/Element/Iframe" title="en/HTML/Element/Iframe"><code>iframe</code></a> elements for compatibility.</li>
+ <li>Implicit setting of properties in object and array initializers no longer execute setters in JavaScript. See the blog post <a class="external" href="/web-tech/2009/04/29/object-and-array-initializers-should-not-invoke-setters-when-evaluated" title="https://developer.mozilla.org/editor/fckeditor/core/editor/web-tech/2009/04/29/object-and-array-initializers-should-not-invoke-setters-when-evaluated/">Object and array initializers should not invoke setters when evaluated</a> for details.</li>
+ <li>The <code>gDownloadLastDir.path</code> variable has been renamed to <code>gDownloadLastDir.file</code> since it refers to an {{ interface("nsIFile") }}, not a path.</li>
+ <li>The <code>gDownloadLastDirPath</code> variable has been renamed to <code>gDownloadLastDirFile</code> since it refers to an {{ interface("nsIFile") }}, not a path.</li>
+ <li>Starting in Firefox 3.5, you can no longer use <code>data:</code> bindings in chrome packages that get <code>XPCNativeWrapper</code> automation.</li>
+</ul>
+<h3 id="XUL과_애드온_개발자를_위한_부분">XUL과 애드온 개발자를 위한 부분</h3>
+<p>If you're an extension developer, you should start by reading <a class="internal" href="/En/Updating_extensions_for_Firefox_3.5" title="En/Updating extensions for Firefox 3.5">Updating extensions for Firefox 3.5</a>, which offers a helpful overview of what changes may affect your extension.</p>
+<h4 id="New_components_and_functionality">New components and functionality</h4>
+<dl>
+ <dt>
+ <a class="internal" href="/En/Supporting_private_browsing_mode" title="En/Supporting private browsing mode">Supporting private browsing mode</a></dt>
+ <dd>
+ Firefox 3.5 offers Private Browsing mode, which doesn't record the user's activities.  Extensions may support private browsing following the guidelines offered by this article.</dd>
+ <dt>
+ <a class="internal" href="/En/Security_changes_in_Firefox_3.5" title="En/Security changes in Firefox 3.5">Security changes in Firefox 3.5</a></dt>
+ <dd>
+ This article covers security-related changes in Firefox 3.5.</dd>
+ <dt>
+ <a class="internal" href="/En/Theme_changes_in_Firefox_3.5" title="En/Theme changes in Firefox 3.5">Theme changes in Firefox 3.5</a></dt>
+ <dd>
+ This article covers theme-related changes in Firefox 3.5.</dd>
+ <dt>
+ <a class="internal" href="/En/Monitoring_WiFi_access_points" title="En/Monitoring WiFi access points">Monitoring WiFi access points</a></dt>
+ <dd>
+ Code with UniversalXPConnect privileges can now monitor the list of available access points, getting information on their SSIDs, MAC addresses, and signal strength.  This can be used in tandem with Geolocation to offer WiFi-based location service.</dd>
+</dl>
+<h4 id="Notable_changes_and_improvements">Notable changes and improvements</h4>
+<ul>
+ <li>The XUL <code><a class="internal" href="../../../../en/XUL/textbox" rel="internal">textbox</a></code> widget now offers a <code><a class="internal" href="../../../../en/XUL/Attribute/textbox.type" rel="internal">search</a></code> type, for use as search fields.</li>
+ <li>In order to support dragging and dropping tabs between windows, the <a class="internal" href="/en/XUL/browser" title="En/XUL/Browser"><code>browser</code></a> widget now has a <a class="internal" href="/En/XUL/Method/SwapDocShells" title="En/XUL/Method/SwapDocShells"><code>swapDocShells()</code></a> method.</li>
+ <li>Added the <a class="internal" href="/En/XUL/Attribute/Panel.level" title="en/XUL/Attribute/panel.level"><code>level</code></a> attribute to the <a class="internal" href="/en/XUL/panel" title="En/XUL/Panel"><code>panel</code></a> element; this specifies whether panels appear on top of other applications, or just on top of the window the panel is contained within.</li>
+ <li>XUL elements now support the <code>clientXXX</code> and <code>scrollXXX</code> properties.</li>
+ <li><a class="internal" href="/en/XUL/keyset" title="En/XUL/Keyset"><code>keyset</code></a>s now include a <code>disabled</code> attribute.</li>
+ <li>In addition, <code>keyset</code>s can now be removed using the node's <a class="internal" href="/En/DOM/Node.removeChild" title="En/DOM/Node.removeChild"><code>removeChild()</code></a> method.</li>
+ <li><span class="lang lang-en"><code><a href="../../../../en/mozIStorageStatement" rel="internal">mozIStorageStatement</a></code> </span> had the <code>initialize()</code> method removed; consumers should use the <span class="lang lang-en"><code><a href="../../../../en/mozIStorageConnection#createStatement%28%29" rel="internal">createStatement()</a></code> </span> method instead to get a new statement object.</li>
+ <li>The <a class="internal" href="/en/Storage" title="En/Storage">Storage</a> API now offers support for asynchronous requests.</li>
+ <li>The <a class="internal" href="/en/nsICookie2" title="En/NsICookie2"><code>nsICookie2</code></a> interface now exposes the time at which cookies were created in its new <code>creationTime</code> attribute.</li>
+ <li>Added a flag to <code><a class="internal" href="../../../../en/nsIProtocolHandler" rel="internal">nsIProtocolHandler</a></code> (<code>URI_IS_LOCAL_RESOURCE</code>) that is checked during chrome registration to make sure a protocol is allowed to be registered.</li>
+ <li>Firefox now looks for plugins in <code>/usr/lib/mozilla/plugins</code> on Linux, as well as the previously supported locations.</li>
+ <li>The plugin API has been updated to include support for private browsing mode; you may now use <a class="internal" href="/en/NPN_GetValue" title="En/NPN GetValue"><code>NPN_GetValue()</code></a> to query the state of private browsing mode using the variable <code>NPNVprivateModeBool</code>.</li>
+</ul>
+<h2 id="사용자들을_위한_변경점">사용자들을 위한 변경점</h2>
+<h3 id="User_experience">User experience</h3>
+<dl>
+ <dt>
+ Location aware browsing</dt>
+ <dd>
+ If you choose, you may allow Firefox 3.5 to share information about your current location with web sites.  Firefox 3.5 can use information about the network you're connected to to share your location. Of course, it asks for your permission before doing so, to ensure your privacy.</dd>
+ <dt>
+ Open audio and video support</dt>
+ <dd>
+ Firefox 3.5 supports embedded video and audio using the open Ogg format, as well as WAV for audio. No plugins, no confusing error messages about needing to install something or other that turns out not to be available on your platform anyway.</dd>
+ <dt>
+ Local data storage</dt>
+ <dd>
+ Web applications can now use Web Storage's local storage capabilities to store data on your computer.  This is great for anything from site preferences to more complex data.</dd>
+</dl>
+<h3 id="Security_and_privacy">Security and privacy</h3>
+<dl>
+ <dt>
+ Private Browsing</dt>
+ <dd>
+ Need to use someone else's computer? Switch on Private Browsing mode and nothing will be recorded about your session, including cookies, history, and any other potentially private information.</dd>
+ <dt>
+ Better privacy controls</dt>
+ <dd>
+ The Privacy preference pane has been completely redesigned to offer users more control over their private information. Users can choose to retain or discard anything including history information, cookies, downloads, and form field information.  In addition, users can specify whether or not to include history and/or bookmarks in the location bar's automated suggestions, so you can keep private web addresses from popping up unexpectedly while typing in the location bar.</dd>
+</dl>
+<h3 id="동작_속도">동작 속도</h3>
+<dl>
+ <dt>
+ 더  빠른 JavaScript 동작속도</dt>
+ <dd>
+ "AJAX"에서 "J"를 뜻하는 JavaScript가 Firefox 3.5에서 새로운 TraceMonkey JavaScript 엔진을 이용해 더욱 빨라졌습니다. 웹 애플리케이션은 Firefox 3 보다 더욱 빨라졌습니다.</dd>
+ <dt>
+ 더  빠른 페이지 표시속도</dt>
+ <dd>
+ "speculative parsing" 기술로 Firefox 3.5에서 웹 콘텐츠를 더 빨리 표시하게 되었습니다. 사용자들이 기술의 의미하는 바를 알 필요는 없습니다. 단지 "더 빨리 보여준다."고 알면 됩니다.</dd>
+</dl>
+<h2 id="See_also">See also</h2>
+<ul>
+ <li><a class="internal" href="/en/Firefox_3_for_developers" title="En/Firefox 3 for developers">Firefox 3 for developers</a></li>
+ <li><a class="internal" href="/en/Firefox_2_for_developers" title="En/Firefox 2 for developers">Firefox 2 for developers</a></li>
+ <li><a class="internal" href="/en/Firefox_1.5_for_developers" title="En/Firefox 1.5 for developers">Firefox 1.5 for developers</a></li>
+</ul>
diff --git a/files/ko/mozilla/firefox/releases/3.6/index.html b/files/ko/mozilla/firefox/releases/3.6/index.html
new file mode 100644
index 0000000000..d6b5b7521f
--- /dev/null
+++ b/files/ko/mozilla/firefox/releases/3.6/index.html
@@ -0,0 +1,261 @@
+---
+title: 개발자를 위한 Firefox 3.6
+slug: 개발자를_위한_Firefox_3.6
+translation_of: Mozilla/Firefox/Releases/3.6
+---
+<p><a class="external" href="http://www.firefox.com/" title="http://www.firefox.com/">Firefox 3.6</a>은 새로운 웹표준, 향상된 퍼포먼스, 그리고 전체적으로 개선된 사용자와 개발자 경험을 제공합니다. 이 페이지에서는 Firefox 3.6의 새로운 기능을 다루는 링크를 제공합니다.</p>
+
+<h2 id="웹사이트와_어플리케이션_개발자를_위하여">웹사이트와 어플리케이션 개발자를 위하여</h2>
+
+<h3 id="CSS">CSS</h3>
+
+<dl>
+ <dt><a href="/en/Using_gradients" title="en/Using
+ gradients">Using gradients</a></dt>
+ <dd>Firefox 3.6 adds support for the proposed <a href="/ko/docs/Web/CSS/-moz-linear-gradient" title="The documentation about this has not yet been written; please consider contributing!"><code>-moz-linear-gradient</code></a> and <a href="/ko/docs/Web/CSS/-moz-radial-gradient" title="The documentation about this has not yet been written; please consider contributing!"><code>-moz-radial-gradient</code></a> properties  for <a href="/ko/docs/Web/CSS/background" title="background CSS 속성은 색상, 이미지, 원점, 크기, 반복 등 여러 배경 스타일을 선언할 때 사용합니다."><code>background</code></a>.</dd>
+ <dt><a href="/en/CSS/Multiple_backgrounds" title="en/CSS/Multiple
+ backgrounds">Multiple backgrounds</a></dt>
+ <dd>The <a href="/ko/docs/Web/CSS/background" title="background CSS 속성은 색상, 이미지, 원점, 크기, 반복 등 여러 배경 스타일을 선언할 때 사용합니다."><code>background</code></a> property (as well as <a href="/ko/docs/Web/CSS/background-color" title="background-color CSS 속성은 요소의 배경 색을 지정합니다."><code>background-color</code></a>, <a href="/ko/docs/Web/CSS/background-image" title="background-image CSS 속성은 엘리먼트의 배경 이미지를 지정한다. 배경 이미지가 여러개 지정되었다면 먼저 지정된 것 부터 차례로 쌓인다. 처음 지정된 이미지가 가장 먼저 그려지고  마지막으로 지정된 이미지가 가장 나중에 그려진다(마지막에 지정한 이미지가 사용자가 보는 화면과 가장 가깝게 그려진다). borders 속성은 이미지 위에 그려지며 background-color 속성은 이미지 아래에 그려진다."><code>background-image</code></a>, <a href="/ko/docs/Web/CSS/background-position" title="The documentation about this has not yet been written; please consider contributing!"><code>background-position</code></a>, <a href="/ko/docs/Web/CSS/background-repeat" title="The documentation about this has not yet been written; please consider contributing!"><code>background-repeat</code></a>, and <a href="/ko/docs/Web/CSS/background-attachment" title="The documentation about this has not yet been written; please consider contributing!"><code>background-attachment</code></a>) now supports multiple backgrounds. This lets you specify multiple backgrounds that are rendered atop one another in layers.</dd>
+ <dt><a href="/En/CSS/Media_queries#Mozilla-specific_media_features" title="En/CSS/Media
+ queries#Mozilla-specific media features">Mozilla-specific media features</a></dt>
+ <dd>Media features have been added for Mozilla-specific system metrics, so that <a href="/En/CSS/Media_queries" title="En/CSS/Media
+ queries">media queries</a> can be used to more safely check on the availability of features such as touch support.</dd>
+ <dt><a href="/en/CSS/Scaling_background_images" title="en/CSS/Scaling background images">Scaling background images</a></dt>
+ <dd>The <code>background-size </code>property from the <a class="external" href="http://dev.w3.org/csswg/css3-background/" title="http://dev.w3.org/csswg/css3-background/#the-background-size-property">CSS 3 Backgrounds and Borders draft</a> is now supported under the name <a href="/ko/docs/Web/CSS/-moz-background-size" title="The documentation about this has not yet been written; please consider contributing!"><code>-moz-background-size</code></a>.</dd>
+ <dt><a href="/en/About_WOFF" title="en/About WOFF">WOFF font support</a></dt>
+ <dd><a href="/ko/docs/Web/CSS/@font-face" title="CSS at-rule 인 @font-face 를 사용하여 웹페이지의 텍스트에 온라인폰트(online fonts)를 적용할 수 있다. @font-face 를 사용하여 웹페이지 제작자가 원하는 폰트를 사용할 수 있게함으로써, 컴퓨터에 설치된 폰트만을 사용해야했던 제약이 없어지게되었다. @font-face at-rule 은 CSS의 top-level에서 뿐 아니라, CSS conditional-group at-rule 안에서도 사용될 수도 있다."><code>@font-face</code></a> now supports the WOFF downloadable font file format.</dd>
+ <dt><a href="/en/CSS/pointer-events" title="en/CSS/pointer-events">Pointer events</a></dt>
+ <dd>The <a href="/ko/docs/Web/CSS/pointer-events" title="pointer-events CSS 속성은, 특정 엘리먼트의 트리거 역할을 설정합니다. '시각적'으로 트리거 역할(hover, active)을 하는 기능 뿐만 아니라, 이벤트 핸들러가 등록 된 상태의 엘리먼트일지라도 이벤트 트리거로서의 역할을 강제로 막을 수 있습니다."><code>pointer-events</code></a> property lets content specify whether or not an element may be the target of mouse pointer events.</dd>
+</dl>
+
+<h4 id="다방면의_CSS_변화">다방면의 CSS 변화</h4>
+
+<ul>
+ <li>The <a href="/en/CSS/length#Relative_length_units" title="en/CSS/length#Relative length units"><code>rem</code></a> length unit from <a class="external" href="http://www.w3.org/TR/css3-values/#lengths" title="http://www.w3.org/TR/css3-values/#lengths">CSS3 Values and Units</a> is now supported. <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=472195" title="FIXED: support css3 root em ('rem' or 're') units">bug 472195</a></li>
+ <li><a href="/ko/docs/Web/CSS/image-rendering" title="image-rendering CSS 프로퍼티는 브라우저의 이미지 스케일링 방식에 대한 힌트를 제공합니다. 이 프로퍼티는 엘리먼트 자신에게 적용시킵니다. 스케일링(크기변경)이 안 된 이미지에게는 적용되지 않습니다."><code>image-rendering</code></a> is supported for images, background images, videos and canvases. <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=423756" title="FIXED: Request: Switch for authors to turn on/off bilinear filtering when enlarging images">bug 423756</a></li>
+ <li><a href="/ko/docs/Web/CSS/text-align" title="The documentation about this has not yet been written; please consider contributing!"><code>text-align</code></a>:end is now supported. <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=299837" title="FIXED: [FIX]add support for text-align: end">bug 299837</a></li>
+ <li>DOM changes to elements using the table <a href="/ko/docs/Web/CSS/display" title="The documentation about this has not yet been written; please consider contributing!"><code>display</code></a> types now work much better.</li>
+ <li>Added <a href="/ko/docs/Web/CSS/:-moz-locale-dir(ltr)" title="The documentation about this has not yet been written; please consider contributing!"><code>:-moz-locale-dir(ltr)</code></a> and <a href="/ko/docs/Web/CSS/:-moz-locale-dir(rtl)" title="The documentation about this has not yet been written; please consider contributing!"><code>:-moz-locale-dir(rtl)</code></a> to make it easier to customize layouts based on whether the user interface is being displayed using a left-to-right or a right-to-left locale. <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=478416" title="FIXED: Replace chromedir with something more sane">bug 478416</a></li>
+ <li>Added support for the <a href="/ko/docs/Web/CSS/:indeterminate" title="The documentation about this has not yet been written; please consider contributing!"><code>:indeterminate</code></a> pseudo-class, which matches <code>checkbox</code> <a class="internal" href="/En/HTML/Element/Input" title="en/HTML/Element/input"><code>input</code></a> elements whose <code>indeterminate</code> attribute is <code>true</code>.</li>
+ <li>Windowed plugins are no longer displayed in CSS transforms, because they can't be transformed properly by the compositor.</li>
+</ul>
+
+<h3 id="HTML">HTML</h3>
+
+<dl>
+ <dt><a href="/en/Using_files_from_web_applications" title="en/Using files from web applications">Using files from web applications</a></dt>
+ <dd>Support for the new HTML5 File API has been added to Gecko, making it possible for web applications to access local files selected by the user. This includes support for selecting multiple files using the <code>input type="file"</code> HTML element's new <code>multiple</code> attribute.</dd>
+ <dt>HTML5 비디오가 poster frames을 제공합니다</dt>
+ <dd>The <code>poster</code> 속성은 is now supported for the <a class="internal" href="/En/HTML/Element/Video" title="En/HTML/Element/Video"><code>video</code></a> element, allowing content to specify a poster frame to be displayed until the video begins to play.</dd>
+ <dt>Checkboxes and radio buttons support the <code>indeterminate</code> property</dt>
+ <dd>HTML <a class="internal" href="/En/HTML/Element/Input" title="en/HTML/Element/input"><code>input</code></a> elements of types <code>checkbox</code> and <code>radio</code> now support the indeterminate property, which allows a third, "indeterminate" state.</dd>
+ <dt>Canvas image smoothing can be controlled</dt>
+ <dd>The new <a class="internal" href="/en/Canvas_tutorial/Using_images#Controlling_image_scaling_behavior" title="en/Canvas tutorial/Using
+ images#Controlling image scaling behavior"><code>mozImageSmoothingEnabled</code></a> property can be used to turn on and off image smoothing when scaling in <a class="internal" href="/en/HTML/Element/canvas" title="en/HTML/Element/canvas"><code>canvas</code></a> elements.</dd>
+ <dt>Asynchronous script execution</dt>
+ <dd>By setting the <code>async</code> attribute on a <a href="/En/HTML/Element/Script" title="En/HTML/Element/Script"><code>script</code></a> element, the <code>script</code> will not block loading or display of the rest of the page. Instead the <code>script</code> executes as soon as it is downloaded.</dd>
+</dl>
+
+<h3 id="JavaScript">JavaScript</h3>
+
+<p>Gecko 1.9.2 introduces JavaScript 1.8.2, which adds a number of language features from the <a href="/En/JavaScript/ECMAScript_5_support_in_Mozilla" title="https://developer.mozilla.org/En/JavaScript/ECMAScript_5_support_in_Mozilla">ECMAScript 5 standard</a>:</p>
+
+<ul>
+ <li><a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Date/parse" title="en/Core JavaScript 1.5 Reference/Global
+ Objects/Date/parse"><code>Date.parse()</code></a> can now parse ISO 8601 dates like YYYY-MM-DD.</li>
+ <li>
+ <p>The <a href="/en/Core_JavaScript_1.5_Reference/Global_Objects/Function/prototype" title="en/Core JavaScript 1.5 Reference/Global
+ Objects/Function/prototype"><code>prototype</code></a> property of function instances is no longer enumerable.</p>
+ </li>
+</ul>
+
+<h3 id="DOM">DOM</h3>
+
+<dl>
+ <dt>Web workers can now self-terminate</dt>
+ <dd><a href="/En/Using_web_workers" title="En/Using web
+ workers">Workers</a> now support the <code><a href="https://developer.mozilla.org/ko/docs/XPCOM_Interface_Reference/nsIWorkerScope#close()">nsIWorkerScope.close()</a></code> method, which allows them to terminate themselves.</dd>
+ <dt>Drag and drop now supports files</dt>
+ <dd>The <a href="/En/DragDrop/DataTransfer" title="en/DragDrop/DataTransfer"><code>DataTransfer</code></a> object provided to drag listeners now includes a list of files that were dragged.</dd>
+ <dt><a href="/en/Detecting_device_orientation" title="en/Detecting device orientation">Detecting device orientation</a></dt>
+ <dd>Content can now detect the orientation of the device if it has a supported accelerometer, using the <code>MozOrientation</code> event; see <a href="/en/DOM/window.onmozorientation" title="en/DOM/window.onmozorientation"><code>window.onmozorientation</code></a> for details. Firefox 3.6 supports the accelerometer in Mac laptops.</dd>
+ <dt><a href="/en/DOM/Detecting_document_width_and_height_changes" title="en/DOM/Detecting document width and height changes">Detecting document width and height changes</a></dt>
+ <dd>The new <code>MozScrollAreaChanged</code> event is dispatched whenever the document's <code>scrollWidth</code> and/or <code>scrollHeight</code> properties change.</dd>
+</dl>
+
+<h4 id="Miscellaneous_DOM_changes">Miscellaneous DOM changes</h4>
+
+<ul>
+ <li>The <code>getBoxObjectFor()</code> method has been <strong>removed</strong>, as it was non-standard and exposed even more non-standard stuff to the web. See <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=340571" title="FIXED: getBoxObjectFor leaking-onto-the-Web disaster">bug 340571</a>. Also affects <a class="external" href="http://mootools.net/" title="http://mootools.net/">MooTools</a> which uses this call for Gecko detection; this has been fixed in the latest version of MooTools, so be sure to update.</li>
+ <li>The new <a class="internal" href="/en/DOM/window.mozInnerScreenX" title="en/DOM/window.mozInnerScreenX"><code>mozInnerScreenX</code></a> and <a class="internal" href="/en/DOM/window.mozInnerScreenY" title="en/DOM/window.mozInnerScreenY"><code>mozInnerScreenY</code></a> properties on DOM windows have been added; these return the screen coordinates of the top-left corner of the window's viewport.</li>
+ <li>The new <a class="internal" href="/en/DOM/window.mozScreenPixelsPerCSSPixel" title="en/DOM/window.mozScreenPixelsPerCSSPixel"><code>mozScreenPixelsPerCSSPixel</code></a> property, accessible only to chrome, provides a conversion factor between CSS pixels and screen pixels; this value can vary based on the zoom level of the content.</li>
+ <li>When the page's URI's document fragment identifier (the part after the "#" (hash) character) changes, a new <code>hashchange</code> event is sent to the page. See <a class="internal" href="/en/DOM/window.onhashchange" title="window.onhashchange">window.onhashchange</a> for more information. <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=385434" title="FIXED: Add support for HTML5 onhashchange (event for named anchor changes)">bug 385434</a></li>
+ <li>The attribute <a class="internal" href="/en/DOM/document.readyState" title="en/DOM/document.readyState"><code>document.readyState</code></a> is now supported. <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=347174" title='FIXED: Implement document.readystate == "complete"'>bug 347174</a></li>
+ <li>Support for HTML5's <code><a class="internal" href="/en/DOM/element.classList" title="element.classList">element.classList</a></code> to allow easier handling of the class attribute. <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=501257" title="FIXED: Implement HTML 5's HTMLElement.classList property">bug 501257</a></li>
+ <li><code>localName</code> and <code>namespaceURI</code> in HTML documents now behave like they do in XHTML documents: <code>localName</code> returns in lower case and <code>namespaceURI</code> for HTML elements is <code>"<a class="external" href="http://www.w3.org/1999/xhtml" rel="freelink">http://www.w3.org/1999/xhtml</a>"</code>.</li>
+ <li><a href="/en/DOM/element.getElementsByTagNameNS" title="en/DOM/element.getElementsByTagNameNS"><code>element.getElementsByTagNameNS</code></a> no longer lowercases its argument, so upper-case ASCII letters in the argument make matches against HTML elements fail.  The same is true for <a href="/en/DOM/document.getElementsByTagNameNS" title="en/DOM/document.getElementsByTagNameNS"><code>document.getElementsByTagNameNS</code></a>.</li>
+ <li>Support has been added for addresses in geolocation via the <code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMGeoPositionAddress" title="">nsIDOMGeoPositionAddress</a></code> interface and a new field added to <code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMGeoPosition" title="">nsIDOMGeoPosition</a></code>.</li>
+ <li>The <a href="/ko/docs/Web/API/Window/getComputedStyle" title="Window.getComputedStyle() 메소드는 인자로 전달받은 요소의 모든 CSS 속성값을 담은 객체를 회신합니다. 이 속성값들은, 해당 요소에 대하여 활성 스타일시트와 속성값에 대한 기본 연산이 모두 반영된 결과값입니다.  개별 CSS속성 값은 객체를 통해 제공되는 API 또는 CSS 속성 이름을 사용해서 간단히 색인화해서 액세스할 수 있습니다."><code>window.getComputedStyle</code></a> function now returns quotes within <code>url()</code> values.</li>
+</ul>
+
+<h3 id="XPath">XPath</h3>
+
+<dl>
+ <dt>The choose() XPath method is now supported</dt>
+ <dd>The <a href="/en/XPath/Functions/choose" title="en/XPath/Functions/choose"><code>choose()</code></a> method is now supported by our implementation of <a href="/en/XPath" title="en/XPath">XPath</a>.</dd>
+</dl>
+
+<h2 id="XUL_과_add-on_개발자를_위하여">XUL 과 add-on 개발자를 위하여</h2>
+
+<p>If you're an extension developer, you should start by reading <a class="internal" href="/en/Updating_extensions_for_Firefox_3.6" title="en/Updating extensions for Firefox 3.6">Updating extensions for Firefox 3.6</a>, which offers a helpful overview of what changes may affect your extension. Plug-in developers should read <a class="internal" href="/en/Updating_plug-ins_for_Firefox_3.6" title="en/Updating plug-ins for Firefox 3.6">Updating plug-ins for Firefox 3.6</a>.</p>
+
+<h3 id="New_features">New features</h3>
+
+<dl>
+ <dt><a href="/en/Detecting_device_orientation" title="en/Detecting device orientation">Detecting device orientation</a></dt>
+ <dd>Content can now detect the orientation of the device if it has a supported accelerometer, using the <code>MozOrientation</code> event; see <a href="/en/DOM/window.onmozorientation" title="en/DOM/window.onmozorientation"><code>window.onmozorientation</code></a> for details. Firefox 3.6 supports the accelerometer in Mac laptops.</dd>
+ <dt><a href="/en/Monitoring_HTTP_activity" title="en/Monitoring HTTP activity">Monitoring HTTP activity</a></dt>
+ <dd>You can now monitor HTTP transactions to observe requests and responses in real time.</dd>
+ <dt><a href="/en/Working_with_the_Windows_taskbar" title="en/Working with the Windows taskbar">Working with the Windows taskbar</a></dt>
+ <dd>It's now possible to customize the appearance of windows in the taskbar in Windows 7 or later. <em>This has been disabled by default in Firefox 3.6.</em></dd>
+</dl>
+
+<h3 id="Places">Places</h3>
+
+<ul>
+ <li>Places queries can now use the <code>redirectsMode</code> attribute on the <code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsINavHistoryQueryOptions" title="">nsINavHistoryQueryOptions</a></code> interface to specify whether or not to include redirected pages in results.</li>
+ <li>Added the new <code><a href="https://developer.mozilla.org/ko/docs/XPCOM_Interface_Reference/nsIFaviconService#expireAllFavicons()">nsIFaviconService.expireAllFavicons()</a></code> method to the <code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIFaviconService" title="">nsIFaviconService</a></code> interface.</li>
+</ul>
+
+<h3 id="Storage">Storage</h3>
+
+<dl>
+ <dt><a href="/en/Storage#Collation_(sorting)" title="en/Storage#Collation
+ (sorting)">Locale-aware collation of data is now supported by the Storage API</a></dt>
+ <dd>Gecko 1.9.2 added several new collation methods to provide optimized collation (sorting) of results using locale-aware techniques.</dd>
+ <dt><a href="/en/mozIStorageStatementParams#Enumeration_of_properties" title="en/mozIStorageStatementParams#Enumeration of properties">Properties on a statement can now be enumerated</a></dt>
+ <dd>You can now use a <code><a class="internal" href="/en/Core_JavaScript_1.5_Reference/Statements/for...in" title="En/Core JavaScript 1.5
+ Reference/Statements/For...in">for..in</a></code> enumeration to enumerate all the properties on a statement.</dd>
+ <dt>mozIStorageStatement's getParameterIndex changed behavior between 3.5 and 3.6.</dt>
+ <dd>See <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=528166" title="mozIStorageStatement getParameterIndex causes NS_ERROR_ILLEGAL_VALUE">bug 528166</a> for details.</dd>
+ <dt>Asynchronously bind multiple sets of parameters and execute a statement.</dt>
+ <dd>See <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=490085" title="FIXED: Add ability to bind multiple sets of parameters and execute asynchronously">bug 490085</a> for details. Documentation coming soon.</dd>
+</dl>
+
+<h3 id="Preferences">Preferences</h3>
+
+<ul>
+ <li>The <code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIContentPrefService" title="">nsIContentPrefService</a></code> interface has two new methods: <code><a href="https://developer.mozilla.org/ko/docs/XPCOM_Interface_Reference/nsIContentPrefService#getPrefsByName()">nsIContentPrefService.getPrefsByName()</a></code> and <code><a href="https://developer.mozilla.org/ko/docs/XPCOM_Interface_Reference/nsIContentPrefService#removePrefsByName()">nsIContentPrefService.removePrefsByName()</a></code>.</li>
+</ul>
+
+<h3 id="태마">태마</h3>
+
+<p>See <a class="internal" href="/en/Updating_themes_for_Firefox_3.6" title="en/Updating themes for Firefox 3.6">Updating themes for Firefox 3.6</a> for a list of changes related to themes.</p>
+
+<dl>
+ <dt><a href="/en/Themes/Lightweight_themes" title="en/Themes/Lightweight themes">Lightweight themes</a></dt>
+ <dd>Firefox 3.6 supports lightweight themes; these are easy-to-create themes that simply apply a background to the top (URL bar and button bar) and bottom (status bar) of browser windows. This is an integration of the existing <a class="external" href="http://www.getpersonas.com/" title="http://www.getpersonas.com/">Personas</a> theme architecture into Firefox.</dd>
+</dl>
+
+<h3 id="Miscellaneous">Miscellaneous</h3>
+
+<ul>
+ <li>Firefox will no longer load third-party components installed in its internal components directory. This helps to ensure stability by preventing buggy third-party components from being executed. Developers that install components this way must <a href="/en/Migrating_raw_components_to_add-ons" title="en/Migrating raw components to
+ add-ons">repackage their components as XPI packages</a> so they can be installed as standard add-ons.</li>
+ <li><code>contents.rdf</code> is no longer supported for registering chrome in extensions. You must now use the <a class="internal" href="/en/Install_Manifests" title="en/Install
+ manifests"><code>chrome.manifest</code></a> file instead. See <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=492008" title="FIXED: Drop support for contents.rdf chrome registrations">bug 492008</a>.</li>
+ <li>Added support for hiding the menu bar automatically. See <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=477256" title="FIXED: Implement menubar auto-hiding in toolkit">bug 477256</a>.</li>
+ <li>Added support for the <code>container-live-role</code> attribute to objects. See <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=391829" title="FIXED: Add support for container-live-role to object attributes">bug 391829</a>.</li>
+ <li>The <code>tabs-closebutton</code> binding has been removed. See <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=500971" title="FIXED: Remove obsolete tabs-closebutton binding">bug 500971</a>.</li>
+ <li>Added support to <code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsISound" title="">nsISound</a></code> for playing sounds based on events that have occurred. See <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=502799" title="FIXED: add new nsISound method for the event sounds">bug 502799</a>.</li>
+ <li>The syntax for the <code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsITreeView" title="">nsITreeView</a></code> methods <code><a href="https://developer.mozilla.org/ko/docs/XPCOM_Interface_Reference/nsITreeView#canDrop()">nsITreeView.canDrop()</a></code> and <code><a href="https://developer.mozilla.org/ko/docs/XPCOM_Interface_Reference/nsITreeView#drop()">nsITreeView.drop()</a></code> has changed to support the new drag &amp; drop API introduced in Gecko 1.9. See <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=455590" title="FIXED: Allow new dnd api with tree views">bug 455590</a>.</li>
+ <li>Added support to snap the mouse cursor to the default button of dialog or wizard on Windows, see <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=76053" title='FIXED: Windows mouse integration: "Snap to default button in dialog boxes"'>bug 76053</a>. This is processed automatically by dialog and wizard element. But if a XUL application creates a window using the <code>window</code> element and it has a default button, it needs to call <code><a href="https://developer.mozilla.org/ko/docs/XPCOM_Interface_Reference/nsIDOMChromeWindow#notifyDefaultButtonLoaded()">nsIDOMChromeWindow.notifyDefaultButtonLoaded()</a></code> during the window's <code>onload</code> event handler.</li>
+ <li>The <code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsILocalFileMac" title="">nsILocalFileMac</a></code> interface has had two methods removed: <code>setFileTypeAndCreatorFromMIMEType()</code> and <code>setFileTypeAndCreatorFromExtension()</code>.</li>
+ <li>The new <a class="internal" href="/en/JavaScript_code_modules/NetUtil.jsm" title="en/JavaScript code
+ modules/NetUtil.jsm"><code>NetUtils.jsm</code></a> code module provides an easy-to-use method for asynchronously copying data from an input stream to an output stream.</li>
+ <li>The new <a class="internal" href="/en/JavaScript_code_modules/openLocationLastURL.jsm" title="en/JavaScript code
+ modules/openLocationLastURL.jsm"><code>openLocationLastURL.jsm</code></a> code module makes it easy to read and change the value of the "Open Location" dialog box's remembered URL while properly taking private browsing mode into account.</li>
+ <li>On Windows, the <code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIScreen" title="">nsIScreen</a></code> interface now reports 24 bit per pixel color depths when the graphics driver claims 32 bits, since 24 more accurately represents the actual number of color pixels in use.</li>
+ <li>Menu bars can now be hidden on Windows, using the new <code id="a-autohide"><a href="https://developer.mozilla.org/ko/docs/Mozilla/Tech/XUL/Attribute/autohide">autohide</a></code> attribute on the <code><a href="/ko/docs/Mozilla/Tech/XUL/toolbar" title="toolbar">toolbar</a></code> XUL element.</li>
+ <li>The <span id="m-loadOneTab"><code><a href="https://developer.mozilla.org/ko/docs/Mozilla/Tech/XUL/Method/loadOneTab">loadOneTab</a></code></span> and <span id="m-addTab"><code><a href="https://developer.mozilla.org/ko/docs/Mozilla/Tech/XUL/Method/addTab">addTab</a></code></span> methods now accept a new <code>relatedToCurrent</code> parameter and, in addition, allow the parameters to be specified by name, since nearly all of the parameters are optional.</li>
+ <li>The "<a href="/en/Install_Manifests#hidden" title="en/Install Manifests#hidden">hidden</a>" property is no longer supported in install manifests; it's no longer possible to prevent the user from seeing add-ons in the add-on manager window.</li>
+ <li>The <code>@mozilla.org/webshell;1</code> component no longer exists; you need to use <code>@mozilla.org/docshell;1</code> instead.</li>
+ <li>You can now register with the update-timer category to schedule timer events without having to instantiate the object that the timer will eventually call into; it will instead be instantiated when it's needed. See <code><a href="https://developer.mozilla.org/ko/docs/XPCOM_Interface_Reference/nsIUpdateTimerManager#registerTimer()">nsIUpdateTimerManager.registerTimer()</a></code> for details.</li>
+ <li>The <a href="/en/NPN_GetValue" title="en/NPN GetValue"><code>NPN_GetValue()</code></a> function no longer provides access to XPCOM through the variable values <code>NPNVserviceManager</code>, <code>NPNVDOMelement</code>, and <code>NPNVDOMWindow</code>. This is part of the work toward making plugins run in separate processes in a future version of Gecko.</li>
+</ul>
+
+<h2 id="FirefoxGecko_개발자">Firefox/Gecko 개발자</h2>
+
+<p>Certain changes are only really interesting if you work on the internals of Firefox itself.</p>
+
+<h3 id="인터페이스_융합">인터페이스 융합</h3>
+
+<p>다음과 같은 인터페이스들은 결합되었습니다:</p>
+
+<ul>
+ <li><code>nsIPluginTagInfo2</code> has been merged into <code>nsIPluginTagInfo</code>.</li>
+ <li><code>nsIPluginInstanceInternal</code>, <code>nsIPPluginInstancePeer</code>, <code>nsIPluginInstancePeer1</code>, <code>nsIPluginInstancePeer2</code>, and <code>nsIPluginInstancePeer3</code> have all been merged into <code>nsIPluginInstance</code>.</li>
+ <li><code>nsIWindowlessPlugInstPeer</code> has been merged into <code>nsIPluginInstance</code>.</li>
+ <li><code>nsIPluginManager</code> and <code>nsIPluginManager2</code> have been merged into <code>nsIPluginHost</code>.</li>
+</ul>
+
+<h3 id="인터페이스_제거">인터페이스 제거</h3>
+
+<p>The following interfaces have been removed entirely because they were unused, unimplemented, or obsolete:</p>
+
+<ul>
+ <li><code>nsIFullScreen</code></li>
+ <li><code>nsIDOMSVGListener</code></li>
+ <li><code>nsIDOMSVGZoomListener</code></li>
+ <li><code>nsIInternetConfigService</code></li>
+ <li><code>nsIDKey</code></li>
+ <li><code>nsIEventHandler</code></li>
+ <li><code>nsIJRILiveConnectPIPeer</code></li>
+ <li><code>nsIJRILiveConnectPlugin</code></li>
+ <li><code>nsIScriptablePlugin</code></li>
+ <li><code>nsIClassicPluginFactory</code></li>
+ <li><code>nsIFileUtilities</code></li>
+</ul>
+
+<h3 id="인터페이스_이동">인터페이스 이동</h3>
+
+<p>The following interfaces have been relocated from their previous IDL files into new ones:</p>
+
+<ul>
+ <li><code>nsIDOMNSCSS2Properties</code> is now located in its own IDL file (<code>dom/interfaces/css/nsIDOMCSS2Properties.idl</code>).</li>
+ <li><code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIUpdateTimerManager" title="">nsIUpdateTimerManager</a></code> is now located in its own IDL file.</li>
+</ul>
+
+<p>A large number of interfaces have been moved. See <a href="/en/Interfaces_moved_in_Firefox_3.6" title="en/Interfaces moved in Firefox 3.6">Interfaces moved in Firefox 3.6</a> for a complete list.</p>
+
+<h3 id="그_외_인터페이스_변화">그 외 인터페이스 변화</h3>
+
+<p>The following assorted changes have been made:</p>
+
+<ul>
+ <li>The <code>nsIPlugin</code> interface now inherits from <code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsISupports" title="">nsISupports</a></code> instead of <code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIFactory" title="">nsIFactory</a></code>.</li>
+ <li>The <code>nsIPluginHost</code> interface now inherits from <code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsISupports" title="">nsISupports</a></code> instead of <code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIFactory" title="">nsIFactory</a></code>.</li>
+ <li>The <code>nsIFrame</code> interface now inherits from <code>nsQueryFrame</code> instead of <code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsISupports" title="">nsISupports</a></code>.</li>
+ <li>The <code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIDeviceContext" title="">nsIDeviceContext</a></code> method <code>getPaletteInfo()</code> has been removed, as it was never implemented.</li>
+ <li>The <code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIScriptContext" title="">nsIScriptContext</a></code> method <code>reportPendingException()</code> has been removed, since it was no longer being used.</li>
+</ul>
+
+<h3 id="Changes_in_accessibility_code">Changes in accessibility code</h3>
+
+<ul>
+ <li>The <span style="font-family: monospace;">EVENT</span><code>_REORDER</code> <a href="/en/XPCOM_Interface_Reference/nsIAccessibleEvent" title="en/XPCOM Interface Reference/nsIAccessibleEvent">accessibility event</a> is now sent when the children of frames and iframes change, as well as when the main document's children change. See <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=420845" title="FIXED: Fire event_reorder on any embedded frames/iframes whos document has just loaded.">bug 420845</a>.</li>
+ <li>The <code><a href="https://developer.mozilla.org/ko/docs/XPCOM_Interface_Reference/nsIAccessibleTable#selectRow()">nsIAccessibleTable.selectRow()</a></code> now correctly removes any current selection before selecting the specified row.</li>
+</ul>
+
+<h2 id="같이_보기">같이 보기</h2>
+
+<ul>
+ <li><a class="internal" href="/En/Firefox_3.5_for_developers" title="En/Firefox 3.5 for
+ developers">Firefox 3.5 for developers</a></li>
+ <li><a class="internal" href="/en/Firefox_3_for_developers" title="en/Firefox 3 for
+ developers">Firefox 3 for developers</a></li>
+ <li><a class="internal" href="/en/Firefox_2_for_developers" title="en/Firefox 2 for
+ developers">Firefox 2 for developers</a></li>
+ <li><a class="internal" href="/en/Firefox_1.5_for_developers" title="en/Firefox 1.5 for
+ developers">Firefox 1.5 for developers</a></li>
+</ul>
diff --git a/files/ko/mozilla/firefox/releases/3/dom_improvements/index.html b/files/ko/mozilla/firefox/releases/3/dom_improvements/index.html
new file mode 100644
index 0000000000..800e5979df
--- /dev/null
+++ b/files/ko/mozilla/firefox/releases/3/dom_improvements/index.html
@@ -0,0 +1,30 @@
+---
+title: DOM improvements in Firefox 3
+slug: DOM_improvements_in_Firefox_3
+tags:
+ - DOM
+ - Firefox 3
+translation_of: Mozilla/Firefox/Releases/3/DOM_improvements
+---
+<p>{{ Fx_minversion_header(3) }}</p>
+<p>Firefox 3에서는 <a href="ko/DOM">Document Object Model</a> (DOM)에 있어 다양한 개선이 있었으며, 특히 다른 브라우저들에서 제공되는 DOM의 확장을 지원한다는 면에서 특히 그러합니다. 본 글은 이러한 개선 사항들과 세부 문서에 대한 링크들로 구성되어 있습니다.</p>
+<ul>
+ <li>Internet Explore의 <code><a href="ko/DOM/element.clientTop">clientTop</a></code>과 <code><a href="ko/DOM/element.clientLeft">clientLeft</a></code> DOM 확장을 지원합니다.</li>
+ <li><code><a href="ko/DOM/window.fullScreen">window.fullScreen</a></code> 프로터티를 어디서 사용하든(컨텐츠에서도 가능) 항상 정확한 값을 반환합니다. 이전에는 부정확한 <code>false</code>값을 반환하기도 했었습니다({{ Bug(127013) }}).</li>
+ <li><code><a href="ko/DOM/element.getClientRects">getClientRects</a></code>와 <code><a href="ko/DOM/element.getBoundingClientRect">getBoundingClientRect</a></code> DOM 확장을 지원합니다({{ Bug(174397) }}).</li>
+ <li>Internet Explorer의 <code><a href="ko/DOM/document.elementFromPoint">elementFromPoint</a></code> DOM 확장을 지원합니다 ({{ Bug(199692) }}).</li>
+ <li>Internet Explorer의 <code><a href="ko/DOM/element.oncut">oncut</a></code>, <code><a href="ko/DOM/element.oncopy">oncopy</a></code>, <code><a href="ko/DOM/element.onpaste">onpaste</a></code> DOM 확장을 지원합니다 ({{ Bug(280959) }}).</li>
+ <li>Added privileged-code-only getters for <code>Node.nodePrincipal</code>, <code>Node.baseURIObject</code>, and <code><a href="ko/DOM/document.documentURIObject">document.documentURIObject</a></code>. Chrome code must not touch (get or set) these properties on an unwrapped content object (e.g. on a <code>wrappedJSObject</code> of an <code><a href="ko/XPCNativeWrapper">XPCNativeWrapper</a></code>), see {{ Bug(324464) }} for details.</li>
+ <li>Web Applications 1.0 (HTML5)의 <code><a href="ko/DOM/document.getElementsByClassName">getElementsByClassName()</a></code> DOM 메소드를 지원합니다.</li>
+ <li>The Web Applications 1.0 (HTML5)의 <code><a href="ko/DOM/window.postMessage">window.postMessage</a></code> DOM 메소드를 지원합니다. This method allows a limited, opt-in form of client-side communication between windows not necessarily on the same domain.</li>
+ <li>단축(acclerator) 키가 눌러진 경우 <code>keypress</code> 이벤트에서의 <code>charCode</code>값이 ASCII 문자로 변경되었습니다. 그 밖의 경우에서의 <code>charCode</code> 값은 변경되지 않은 문자(<kbd>Shift</kbd> 상태를 제외하고)입니다. <a href="ko/Gecko_Keypress_Event">Gecko Keypress Event</a>를 참조하세요.</li>
+</ul>
+<h3 id=".EC.B0.B8.EA.B3.A0" name=".EC.B0.B8.EA.B3.A0">참고</h3>
+<ul>
+ <li><a href="ko/Firefox_3_for_developers">Firefox 3 for developers</a></li>
+ <li><a href="ko/CSS_improvements_in_Firefox_3">CSS improvements in Firefox 3</a></li>
+ <li><a href="ko/DOM">DOM</a></li>
+</ul>
+<div class="noinclude">
+  </div>
+<p>{{ languages( { "en": "en/DOM_improvements_in_Firefox_3", "es": "es/Mejoras_DOM_en_Firefox_3", "fr": "fr/Am\u00e9liorations_DOM_dans_Firefox_3", "ja": "ja/DOM_improvements_in_Firefox_3", "pl": "pl/Poprawki_DOM_w_Firefoksie_3" } ) }}</p>
diff --git a/files/ko/mozilla/firefox/releases/3/full_page_zoom/index.html b/files/ko/mozilla/firefox/releases/3/full_page_zoom/index.html
new file mode 100644
index 0000000000..3051b40775
--- /dev/null
+++ b/files/ko/mozilla/firefox/releases/3/full_page_zoom/index.html
@@ -0,0 +1,32 @@
+---
+title: Full page zoom
+slug: Full_page_zoom
+translation_of: Mozilla/Firefox/Releases/3/Full_page_zoom
+---
+<p>{{ Gecko_minversion_header("1.9") }}</p>
+<p>전체 페이지 확대(또는 그냥 전체 확대)는 <a href="ko/Firefox_3_for_developers">Firefox 3</a>에서 지원하게 될 새로운 기능입니다. Gecko 1.9a7 버전부터 트렁크 빌드에서 사용이 가능합니다. 지금은 사용자 인터페이스가 없지만 자바스크립트와 <a class="external" href="http://www.xulplanet.com/references/xpcomref/ifaces/nsIMarkupDocumentViewer.html">nsIMarkupDocumentViewer</a> <a href="ko/XPCOM">XPCOM</a> 인터페이스를 사용할 수 있습니다.</p>
+<h3 id=".EC.98.88.EC.A0.9C_.28xul:browser.29" name=".EC.98.88.EC.A0.9C_.28xul:browser.29">예제 (xul:browser)</h3>
+<p>다음 예제는 현재의 포커스 있는 브라우저 윈도우의 사용을 보여줍니다. 이는 Firefox 확장을 위한 전형적인 사용법입니다.</p>
+<pre>var zoom = 1.5;
+var docViewer = getBrowser().mCurrentBrowser.markupDocumentViewer;
+docViewer.fullZoom = zoom;
+</pre>
+<h3 id=".EC.98.88.EC.A0.9C_.28xul:iframe.29" name=".EC.98.88.EC.A0.9C_.28xul:iframe.29">예제 (xul:iframe)</h3>
+<p>xul:iframe에 대해서도 전체 확대 기능을 사용할 수 있습니다. 그러나, iframe이 markupDocumentViewer를 가지고 있지 않기 때문에 그것을 먼저 얻어야 합니다.</p>
+<pre>var zoom = 1.5;
+var iframe = document.getElementById("authorFrame");
+var contViewer = iframe.docShell.contentViewer;
+var docViewer = contViewer.QueryInterface(Components.interfaces.nsIMarkupDocumentViewer);
+docViewer.fullZoom = zoom;
+</pre>
+<h3 id=".EB.A0.88.ED.8D.BC.EB.9F.B0.EC.8A.A4" name=".EB.A0.88.ED.8D.BC.EB.9F.B0.EC.8A.A4">레퍼런스</h3>
+<ul>
+ <li>Firefox 3.0 최신 개발 버전을 위한 Ted Mielczarek의 페이지 확대 확장 <a class="external" href="http://ted.mielczarek.org/code/mozilla/fullpagezoom.xpi">fullpagezoom.xpi</a></li>
+ <li>전체 확대에 대한 <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=4821">버그질라 버그</a>.</li>
+ <li>(현재 fullZoom에 대한 언급이 없는) <a class="external" href="http://www.xulplanet.com/references/xpcomref/ifaces/nsIMarkupDocumentViewer.html">nsIMarkupDocumentViewer</a> 인터페이스 문서.</li>
+</ul>
+<p> </p>
+<p> </p>
+<div class="noinclude">
+  </div>
+<p>{{ languages( { "en": "en/Full_page_zoom", "es": "es/Zoom_a_p\u00e1gina_completa", "fr": "fr/Zoom_pleine_page", "ja": "ja/Full_page_zoom" } ) }}</p>
diff --git a/files/ko/mozilla/firefox/releases/3/notable_bugs_fixed/index.html b/files/ko/mozilla/firefox/releases/3/notable_bugs_fixed/index.html
new file mode 100644
index 0000000000..fa8b5ea99a
--- /dev/null
+++ b/files/ko/mozilla/firefox/releases/3/notable_bugs_fixed/index.html
@@ -0,0 +1,32 @@
+---
+title: Notable bugs fixed in Firefox 3
+slug: Notable_bugs_fixed_in_Firefox_3
+translation_of: Mozilla/Firefox/Releases/3/Notable_bugs_fixed
+---
+<p>이 글은 문서에서는 명확하지 않을 수도 있는 Firefox 3의 중요한 버그 수정 목록을 제공합니다.</p>
+<ul>
+ <li>overlay를 파싱하는 도중에 오류가 발생하면 해당 overlay는 적용되지 않습니다. 오류는 오류 콘솔에 기록됩니다. ({{ Bug(355755) }})</li>
+ <li><code>&lt;menupopup&gt;</code> 요소는 메뉴나 메뉴와 같은 요소에 붙일 때 바인딩 안에 들어갈 수 있습니다. ({{ Bug(345896) }})</li>
+ <li>버튼의 <code>dlgType</code> 속성이 이제 제대로 작동합니다. ({{ Bug(308591) }})</li>
+ <li>{{ Domxref("event.initEvent") }}로 전달되는 <code>canBubble</code> 인수가 올바르게 작동하므로 전달되지 않는 이벤트를 발생시킬 수 있습니다. ({{ Bug(330190) }})</li>
+ <li><code>DOMAttrModified</code> 이벤트는 이제 이름 공간이 있는 속성을 올바로 처리합니다. ({{ Bug(247095) }})</li>
+ <li><code>&lt;?xml-stylesheet ?&gt;</code>과 같은 XML 처리 명령이 이제 XUL 문서의 DOM에 추가됩니다. 이는 {{ Domxref("document.firstChild") }}가 최상위 요소가 되는 것을 보장하지 못한다는 의미이므로 대신 {{ Domxref("document.documentElement") }}를 사용하십시오. 또한, <code>&lt;?xml-stylesheet ?&gt;</code>와 <code>&lt;?xul-overlay ?&gt;</code> 처리 명령은 이제 문서 프롤로그 외부에 영향을 미치지 않습니다. ({{ Bug(319654) }})</li>
+ <li><code>getElementsByAttributeNS()</code> 함수가 XUL 요소와 문서에 추가되었습니다. ({{ Bug(239976) }})</li>
+ <li>XUL 문서에서 요소를 이동하거나 삭제할 때 이벤트 리스너가 보존됩니다. ({{ Bug(286619) }})</li>
+ <li>표시되지 않는 문서에 대해서 변이(mutation) 이벤트가 발생합니다. ({{ Bug(201238) }})</li>
+ <li>잘못된 순서의 요소 그리기와 관련한 다양한 문제점이 수정되었습니다. ({{ Bug(317375) }})</li>
+ <li><code><a href="ko/DOM/element.getElementsByTagName">getElementsByTagName()</a></code>은 태그 이름에 이름 공간 접두어가 있는 요소를 가진 하위 트리에서 올바르게 동작하도록 수정되었습니다. ({{ Bug(206053) }}).</li>
+ <li><code>DOMNodeInserted</code>와 <code>DOMNodeRemoved</code> 이벤트는 이제 정확한 노드에 올바르게 적용됩니다. ({{ Bug(367164) }}).</li>
+ <li>정규 표현식의 특수 문자 중의 하나인 <code>\d</code>가 (<code>{{ mediawiki.external('0-9') }}</code>에 해당하는) 기본 라틴 알파벳 숫자에만 일치하도록 수정되었습니다. ({{ Bug(378738) }})</li>
+ <li>이미지 스니핑 서비스 분류는 확장으로 구현된 이미지 디코더가 잘못된 mime 형식과 함께 전송된 이미지를 올바르게 디코드하도록 합니다. ({{ Bug(391667) }})</li>
+</ul>
+<h3 id="See_also" name="See_also">See also</h3>
+<ul>
+ <li><a href="ko/Firefox_3_for_developers">Firefox 3 for developers</a></li>
+</ul>
+<p> </p>
+<p> </p>
+<p> </p>
+<div class="noinclude">
+  </div>
+<p>{{ languages( { "en": "en/Notable_bugs_fixed_in_Firefox_3", "es": "es/Bugs_importantes_solucionados_en_Firefox_3", "fr": "fr/Bugs_importants_corrig\u00e9s_dans_Firefox_3", "ja": "ja/Notable_bugs_fixed_in_Firefox_3", "pl": "pl/Istotne_b\u0142\u0119dy_poprawione_w_Firefoksie_3" } ) }}</p>
diff --git a/files/ko/mozilla/firefox/releases/3/svg_improvements/index.html b/files/ko/mozilla/firefox/releases/3/svg_improvements/index.html
new file mode 100644
index 0000000000..e64f1600bc
--- /dev/null
+++ b/files/ko/mozilla/firefox/releases/3/svg_improvements/index.html
@@ -0,0 +1,56 @@
+---
+title: SVG improvements in Firefox 3
+slug: SVG_improvements_in_Firefox_3
+tags:
+ - Firefox 3
+ - SVG
+translation_of: Mozilla/Firefox/Releases/3/SVG_improvements
+---
+<p>{{ Fx_minversion_header(3) }}</p>
+<p>Firefox 3에서는 이전 버전에 비해 <a href="ko/SVG">Scalable Vector Graphics</a> (SVG)에 대한 향상된 지원을 제공합니다. 이러한 내용은 다른 곳에서도 문서화되어 있지만, Firefox 3에서 어떤 기능들이 추가되었는지 쉽게 찾아볼 수 있도록 본 글이 작성되었습니다.</p>
+<ul>
+ <li><code>foreignObject</code> 요소를 지원합니다({{ Bug(326966) }}). 자세한 사항은 <a class="external" href="http://www.w3.org/TR/SVG11/extend.html#ForeignObjectElement">명세서</a> 또는 <a class="external" href="http://weblogs.mozillazine.org/roc/archives/2006/06/the_future_is_now.html">이 기사</a>를 참조하세요.</li>
+ <li><code>pattern</code> 요소를 지원합니다. (<a class="external" href="http://www.w3.org/TR/SVG11/pservers.html#PatternElement">spec</a>)</li>
+ <li><code>mask</code> 요소를 지원합니다. (<a class="external" href="http://www.w3.org/TR/SVG11/masking.html#MaskElement">spec</a>)</li>
+ <li>다음의 모든 SVG 1.1 필터를 지원합니다 (<a class="external" href="http://www.w3.org/TR/SVG11/filters.html">spec</a>):
+ <ul>
+ <li><code>filter</code></li>
+ <li><code>feDistantLight</code></li>
+ <li><code>fePointLight</code></li>
+ <li><code>feSpotLight</code></li>
+ <li><code>feBlend</code></li>
+ <li><code>feColorMatrix</code></li>
+ <li><code>feConvolveMatrix</code></li>
+ <li><code>feComponentTransfer</code>, <code>feFuncR</code>, <code>feFuncG</code>, <code>feFuncB</code>, <code>feFuncA</code></li>
+ <li><code>feComposite</code></li>
+ <li><code>feConvolveMatrix</code></li>
+ <li><code>feDiffuseLighting</code></li>
+ <li><code>feDisplacementMap</code></li>
+ <li><code>feDistantLight</code></li>
+ <li><code>feFlood</code></li>
+ <li><code>feGaussianBlur</code></li>
+ <li><code>feImage</code></li>
+ <li><code>feMerge</code>, <code>feMergeNode</code></li>
+ <li><code>feMorphology</code></li>
+ <li><code>feOffset</code></li>
+ <li><code>fePointLight</code></li>
+ <li><code>feSpecularLighting</code></li>
+ <li><code>feTurbulence</code></li>
+ <li><code>feTile</code></li>
+ </ul>
+ </li>
+ <li>SVG에서 <code>&lt;a&gt;</code> 요소를 처리하는 것과 관련된 몇가지 버그가 수정되었습니다. 자세한 사항은 {{ Bug(267664) }}, {{ Bug(268135) }}, {{ Bug(316248) }}, {{ Bug(317270) }}, {{ Bug(320724) }}를 참조하세요.</li>
+ <li>SVG DOM 메소드인 <code>getNumberOfChars()</code>, <code>getComputedTextLength()</code>, <code>getSubStringLength()</code>, <code>getStartPositionOfChar()</code>, <code>getEndPositionOfChar()</code>, <code>getRotationOfChar()</code>, <code>getCharNumAtPosition()</code>가 구현되었습니다.</li>
+ <li><code>xml:space</code> 속성을 지원합니다. (<a class="external" href="http://www.w3.org/TR/SVG/text.html#WhiteSpace">spec</a>)</li>
+ <li><code>fill</code>/<code>stroke</code>를 지원합니다. (<a class="external" href="http://www.w3.org/TR/SVG/painting.html#SpecifyingPaint">spec</a>)</li>
+ <li>길이 단위로 사용되는 <code>em</code>과 <code>ex</code> 단위를 지원합니다. ({{ Bug(305859) }}).</li>
+</ul>
+<h3 id=".EC.B0.B8.EA.B3.A0" name=".EC.B0.B8.EA.B3.A0">참고</h3>
+<ul>
+ <li><a href="ko/SVG">SVG</a></li>
+ <li><a href="ko/SVG_in_Firefox">SVG in Firefox</a></li>
+ <li><a href="ko/Firefox_3_for_developers">Firefox 3 for developers</a></li>
+</ul>
+<div class="noinclude">
+  </div>
+<p>{{ languages( { "en": "en/SVG_improvements_in_Firefox_3", "es": "es/Mejoras_SVG_en_Firefox_3", "fr": "fr/Am\u00e9liorations_SVG_dans_Firefox_3", "ja": "ja/SVG_improvements_in_Firefox_3", "pl": "pl/Poprawki_SVG_w_Firefoksie_3" } ) }}</p>
diff --git a/files/ko/mozilla/firefox/releases/3/updating_extensions/index.html b/files/ko/mozilla/firefox/releases/3/updating_extensions/index.html
new file mode 100644
index 0000000000..82531182f4
--- /dev/null
+++ b/files/ko/mozilla/firefox/releases/3/updating_extensions/index.html
@@ -0,0 +1,137 @@
+---
+title: Updating extensions for Firefox 3
+slug: Updating_extensions_for_Firefox_3
+tags:
+ - Firefox 3
+translation_of: Mozilla/Firefox/Releases/3/Updating_extensions
+---
+<div class="blockIndicator draft">
+ <p><strong>초안</strong><br>
+ 이 문서는 작성중입니다.</p>
+
+</div>
+
+<p>이 글은 기존에 작성한 확장 기능이 Firefox 3에서도 잘 작동할 수 있게 업데이트하기 원하는 개발자들에게 유용한 정보를 제공합니다.</p>
+
+<p>진행하기 앞서 유용한 힌트를 드리겠습니다. 여러분이 작성한 확장기능이 install manifest의 <code>maxVersion</code> 값만 수정하면 되고 <a class="link-https" href="https://addons.mozilla.org">addons.mozilla.org</a> 에서 제공되고 있다면, 새로운 버전의 확장기능을 업로드할 필요가 없습니다! 그냥 AMO에 있는 Developer Control Panel을 사용해서 <code>maxVersion</code> 을 수정하면 됩니다. 이렇게 하면 여러분의 확장기능이 다시 리뷰되는 것을 막을 수 있습니다.</p>
+
+<h3 id="1.EB.8B.A8.EA.B3.84_install_manifest_.EC.88.98.EC.A0.95" name="1.EB.8B.A8.EA.B3.84:_install_manifest_.EC.88.98.EC.A0.95">1단계: install manifest 수정</h3>
+
+<p>첫 번째 단계(아마 대부분의 확장기능이 이 단계만 거치면 될 것 같습니다)는 <a href="ko/Install_Manifests">install manifest</a> 파일인 install.rdf를 Firefox 3과 호환되도록 수정하는 것입니다.</p>
+
+<p>먼저 호환 가능한 Firefox의 최고 버전을 나타내는 라인을 찾습니다(Firefox 2에서는 다음과 같을 것입니다).</p>
+
+<pre class="eval"> <span class="nowiki">&lt;em:maxVersion&gt;2.0.*&lt;/em:maxVersion&gt;</span>
+</pre>
+
+<p>이 라인을 Firefox 3과 호환되도록 수정하세요.</p>
+
+<pre class="eval"> <span class="nowiki">&lt;em:maxVersion&gt;3.0.*&lt;/em:maxVersion&gt;</span>
+</pre>
+
+<p>그리고 확장 기능을 다시 설치하세요.</p>
+
+<p>Firefox 3에서는 버전 번호의 마지막 ".0"이 사용되지 않으므로, "3.0.0.*" 대신 "3.0.*"으로 사용하면 된다는 점을 기억하세요.</p>
+
+<div class="blockIndicator note"><strong>주의:</strong> 현재 시점에서 Firefox 3가 계속적으로 변경이 있을것으로 생각됩니다. 이러한 변화들로 인해 어떤 확장기능들은 제대로 실행되지 않을 수도 있으므로 Firefox 3 release candidate 버전이 출시되기 전까지는 <code>maxVersion</code>이 <code>3.0.*</code>인 확장기능을 배포하지 않는 것이 좋습니다. Firefox 3 Beta 기간동안에는 <code>maxVersion</code> 값에 <code>3.0b3</code>을 사용하는 것이 좋습니다.</div>
+
+<p>확장기능들을 제대로 동작하지 않게 만들 수 있는 API의 많은 변화가 있었고 앞으로도 계속될 것입니다. 우리는 이러한 변화에 대한 전체 목록을 제공하기 위해 지속적으로 작업하고 있습니다.</p>
+
+<div class="blockIndicator note"><strong>주의:</strong> 여러분의 확장기능이 아직도 <a href='"ko/Install_Manifests"'>install manifest</a>가 아닌 <code><a href='"ko/Install.js"'>Install.js</a></code> 스크립트를 사용하고 있다면, 지금 시점에는 install manifest로 전환해야만 합니다. Firefox 3은 더 이상 XPI 파일의 <code>install.js</code> 스크립트를 지원하지 않습니다.</div>
+
+<h4 id="Install_manifest.EC.97.90_.EC.A7.80.EC.97.AD.ED.99.94_.EC.B6.94.EA.B0.80.ED.95.98.EA.B8.B0" name="Install_manifest.EC.97.90_.EC.A7.80.EC.97.AD.ED.99.94_.EC.B6.94.EA.B0.80.ED.95.98.EA.B8.B0">Install manifest에 지역화 추가하기</h4>
+
+<p>Firefox 3에서는 지역화된 정보를 명시하기 위해 install manifest에 새로운 속성을 지원합니다. 기존 방법들이 여전히 동작하긴 하지만 새로운 방법을 이용하면 Firefox에서 부가 기능의 설치가 중지되어 있거나 불가능한 동안에도 지역 정보를 선택할 수 있도록 해 줍니다. 자세한 내용은 <a href="ko/Localizing_extension_descriptions">Localizing extension descriptions</a>을 참조하세요.</p>
+
+<h3 id=".EB.8B.A8.EA.B3.84_2_.EB.B3.B4.EC.95.88_.EC.97.85.EB.8D.B0.EC.9D.B4.ED.8A.B8.EB.A5.BC_.EC.A0.9C.EA.B3.B5.ED.95.98.EA.B3.A0_.EC.9E.88.EB.8A.94.EC.A7.80_.ED.99.95.EC.9D.B8.ED.95.98.EC.84.B8.EC.9A.94." name=".EB.8B.A8.EA.B3.84_2:_.EB.B3.B4.EC.95.88_.EC.97.85.EB.8D.B0.EC.9D.B4.ED.8A.B8.EB.A5.BC_.EC.A0.9C.EA.B3.B5.ED.95.98.EA.B3.A0_.EC.9E.88.EB.8A.94.EC.A7.80_.ED.99.95.EC.9D.B8.ED.95.98.EC.84.B8.EC.9A.94.">단계 2: 보안 업데이트를 제공하고 있는지 확인하세요.</h3>
+
+<p>여러분이 직접 부가기능을 제공하고 있지만 <a class="link-https" href="https://addons.mozilla.org">addons.mozilla.org</a>과 같은 보안을 지원하지 않을 경우에는, 부가 기능을 업데이트할 수 있는 보안 방법을 제공해야 합니다. 이를 위해서는 여러분의 업데이트 사이트가 SSL 웹사이트에서 운영되던지 업데이트 정보가 서명된 암호화 키를 사용해야 합니다. 자세한 정보는 <a href="ko/Extension_Versioning%2c_Update_and_Compatibility#Securing_Updates">Securing Updates</a>를 읽어보세요.</p>
+
+<h3 id=".EB.8B.A8.EA.B3.84_3_.EB.B3.80.EA.B2.BD.EB.90.9C_API_.EC.B2.98.EB.A6.AC.ED.95.98.EA.B8.B0" name=".EB.8B.A8.EA.B3.84_3:_.EB.B3.80.EA.B2.BD.EB.90.9C_API_.EC.B2.98.EB.A6.AC.ED.95.98.EA.B8.B0">단계 3: 변경된 API 처리하기</h3>
+
+<p>몇 가지 API에서 중요한 변화가 있었습니다. 다음은 대부분의 확장 기능에 영향을 줄 것으로 보이는, 가장 중요한 변화들 입니다.</p>
+
+<h4 id="DOM" name="DOM">DOM</h4>
+
+<p>Nodes from external documents should be cloned using <a href="/ko/docs/Web/API/Document/importNode" title="현재 문서가 아닌 외부 문서의 노드를 복사하여 현재 문서에 넣을 수 있도록 해줍니다."><code>document.importNode()</code></a> (or adopted using <a href="/ko/docs/Web/API/Document/adoptNode" title="외부 문서로부터 노드를 가져온다. 해당 노드와 그 하위트리는 기존의 문서에서 지워지고 해당 노드의 ownerDocument 는 현재 문서로 바뀐다. 그리고 그 노드는 현재의 문서에 삽입된다."><code>document.adoptNode()</code></a>) before they
+ can be inserted into the current document. For more on the <a href="/ko/docs/Web/API/Node/ownerDocument" title="Node.ownerDocument 읽기 전용 속성은 이 node 의 최상위 document 객체를 반환합니다."><code>Node.ownerDocument</code></a> issues, see the
+ <a class="external" href="http://www.w3.org/DOM/faq.html#ownerdoc" rel="noopener">W3C DOM FAQ</a>.</p>
+
+ <p>Firefox doesn't currently enforce this rule (it did for a while during the development of Firefox 3, but too many
+ sites break when this rule is enforced). We encourage Web developers to fix their code to follow this rule for
+ improved future compatibility.</p>
+
+<h4 id=".EB.B6.81.EB.A7.88.ED.81.AC__.ED.9E.88.EC.8A.A4.ED.86.A0.EB.A6.AC" name=".EB.B6.81.EB.A7.88.ED.81.AC_&amp;_.ED.9E.88.EC.8A.A4.ED.86.A0.EB.A6.AC">북마크 &amp; 히스토리</h4>
+
+<p>여러분의 확장 기능이 어떤 방식으로든 북마크나 히스토리 자료에 접근한다면, Firefox 3과 호환되도록 하기 위해 많은 수정 작업이 필요합니다. 해당 정보에 접근하는데 사용되었던 기존 API는 새로운 <a href="ko/Places">Places</a> 구조로 변경되었습니다. 기존 확장 기능을 Places API를 사용하도록 업데이트하는 것과 관련된 상세 내용은 <a href="ko/Places/Migration_Guide">플레이스로 이행 가이드</a>를 참조하세요.</p>
+
+<h4 id=".EB.8B.A4.EC.9A.B4.EB.A1.9C.EB.93.9C_.EA.B4.80.EB.A6.AC.EC.9E.90" name=".EB.8B.A4.EC.9A.B4.EB.A1.9C.EB.93.9C_.EA.B4.80.EB.A6.AC.EC.9E.90">다운로드 관리자</h4>
+
+<p>다운로드 관리자 API는 RDF data store에서 [Storage]] API로의 변경으로 인하여 약간의 변경 사항이 있습니다. 이와 관련된 변경은 꽤 쉽습니다. 추가적으로 다운로드 진행을 모니터링하는 API에서는 다중 다운로드 관리자 리스너를 지원하도록 변경되었습니다. 자세한 내용은 <code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIDownloadManager" title="">nsIDownloadManager</a></code>, <code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIDownloadProgressListener" title="">nsIDownloadProgressListener</a></code>, <a href="ko/Monitoring_downloads">Monitoring downloads</a>를 참조하세요.</p>
+
+<h4 id=".EC.95.94.ED.98.B8_.EA.B4.80.EB.A6.AC.EC.9E.90" name=".EC.95.94.ED.98.B8_.EA.B4.80.EB.A6.AC.EC.9E.90">암호 관리자</h4>
+
+<p>여러분의 확장기능이 암호 관리자를 이용하여 사용자의 로그인 정보에 접근한다면, 새로운 암호 관리자 API를 사용하도록 업데이트해야만 합니다.</p>
+
+<ul>
+ <li>The article <a href="ko/Using_nsILoginManager">Using nsILoginManager</a> includes examples, including a demonstration of how to write your extension to work with both the Password Manager and the Login Manager, so it will work with both Firefox 3 and earlier versions.</li>
+ <li><code><a href="ko/NsILoginInfo">nsILoginInfo</a></code></li>
+ <li><code><a href="ko/NsILoginManager">nsILoginManager</a></code></li>
+</ul>
+
+<h4 id="Popups_.28Menus.2C_Context_Menus.2C_Tooltips_and_Panels.29" name="Popups_.28Menus.2C_Context_Menus.2C_Tooltips_and_Panels.29">Popups (Menus, Context Menus, Tooltips and Panels)</h4>
+
+<p>The XUL Popup system was heavily modified in Firefox 3. The Popup system includes main menus, context menus and popup panels. A guide to <a href="ko/XUL/PopupGuide">using Popups</a> has been created, detailing how the system works. One thing to note is that <code>popup.<span id="m-showPopup"><code><a href="https://developer.mozilla.org/ko/docs/Mozilla/Tech/XUL/Method/showPopup">showPopup</a></code></span></code> has been deprecated in favor of new <code>popup.<span id="m-openPopup"><code><a href="https://developer.mozilla.org/ko/docs/Mozilla/Tech/XUL/Method/openPopup">openPopup</a></code></span></code> and <code>popup.<span id="m-openPopupAtScreen"><code><a href="https://developer.mozilla.org/ko/docs/Mozilla/Tech/XUL/Method/openPopupAtScreen">openPopupAtScreen</a></code></span></code>.</p>
+
+<h4 id=".EC.A0.9C.EA.B1.B0.EB.90.9C_.EC.9D.B8.ED.84.B0.ED.8E.98.EC.9D.B4.EC.8A.A4" name=".EC.A0.9C.EA.B1.B0.EB.90.9C_.EC.9D.B8.ED.84.B0.ED.8E.98.EC.9D.B4.EC.8A.A4">제거된 인터페이스</h4>
+
+<p>다음 인터페이스들은 Firefox 3의 기반인 Gecko 1.9에서 제거되었습니다. 확장 기능이 이것들을 사용한다면 코드를 업데이트 해야 합니다.</p>
+
+<ul>
+ <li><code>nsIDOMPaintListener</code></li>
+ <li><code>nsIDOMScrollListener</code></li>
+ <li><code>nsIDOMMutationListener</code></li>
+ <li><code>nsIDOMPageTransitionListener</code></li>
+ <li><code>nsICloseAllWindows</code> (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=386200" title='FIXED: SeaMonkey only: no "view cert button" in untrusted cert error dialog'>bug 386200</a> 참조)</li>
+</ul>
+
+<h3 id="Step_4_Check_for_relevant_chrome_changes" name="Step_4:_Check_for_relevant_chrome_changes">Step 4: Check for relevant chrome changes</h3>
+
+<p>There has been a minor change to the chrome that may require changes in your code. A new <code>vbox</code> has been added, called "browser-bottombox", which encloses the find bar and status bar at the bottom of the browser window. Although this doesn't affect the appearance of the display, it may affect your extension if it overlays chrome relative to these elements.</p>
+
+<p>For example, if you previously overlaid some chrome before the status bar, like this:</p>
+
+<pre>&lt;window id="main-window"&gt;
+ &lt;something insertbefore="status-bar" /&gt;
+&lt;/window&gt;
+</pre>
+
+<p>You should now overlay it like this:</p>
+
+<pre>&lt;vbox id="browser-bottombox"&gt;
+ &lt;something insertbefore="status-bar" /&gt;
+&lt;/vbox&gt;
+</pre>
+
+<div class="blockIndicator note"><strong>주의:</strong> This change is effective for Firefox 3 beta 4 and the pre-beta 4 nightlies.</div>
+
+<h3 id=".EA.B7.B8_.EB.B0.96.EC.9D.98_.EB.B3.80.ED.99.94.EB.93.A4" name=".EA.B7.B8_.EB.B0.96.EC.9D.98_.EB.B3.80.ED.99.94.EB.93.A4">그 밖의 변화들</h3>
+
+<p><em>여러분의 확장기능이 Firefox 3에서 제대로 동작하기 위해 업데이트 했던 간단한 사항들을 추가해 주세요.</em></p>
+
+<ul>
+ <li><code><a href="/ko/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIAboutModule" title="">nsIAboutModule</a></code> implementations are now required to support the <code>getURIFlags</code> method. See <a href="https://dxr.mozilla.org/mozilla-central/source/netwerk/protocol/about/public/nsIAboutModule.idl" rel="custom">nsIAboutModule.idl</a> for documentation. This affects extensions that provide new about: URIs. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=337746" title='FIXED: [FIX]Move "safe about" hardcoding out of security manager'>bug 337746</a>)</li>
+ <li>더 이상 <code><a href="/ko/docs/Mozilla/Tech/XUL/tabbrowser" title="tabbrowser">tabbrowser</a></code>은 "toolkit"의 일부가 아닙니다(<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=339964" title="FIXED: move tabbrowser.xml out of mozilla/toolkit and into mozilla/browser">bug 339964</a>). 이는 이 요소가 더이상 XUL 응용 프로그램과 확장기능에서 사용 가능하지 않다는 것을 의미합니다. 이 요소는 메인 Firefox 윈도우(browser.xul)에서는 계속 사용될 것입니다.</li>
+ <li>Changes to <a href="ko/NsISupports_proxies">nsISupports proxies</a> <a class="external" href="http://groups.google.com/group/mozilla.dev.platform/browse_thread/thread/78236a4b312a2de4/939240fc3f5123a8?lnk=st&amp;rnum=1#939240fc3f5123a8"> and possibly to threading-related interfaces need to be documented. </a></li>
+ <li><a class="external" href="http://groups.google.com/group/mozilla.dev.platform/browse_thread/thread/78236a4b312a2de4/939240fc3f5123a8?lnk=st&amp;rnum=1#939240fc3f5123a8">만일 XUL 파일에 <code>&lt;?xml-stylesheet ?&gt;</code>와 같은 XML 처리 지시문(processing instructions)을 사용하고 있다면 </a><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=319654" title="FIXED: Processing instructions in XUL are not added to the content model">bug 319654</a>을 참고하세요.
+ <ol>
+ <li><a class="external" href="http://groups.google.com/group/mozilla.dev.platform/browse_thread/thread/78236a4b312a2de4/939240fc3f5123a8?lnk=st&amp;rnum=1#939240fc3f5123a8">XML 처리 지시문은 XUL 문서의 DOM에 추가됩니다. 이것은 </a><a href="/ko/docs/Web/API/Document/firstChild" title="The documentation about this has not yet been written; please consider contributing!"><code>document.firstChild</code></a>이 문서의 루트 요소를 나타내지 않을 수도 있다는 것을 의미합니다. 스크립트에서 문서의 루트 요소를 얻으려면, 대신 <a href="/ko/docs/Web/API/Document/documentElement" title="Document.documentElement 는 읽기 전용 속성으로 document 의 루트 요소인 Element를 반환한다 (가령, HTML 문서의 &lt;html> 요소)."><code>document.documentElement</code></a>을 사용하세요. </li>
+ <li><a class="external" href="http://groups.google.com/group/mozilla.dev.platform/browse_thread/thread/78236a4b312a2de4/939240fc3f5123a8?lnk=st&amp;rnum=1#939240fc3f5123a8"><code>&lt;?xml-stylesheet ?&gt;</code> and <code>&lt;?xul-overlay ?&gt;</code> processing instructions now have no effect outside the document prolog. </a></li>
+ </ol>
+ </li>
+ <li><a class="external" href="http://groups.google.com/group/mozilla.dev.platform/browse_thread/thread/78236a4b312a2de4/939240fc3f5123a8?lnk=st&amp;rnum=1#939240fc3f5123a8"><code>window.addEventListener("load", myFunc, true)</code> is not fired when loading web content (browser page loads). This is due to </a><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=296639" title="FIXED: Split windows into an inner and outer object">bug 296639</a> which changes the way inner and outer windows communicate. The simple fix here is to use <code>gBrowser.addEventListener("load", myFunc, true)</code> as described <a href="ko/Code_snippets/Tabbed_browser#Detecting_page_load">here</a> and works in Firefox 2 as well.</li>
+ <li>기존의 문자열을 반환하는 deprecated <code>content.document.getSelection()</code>와 달리 <code>content.window.getSelection()</code>은 객체를 반환하며 <code>toString()</code>로 문자열로 변환할 수 있습니다.</li>
+ <li><code>event.preventBubble()</code> was deprecated in Firefox 2 and has been removed in Firefox 3. Use <a href="ko/DOM/event.stopPropagation"><code>event.stopPropagation()</code></a>, which also works in Firefox 2 as well.</li>
+</ul>
+
+<div class="noinclude"> </div>
diff --git a/files/ko/mozilla/firefox/releases/3/updating_web_applications/index.html b/files/ko/mozilla/firefox/releases/3/updating_web_applications/index.html
new file mode 100644
index 0000000000..6598042587
--- /dev/null
+++ b/files/ko/mozilla/firefox/releases/3/updating_web_applications/index.html
@@ -0,0 +1,38 @@
+---
+title: Updating web applications for Firefox 3
+slug: Updating_web_applications_for_Firefox_3
+tags:
+ - Firefox 3
+translation_of: Mozilla/Firefox/Releases/3/Updating_web_applications
+---
+<p>{{ Fx_minversion_header(3) }}{{ Draft() }} Firefox 3에는 웹 사이트와 웹 애플리케이션에 영향을 줄 수 있는 다수의 변경 사항과 잇점을 줄 수 있는 새로운 기능이 포함 되어 있습니다. 이 문서는 Firefox 3의 잇점을 최대한 이용 가능할 수 있도록 웹 사이트를 업데이트 하는 방법을 알려 줄 것입니다.</p>
+
+<p>Firefox 3는 2007년 가을 현재 베타 버전을 출시하였습니다.</p>
+
+<p>이 문서를 계속 주시하시면 추가 사항들을 계속 업데이트 할 것입니다.</p>
+
+<h3 id="DOM_.EB.B3.80.EA.B2.BD_.EC.82.AC.ED.95.AD" name="DOM_.EB.B3.80.EA.B2.BD_.EC.82.AC.ED.95.AD">DOM 변경 사항</h3>
+
+<p></p><p>Nodes from external documents should be cloned using <a href="/ko/docs/Web/API/Document/importNode" title="현재 문서가 아닌 외부 문서의 노드를 복사하여 현재 문서에 넣을 수 있도록 해줍니다."><code>document.importNode()</code></a> (or adopted using <a href="/ko/docs/Web/API/Document/adoptNode" title="외부 문서로부터 노드를 가져온다. 해당 노드와 그 하위트리는 기존의 문서에서 지워지고 해당 노드의 ownerDocument 는 현재 문서로 바뀐다. 그리고 그 노드는 현재의 문서에 삽입된다."><code>document.adoptNode()</code></a>) before they
+ can be inserted into the current document. For more on the <a href="/ko/docs/Web/API/Node/ownerDocument" title="Node.ownerDocument 읽기 전용 속성은 이 node 의 최상위 document 객체를 반환합니다."><code>Node.ownerDocument</code></a> issues, see the
+ <a class="external" href="http://www.w3.org/DOM/faq.html#ownerdoc" rel="noopener">W3C DOM FAQ</a>.</p>
+
+ <p>Firefox doesn't currently enforce this rule (it did for a while during the development of Firefox 3, but too many
+ sites break when this rule is enforced). We encourage Web developers to fix their code to follow this rule for
+ improved future compatibility.</p><p></p>
+
+<h3 id="HTML_.EB.B3.80.EA.B2.BD_.EC.82.AC.ED.95.AD" name="HTML_.EB.B3.80.EA.B2.BD_.EC.82.AC.ED.95.AD">HTML 변경 사항</h3>
+
+<p>Firefox 3는 frame과 iframe이 부모의 문자 인코딩을 상속받도록 하는 보안 문제를 해결하였습니다. 이 문제는 여러 가지 이슈를 만들어내었습니다. 이제 frame은 두 frame이 같은 서버에서 읽으면 부모의 문자 인코딩만 상속 받습니다. 만약 여러분의 웹 페이지 내에서 다른 서버에 있는 웹 페이지를 frame으로 호출할 경우, HTML로 특정 문자 인코딩을 선언해 주어야 합니다.</p>
+
+<h3 id="JavaScript_.EB.B3.80.EA.B2.BD_.EC.82.AC.ED.95.AD" name="JavaScript_.EB.B3.80.EA.B2.BD_.EC.82.AC.ED.95.AD">JavaScript 변경 사항</h3>
+
+<p>Firefox 3는 <a href="ko/New_in_JavaScript_1.8">JavaScript 1.8</a>을 지원 합니다. 웹 사이트에서 변경 해야할 주요 사항은 이제 더 이상 사용하지 않는 비표준 <code>Script</code> 객체를 더 이상 지원하지 않는 다는 것입니다. 그러나 <code>Script</code>가 비표준이기 때문에 대부분 이런 문제를 가지고 있지 않을 것으로 판단 하고 있습니다.</p>
+
+<h3 id=".EC.B0.B8.EA.B3.A0_.EC.82.AC.ED.95.AD" name=".EC.B0.B8.EA.B3.A0_.EC.82.AC.ED.95.AD">참고 사항</h3>
+
+<p><a href="ko/Firefox_3_for_developers">Firefox 3 개발자 필독 사항</a>, <a href="ko/New_in_JavaScript_1.8">JavaScript 1.8</a>, <a href="ko/Updating_extensions_for_Firefox_3">Firefox 3를 위한 확장 기능 업데이트</a></p>
+
+<div class="noinclude"> </div>
+
+<p>{{ languages( { "fr": "fr/Mise_\u00e0_jour_des_applications_Web_pour_Firefox_3", "en": "en/Updating_web_applications_for_Firefox_3", "ja": "ja/Updating_web_applications_for_Firefox_3" } ) }}</p>