From 3d09b980bf5cd5394f8b5559c41b550c572bbdf0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 14 Apr 2021 16:49:42 -0400 Subject: remove all .alllinks in zh-tw content --- files/zh-tw/glossary/localization/index.html | 1 - files/zh-tw/glossary/xhtml/index.html | 2 +- files/zh-tw/web/accessibility/index.html | 8 -------- files/zh-tw/web/api/server-sent_events/index.html | 1 - files/zh-tw/web/api/websockets_api/index.html | 1 - files/zh-tw/web/guide/ajax/index.html | 10 ---------- files/zh-tw/web/guide/graphics/index.html | 17 ----------------- files/zh-tw/web/html/index.html | 2 +- files/zh-tw/web/html/reference/index.html | 2 -- files/zh-tw/web/index.html | 4 ---- files/zh-tw/web/mathml/index.html | 1 - files/zh-tw/web/performance/index.html | 2 +- files/zh-tw/web/svg/index.html | 1 - 13 files changed, 3 insertions(+), 49 deletions(-) (limited to 'files') diff --git a/files/zh-tw/glossary/localization/index.html b/files/zh-tw/glossary/localization/index.html index 01a4dec5ac..5d6144a095 100644 --- a/files/zh-tw/glossary/localization/index.html +++ b/files/zh-tw/glossary/localization/index.html @@ -37,7 +37,6 @@ translation_of: Glossary/Localization
想要翻譯套件敘述(就是擴充套件視窗中套件名稱下面的說明),你需要用特殊的 prefreence key 才能蓋掉 install.rdf 檔中原來的英文敘述。本文會教你如何修改 preference key。
-

所有文件...

其他頁面

diff --git a/files/zh-tw/glossary/xhtml/index.html b/files/zh-tw/glossary/xhtml/index.html index b07eb0c720..6a224733a5 100644 --- a/files/zh-tw/glossary/xhtml/index.html +++ b/files/zh-tw/glossary/xhtml/index.html @@ -26,5 +26,5 @@ original_slug: XHTML
  • HTML
  • Namespaces
  • -

    檢視全部...

    +

    {{ languages( { "en": "en/XHTML", "fr": "fr/XHTML", "es": "es/XHTML", "it": "it/XHTML", "ja": "ja/XHTML", "pt": "pt/XHTML", "pl": "pl/XHTML" } ) }}

    diff --git a/files/zh-tw/web/accessibility/index.html b/files/zh-tw/web/accessibility/index.html index b8ed259ecf..9e65913c6e 100644 --- a/files/zh-tw/web/accessibility/index.html +++ b/files/zh-tw/web/accessibility/index.html @@ -16,8 +16,6 @@ translation_of: Web/Accessibility

    從根本上,網路是為了在所有人面前都能運行而設計的,無論他們使用的軟硬體、語言文化、地理位置、抑或身心功能如何。當聽覺、運動、視力或認知能力障礙的人,都能訪問網路的時候,這個目標才算達成。」W3C - Accessibility

    -
    -

    重要概念

    MDN Accessibility Learning Area 涵蓋了最新的無障礙網頁教學所需:

    @@ -36,9 +34,7 @@ translation_of: Web/Accessibility
    行動無障礙網頁
    隨著行動設備訪問漸受歡迎、還有像是 iOS 與 Android 這般熱門平台,已經具備完善的輔助工具,考慮到如何在這些平台上實踐無障礙網頁,就變得十分重要。這篇文章將討論行動裝置特有的無障礙網頁相關議題。
    -
    -

    其他文件

    @@ -55,7 +51,3 @@ translation_of: Web/Accessibility
    Mobile accessibility checklist
    This document provides a concise checklist of accessibility requirements for mobile app developers.
    - -

    所有與無障礙網頁相關的文章……

    -
    -
    diff --git a/files/zh-tw/web/api/server-sent_events/index.html b/files/zh-tw/web/api/server-sent_events/index.html index bb72cb3f93..fb9baf1ee3 100644 --- a/files/zh-tw/web/api/server-sent_events/index.html +++ b/files/zh-tw/web/api/server-sent_events/index.html @@ -18,7 +18,6 @@ translation_of: Web/API/Server-sent_events
    關於客戶端的 EventSource API.
    -

    瀏覽全部...

    工具

    diff --git a/files/zh-tw/web/api/websockets_api/index.html b/files/zh-tw/web/api/websockets_api/index.html index 403ac2b381..49adb03bd0 100644 --- a/files/zh-tw/web/api/websockets_api/index.html +++ b/files/zh-tw/web/api/websockets_api/index.html @@ -31,7 +31,6 @@ original_slug: WebSockets
    處理 WebSocket 協定的伺服器端代碼書寫指引。
    -

    所有文件...

    工具

    diff --git a/files/zh-tw/web/guide/ajax/index.html b/files/zh-tw/web/guide/ajax/index.html index 8e6a49698f..1e7d284bb8 100644 --- a/files/zh-tw/web/guide/ajax/index.html +++ b/files/zh-tw/web/guide/ajax/index.html @@ -13,8 +13,6 @@ Ajax 簡介。

    雖然 X 在 Ajax 中代表 XML,但由於 JSON 的許多優點,如輕量以及其本身就是 JavaScript 的一部分等,讓現今 JSON 比起 XML 被更廣泛的使用。JSON 與 XML 兩者都被用來在 Ajax 模型中包裝資訊。

    -
    -

    文件

    @@ -54,8 +52,6 @@ Ajax 簡介。
    Other Ajax resources you may find useful.
    -

    View All...

    -

    參見

    @@ -72,9 +68,7 @@ Ajax 簡介。
    XMLHttpRequest specification
    W3C Working draft
    - -

    社群

  • A Simple XMLHTTP Interface Library
  • -

    View All...

    -

    範例