From 262f7e5bb53e4b8305cd6bbba78ca70766e99a43 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 16 Sep 2021 23:44:24 +0900 Subject: MDN以下の文書内のリンクURLを正規化 (#2359) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/mdn/guidelines/code_guidelines/css/index.html | 4 ++-- files/ja/mdn/guidelines/code_guidelines/html/index.html | 2 +- files/ja/mdn/guidelines/code_guidelines/index.html | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'files/ja/mdn/guidelines/code_guidelines') diff --git a/files/ja/mdn/guidelines/code_guidelines/css/index.html b/files/ja/mdn/guidelines/code_guidelines/css/index.html index 4f4449ba5c..c237604255 100644 --- a/files/ja/mdn/guidelines/code_guidelines/css/index.html +++ b/files/ja/mdn/guidelines/code_guidelines/css/index.html @@ -139,7 +139,7 @@ font-family: sans-serif; direction | fill-mode | play-state | name */ animation: 3s ease-in 1s 2 reverse both paused slidein; -

As an example, the first value that can be parsed as a {{cssxref("time", "<time>")}} is assigned to the {{cssxref("animation-duration")}}, and the second one is assigned to {{cssxref("animation-delay")}}. For more details, read the full animation syntax details.

+

As an example, the first value that can be parsed as a {{cssxref("time", "<time>")}} is assigned to the {{cssxref("animation-duration")}}, and the second one is assigned to {{cssxref("animation-delay")}}. For more details, read the full animation syntax details.

値の周りには二重引用符を使用する

@@ -210,7 +210,7 @@ background-image: linear-gradient(to bottom, red, black); /*CSS for really wide screens*/ } -

This has many advantages, outlined in our Mobile First article.

+

This has many advantages, outlined in our Mobile First article.

セレクター

diff --git a/files/ja/mdn/guidelines/code_guidelines/html/index.html b/files/ja/mdn/guidelines/code_guidelines/html/index.html index 167160be4b..e674d8ca22 100644 --- a/files/ja/mdn/guidelines/code_guidelines/html/index.html +++ b/files/ja/mdn/guidelines/code_guidelines/html/index.html @@ -27,7 +27,7 @@ translation_of: MDN/Guidelines/Code_guidelines/HTML
  • 一般的なマークアップコーディングスタイル