From 0ebca76045eb3c81d92bd4820bac5e2b3dc27aae Mon Sep 17 00:00:00 2001 From: allo Date: Tue, 31 May 2022 14:06:55 +0800 Subject: [PATCH 1/2] clean up all `

`, `

` and `
` tag --- .../bounce_off_the_walls/index.html | 4 +- files/zh-tw/glossary/adobe_flash/index.html | 2 +- .../glossary/browsing_context/index.html | 2 +- .../glossary/callback_function/index.html | 2 +- files/zh-tw/glossary/dos_attack/index.html | 4 +- files/zh-tw/glossary/firefox_os/index.html | 2 +- files/zh-tw/glossary/keyword/index.html | 2 +- files/zh-tw/glossary/mathml/index.html | 2 +- files/zh-tw/glossary/opera_browser/index.html | 2 +- files/zh-tw/glossary/protocol/index.html | 2 +- files/zh-tw/glossary/sql_injection/index.html | 2 +- .../javascript_basics/index.html | 2 +- .../building_blocks/looping_code/index.html | 18 +-- .../useful_string_methods/index.html | 2 +- .../django/authentication/index.html | 2 +- .../django/development_environment/index.html | 26 ++--- .../server-side/django/models/index.html | 52 ++++----- .../django/skeleton_website/index.html | 54 ++++----- .../express_nodejs/deployment/index.html | 2 +- .../express_nodejs/mongoose/index.html | 110 +++++++++--------- .../express_nodejs/routes/index.html | 80 ++++++------- .../anatomy_of_a_webextension/index.html | 4 +- .../api/storage/storagearea/get/index.html | 2 +- .../webextensions/user_interface/index.html | 2 +- .../tutorial/basic_usage/index.html | 46 ++++---- .../tutorial/drawing_shapes/index.html | 2 +- .../tutorial/using_images/index.html | 16 +-- files/zh-tw/web/api/cssstylesheet/index.html | 8 +- .../getelementsbyclassname/index.html | 2 +- .../web/api/document/keyup_event/index.html | 24 ++-- files/zh-tw/web/api/dragevent/index.html | 4 +- .../web/api/element/scrollheight/index.html | 4 +- .../web/api/element/scrolltop/index.html | 4 +- .../api/element/touchcancel_event/index.html | 24 ++-- .../drag_operations/index.html | 2 +- .../web/api/html_drag_and_drop_api/index.html | 4 +- .../htmlformelement/submit_event/index.html | 24 ++-- .../zh-tw/web/api/htmlinputelement/index.html | 2 +- .../htmlmediaelement/abort_event/index.html | 24 ++-- .../ratechange_event/index.html | 24 ++-- files/zh-tw/web/api/mouseevent/index.html | 2 +- files/zh-tw/web/api/node/clonenode/index.html | 2 +- .../window/domcontentloaded_event/index.html | 24 ++-- .../web/api/window/load_event/index.html | 24 ++-- files/zh-tw/web/api/xmlhttprequest/index.html | 24 ++-- .../index.html | 2 +- .../web/css/_colon_first-of-type/index.html | 6 +- files/zh-tw/web/css/border/index.html | 6 +- .../understanding_z_index/index.html | 2 +- files/zh-tw/web/css/grid-row/index.html | 2 +- .../web/css/grid-template-columns/index.html | 8 +- files/zh-tw/web/css/grid-template/index.html | 6 +- files/zh-tw/web/css/syntax/index.html | 2 +- files/zh-tw/web/css/transform/index.html | 4 +- .../css/transition-timing-function/index.html | 2 +- files/zh-tw/web/css/width/index.html | 2 +- files/zh-tw/web/html/element/br/index.html | 2 +- files/zh-tw/web/html/element/code/index.html | 2 +- .../zh-tw/web/html/element/picture/index.html | 2 +- .../zh-tw/web/html/element/summary/index.html | 2 +- .../global_attributes/data-_star_/index.html | 4 +- .../web/html/global_attributes/index.html | 44 +++---- files/zh-tw/web/html/index.html | 56 ++++----- .../http/basics_of_http/mime_types/index.html | 2 +- files/zh-tw/web/http/cookies/index.html | 2 +- .../global_objects/array/flat/index.html | 2 +- .../global_objects/object/freeze/index.html | 4 +- .../global_objects/string/index.html | 4 +- files/zh-tw/web/mathml/authoring/index.html | 4 +- .../web/media/formats/containers/index.html | 2 +- .../security/insecure_passwords/index.html | 10 +- 71 files changed, 428 insertions(+), 428 deletions(-) diff --git a/files/zh-tw/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html b/files/zh-tw/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html index ca0792e4f7a46c..535848db2c66ba 100644 --- a/files/zh-tw/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html +++ b/files/zh-tw/games/tutorials/2d_breakout_game_pure_javascript/bounce_off_the_walls/index.html @@ -33,9 +33,9 @@

如果球位置的Y值低於零,改變Y軸上的運動的方向,通過設置它等於本身,扭轉。如果球是向上移動的速度為每幀的2個像素,現在它將移動“了”的速度為- 2像素,這實際上等於在每幀的2個像素的速度向下移動。

+

如果球位置的Y值低於零,改變Y軸上的運動的方向,通過設置它等於本身,扭轉。如果球是向上移動的速度為每幀的2個像素,現在它將移動“了”的速度為- 2像素,這實際上等於在每幀的2個像素的速度向下移動。

-

上面的代碼將處理球反彈的頂部邊緣,所以現在讓我們想想下邊緣:

+

上面的代碼將處理球反彈的頂部邊緣,所以現在讓我們想想下邊緣:

if(y + dy > canvas.height) {
     dy = -dy;
diff --git a/files/zh-tw/glossary/adobe_flash/index.html b/files/zh-tw/glossary/adobe_flash/index.html
index 3fcfabd1406b45..57b379f838003e 100644
--- a/files/zh-tw/glossary/adobe_flash/index.html
+++ b/files/zh-tw/glossary/adobe_flash/index.html
@@ -7,7 +7,7 @@
   - 過時技術
 translation_of: Glossary/Adobe_Flash
 ---
-

Flash 是一個由 Adobe 開發的過時網路技術。它能展現出富有表現力的 Web 程式、向量圖形、還有各種多媒體。Adobe Flash 需要在{{Glossary("瀏覽器")}}安裝相對應的擴充套件後才能使用。

+

Flash 是一個由 Adobe 開發的過時網路技術。它能展現出富有表現力的 Web 程式、向量圖形、還有各種多媒體。Adobe Flash 需要在{{Glossary("瀏覽器")}}安裝相對應的擴充套件後才能使用。