diff options
author | MDN <actions@users.noreply.github.com> | 2021-06-10 00:38:43 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-06-10 00:38:43 +0000 |
commit | 77835841639ac5dfa31fc45395e3c3bf0caba0c1 (patch) | |
tree | df49cc2560f6f3946cb22c2b03f29b18153015b9 /files/zh-tw/orphaned | |
parent | 4a997b94a59b43b9bbcfd3425ae37886f954314d (diff) | |
download | translated-content-77835841639ac5dfa31fc45395e3c3bf0caba0c1.tar.gz translated-content-77835841639ac5dfa31fc45395e3c3bf0caba0c1.tar.bz2 translated-content-77835841639ac5dfa31fc45395e3c3bf0caba0c1.zip |
[CRON] sync translated content
Diffstat (limited to 'files/zh-tw/orphaned')
-rw-r--r-- | files/zh-tw/orphaned/web/reference/api/index.html | 60 | ||||
-rw-r--r-- | files/zh-tw/orphaned/web/reference/index.html | 30 |
2 files changed, 90 insertions, 0 deletions
diff --git a/files/zh-tw/orphaned/web/reference/api/index.html b/files/zh-tw/orphaned/web/reference/api/index.html new file mode 100644 index 0000000000..cfe523e1e6 --- /dev/null +++ b/files/zh-tw/orphaned/web/reference/api/index.html @@ -0,0 +1,60 @@ +--- +title: Web API 參考資料 +slug: orphaned/Web/Reference/API +translation_of: Web/Reference/API +original_slug: Web/Reference/API +--- +<p><span class="seoSummary">Web 提供了各種各樣完成不同任務的 API,而這可藉著使用 JavaScript 達成</span>,小到對任何 {{domxref("window")}} 或 {{domxref("element")}} 做細微調整,大到使用像是 <a href="https://developer.mozilla.org/zh-TW/docs/Web/WebGL">WebGL</a> <span style="line-height: 1.5;">和 </span><a href="/docs/Web_Audio_API">Web Audio</a> <span style="line-height: 1.5;">介面製作複雜的圖形和音效。</span></p> + +<p>所有的介面都在 <a href="/docs/Web/API">index</a> 頁列出。</p> + +<p><a href="/docs/Web/Reference/Events">事件參考</a>列出了所有可用事件的列表。</p> + +<div class="cleared topicpage-table"> +<div class="section"> +<dl> + <dt>{{domxref("Document_Object_Model", "文檔物件模型")}}</dt> + <dd>DOM允許訪問和修改當前文檔,允許操作文檔 {{domxref("Node")}} 和 {{domxref("Element")}}。HTML 和 SVG 都擴展了各自的 DOM 介面,以操作特定的元素。</dd> + <dt>設備 API</dt> + <dd>該類 API 允許訪問各種 WEB 頁面或應用可用的硬體特性,如:<a href="/docs/WebAPI/Using_Light_Events">Ambient Light Sensor API</a>、<a href="/docs/WebAPI/Battery_Status" title="WebAPI/Battery_Status">Battery Status API</a>、<a href="/docs/Using_geolocation" title="Using_geolocation">Geolocation API</a>、<a href="/docs/WebAPI/Pointer_Lock" title="API/Pointer_Lock_API">Pointer Lock API</a>、<a href="/docs/WebAPI/Proximity" title="WebAPI/Proximity">Proximity API</a>、<a href="/docs/WebAPI/Detecting_device_orientation" title="WebAPI/Detecting_device_orientation">Device Orientation API</a>、<a href="/docs/WebAPI/Managing_screen_orientation" title="WebAPI/Detecting_device_orientation">Screen Orientation API</a>、<a href="/docs/WebAPI/Vibration" title="WebAPI/WebBluetooth">Vibration API</a>。</dd> + <dt>通信API</dt> + <dd>該API允許頁面和應用與其他頁面或設備之間通信,如:<a href="/docs/WebAPI/Network_Information" title="WebAPI/Network_Information">網路資訊 API</a>、<a href="/docs/WebAPI/Using_Web_Notifications" title="/en-US/docs/WebAPI/Using_Web_Notifications">網頁通知</a>、<a href="/docs/WebAPI/Simple_Push" title="WebAPI/Push_Notifications">Simple Push API</a>。</dd> + <dt id="Data_management_APIs">資料管理API</dt> + <dd>該API能夠存儲管理使用者資料,如:<a href="/docs/WebAPI/FileHandle_API" title="WebAPI/FileHandle_API">檔案處理 API</a>、<a href="/docs/IndexedDB" title="IndexedDB">IndexedDB</a>。</dd> +</dl> + +<p>除了上述的這些可用於所有網站或應用的 API 外,還有一些功能更強大的 Mozilla API,可用於特權應用和認證應用。</p> + +<dl> + <dt>特權 API</dt> + <dd>特權應用是指安裝的應用程式,並被使用者授予特定許可權。特權 API 包括:<a href="/docs/WebAPI/TCP_Socket" title="WebAPI/TCP_Socket">TCP Socket API</a>、<a href="/docs/WebAPI/Contacts" title="WebAPI/Contacts">聯絡人 API</a>、<a href="/docs/WebAPI/Device_Storage_API" title="WebAPI/Device_Storage_API">裝置儲存空間 API</a>、<a href="/docs/DOM/Using_the_Browser_API" title="DOM/Using_the_Browser_API">瀏覽器 API</a>、<a href="https://developer.mozilla.org/en-US/docs/WebAPI/Camera" title="WebAPI/Camera">相機 API</a>。</dd> + <dt>認證 API</dt> + <dd>認證 API 是指在作業系統上執行關鍵操作的底層應用程式,如 Firefox OS 作業系統。較少的特權應用程式會通過 WEB Activities 與這些應用交互。認證 API 包括:<a href="/docs/WebAPI/WebBluetooth" title="WebAPI/WebBluetooth">藍芽 API</a>、<a href="/docs/WebAPI/Mobile_Connection" title="WebAPI/Mobile_Connection">手持裝置連結 API</a>、<a href="/docs/WebAPI/Network_Stats" title="WebAPI/Network_Stats">網路狀態 API</a>、<a href="/docs/WebAPI/WebTelephony" title="WebAPI/WebTelephony">Telephony</a>、<a href="/docs/WebAPI/WebSMS" title="WebAPI/WebSMS">網路SMS</a>、<a href="/docs/WebAPI/WiFi_Information" title="WebAPI/WiFi_Information">WiFi 資訊 API</a>、<a href="/docs/WebAPI/Camera" title="WebAPI/Camera">相機 API</a>、<a href="/docs/WebAPI/Power_Management" title="WebAPI/Power_Management">電源管理 API</a>、<a href="/docs/WebAPI/Settings" title="WebAPI/Settings">設定 API</a>、<a href="/docs/WebAPI/Idle" title="WebAPI/Device_Storage_API">Idle API</a>、<a href="/docs/WebAPI/Permissions" title="WebAPI/Permissions">權限 API</a>、<a href="/docs/WebAPI/Time_and_Clock" title="WebAPI/Time_and_Clock">時間/時鐘 API</a>。</dd> +</dl> +</div> + +<div class="section"> +<h2 class="Community" id="社群">社群</h2> + +<p>加入該社區郵寄清單或是新聞群組:</p> + +<ul> + <li><a class="external" href="https://lists.mozilla.org/listinfo/dev-webapi">郵寄清單</a></li> + <li><a href="news://news.mozilla.org/mozilla.dev.webapi">新聞群組</a></li> + <li><a class="external" href="http://groups.google.com/group/mozilla.dev.webapi">Google Group</a></li> + <li><a class="external" href="http://groups.google.com/group/mozilla.dev.webapi/feeds">訂閱源</a></li> +</ul> + +<p>此外,請務必在 <a class="external" href="https://wiki.mozilla.org/IRC" style="line-height: 1.5;">IRC</a> 上進入 <a href="irc://irc.mozilla.org/webapi" style="line-height: 1.5;">#webapi</a><span style="line-height: 1.5;"> 頻道</span><span style="line-height: 1.5;">上參加線上討論。</span></p> + +<h2 class="Related_Topics" id="相關主題">相關主題</h2> + +<p>您可能對下面的主題感興趣:</p> + +<ul> + <li><a href="/API">所有網路 API 的介面</a></li> +</ul> +</div> +</div> + +<p> </p> diff --git a/files/zh-tw/orphaned/web/reference/index.html b/files/zh-tw/orphaned/web/reference/index.html new file mode 100644 index 0000000000..263cef7d49 --- /dev/null +++ b/files/zh-tw/orphaned/web/reference/index.html @@ -0,0 +1,30 @@ +--- +title: 網頁技術參考資料 +slug: orphaned/Web/Reference +tags: + - Landing + - NeedsTranslation + - Reference + - TopicStub + - Web +translation_of: Web/Reference +original_slug: Web/Reference +--- +<p>{{draft()}}<br> + The open Web is built using a number of technologies that require an adequate knowledge in order to use them. Below you'll find the links to our reference material for each of them.</p> + +<h2 class="Documentation" id="Web_technologies">Web technologies</h2> + +<p>It is recommended that you already <a href="https://developer.mozilla.org/zh-TW/docs/Learn/Getting_started_with_the_web">got started with the web</a>, however it isn't absolutely necessary.</p> + +<dl> + <dt><strong><a href="/zh-TW/docs/Glossary/HTML">HTML</a></strong> — structuring the Web</dt> + <dd>The <strong>HyperText Markup Language</strong> is used to define and describe semantically the content (<a href="/zh-TW/docs/Glossary/markup">markup</a>) of a Web page in a well-structured format.<br> + HTML provides a means to create structured documents, made up of blocks called <a href="/zh-TW/docs/Web/HTML/Element">HTML elements</a> that are delineated by <em><a href="/zh-TW/docs/Glossary/Tag">tags</a></em>, written using angle brackets: some introduce content into the page directly, others provide information about document text and may include other tags as sub-elements. Obviously, browsers do not display them, since they are used to interpret the content of the page.<br> + <br> + <a href="/zh-TW/Learn/HTML/Introduction_to_HTML">Introduction to HTML</a> | <a href="/zh-TW/Learn/HTML">Learn HTML</a> | <a href="/zh-TW/docs/Web/Guide/HTML/HTML5">HTML5</a> | <a href="/zh-TW/docs/Web/Guide/HTML">Developer guide</a> | <a href="/zh-TW/docs/Web/HTML/Element">Element reference</a> | <strong><a href="/zh-TW/docs/Web/HTML/Reference">reference</a></strong></dd> + <dt><strong><a href="/zh-TW/docs/Glossary/CSS">CSS</a></strong> — styling the Web</dt> + <dd>The <strong>Cascading Style Sheets</strong> are used to describe the appearance of Web content.<br> + <br> + <a href="/zh-TW/Learn/CSS/Introduction_to_CSS">Introduction to CSS</a> | <a href="/zh-TW/docs/Web/Guide/CSS/Getting_started">Getting started with CSS</a> | <a href="/zh-TW/Learn/CSS">Learn CSS</a> | <a href="/zh-TW/docs/Web/CSS/CSS3">CSS3 </a>| <a href="/zh-TW/docs/Web/Guide/CSS">Developer guide</a> | <a href="/zh-TW/docs/Web/CSS/Common_CSS_Questions">Common CSS questions</a> | <strong><a href="/zh-TW/docs/Web/CSS/Reference">reference</a></strong></dd> +</dl> |