From 97065b2e68dd8768dc1ea092c893c57ebe205026 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 25 Feb 2021 08:31:36 -0500 Subject: use class="hidden" not style="display:none" --- .../index.html | 2 +- .../css/styling_text/styling_lists/index.html | 2 +- files/ja/learn/html/howto/index.html | 2 +- .../first_steps/client-server_overview/index.html | 2 +- .../your_own_automation_environment/index.html | 4 ++-- .../webextensions/api/tabs/create/index.html | 2 +- .../webextensions/content_scripts/index.html | 2 +- .../interact_with_the_clipboard/index.html | 4 ++-- .../webextensions/user_interface/popups/index.html | 2 +- .../developer_guide/svg_guidelines/index.html | 3 +-- .../api/canvasrenderingcontext2d/arc/index.html | 4 ++-- .../canvasrenderingcontext2d/clearrect/index.html | 2 +- .../drawfocusifneeded/index.html | 2 +- .../canvasrenderingcontext2d/fillrect/index.html | 2 +- .../canvasrenderingcontext2d/filltext/index.html | 2 +- .../api/canvasrenderingcontext2d/lineto/index.html | 2 +- .../api/canvasrenderingcontext2d/rect/index.html | 2 +- .../api/canvasrenderingcontext2d/stroke/index.html | 2 +- .../canvasrenderingcontext2d/stroketext/index.html | 2 +- files/ja/web/api/htmltableelement/index.html | 2 +- files/ja/web/api/keyboardevent/keycode/index.html | 2 +- files/ja/web/api/trackevent/index.html | 2 +- files/ja/web/api/xrreferencespace/index.html | 2 +- .../web/css/border-bottom-left-radius/index.html | 10 ++++----- .../web/css/border-bottom-right-radius/index.html | 10 ++++----- .../ja/web/css/border-top-right-radius/index.html | 2 +- .../border-image_generator/index.html | 2 +- .../border-radius_generator/index.html | 2 +- .../css/css_colors/color_picker_tool/index.html | 2 +- .../using_css_transitions/index.html | 24 +++++++++++----------- files/ja/web/css/filter/index.html | 22 ++++++++++---------- files/ja/web/css/text-decoration-style/index.html | 2 +- files/ja/web/css/transition-delay/index.html | 8 ++++---- files/ja/web/css/transition-duration/index.html | 8 ++++---- .../web/css/using_css_custom_properties/index.html | 2 +- files/ja/web/html/element/input/number/index.html | 3 +-- .../understanding_the_text_format/index.html | 2 +- 37 files changed, 75 insertions(+), 77 deletions(-) (limited to 'files/ja') diff --git a/files/ja/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html b/files/ja/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html index 4c3499402f..57245cc7a3 100644 --- a/files/ja/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html +++ b/files/ja/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html @@ -58,7 +58,7 @@ translation_of: Learn/Common_questions/Checking_that_your_web_site_is_working_pr

サーバは、リクエストを受信するたびにステータスメッセージで応答します。最も一般的なステータスは次のとおりです。

-
200: OK
+
200: OK
求めているリソースが配信されました。
301: Moved permanently
リソースは新しい場所に移動しました。あなたのブラウザでこれをあまり見ないでしょう、しかし検索エンジンがインデックスを更新するのにこの情報をたくさん使うので "301" について知るのは良いことです。
diff --git a/files/ja/learn/css/styling_text/styling_lists/index.html b/files/ja/learn/css/styling_text/styling_lists/index.html index 0690271d64..3d4617b15b 100644 --- a/files/ja/learn/css/styling_text/styling_lists/index.html +++ b/files/ja/learn/css/styling_text/styling_lists/index.html @@ -131,7 +131,7 @@ dd {
  • 規則1はサイト全体のフォントと 10px の基準フォントサイズを設定します。 これらはページ上のすべてのものに継承されます。
  • 規則2と3では、見出し、さまざまなリストの種類(リスト要素の子はこれらを継承)、および段落に相対フォントサイズを設定します。 つまり、各段落とリストのフォントサイズ、上下の間隔は同じになり、バーティカルリズムを一定に保つのに役立ちます。
  • 規則4では、段落とリスト項目に同じ {{cssxref("line-height")}} を設定しているため、段落と各個々のリスト項目のラインの間隔は同じになります。 これは、バーティカルリズムを一定に保つのにも役立ちます。
  • -
  • 説明リストには規則5と6が適用されます。 説明リストの用語と説明には、段落とリスト項目の場合と同じ line-height を設定します。 繰り返しますが、一貫性があることは良いことです! また、説明する用語は太字にして、視覚的に目立つようにしています。
  • +
  • 説明リストには規則5と6が適用されます。 説明リストの用語と説明には、段落とリスト項目の場合と同じ line-height を設定します。 繰り返しますが、一貫性があることは良いことです! また、説明する用語は太字にして、視覚的に目立つようにしています。
  • リスト固有の装飾

    diff --git a/files/ja/learn/html/howto/index.html b/files/ja/learn/html/howto/index.html index a7e7f54478..43d6b5bf8b 100644 --- a/files/ja/learn/html/howto/index.html +++ b/files/ja/learn/html/howto/index.html @@ -138,4 +138,4 @@ translation_of: Learn/HTML/Howto -

      

    +

    diff --git a/files/ja/learn/server-side/first_steps/client-server_overview/index.html b/files/ja/learn/server-side/first_steps/client-server_overview/index.html index a99e34eff0..188c3e1713 100644 --- a/files/ja/learn/server-side/first_steps/client-server_overview/index.html +++ b/files/ja/learn/server-side/first_steps/client-server_overview/index.html @@ -54,7 +54,7 @@ translation_of: Learn/Server-side/First_steps/Client-Server_overview diff --git a/files/ja/learn/tools_and_testing/cross_browser_testing/your_own_automation_environment/index.html b/files/ja/learn/tools_and_testing/cross_browser_testing/your_own_automation_environment/index.html index ffdd4984a0..06f93804ce 100644 --- a/files/ja/learn/tools_and_testing/cross_browser_testing/your_own_automation_environment/index.html +++ b/files/ja/learn/tools_and_testing/cross_browser_testing/your_own_automation_environment/index.html @@ -675,9 +675,9 @@ driver.quit(); - + -