aboutsummaryrefslogtreecommitdiff
path: root/files/ja/mdn/guidelines/code_guidelines/css/index.html
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-09-16 23:44:24 +0900
committerGitHub <noreply@github.com>2021-09-16 23:44:24 +0900
commit262f7e5bb53e4b8305cd6bbba78ca70766e99a43 (patch)
treef2f22e7832af151e9006696af2d94d345b535c02 /files/ja/mdn/guidelines/code_guidelines/css/index.html
parentd41c37a5fe8badc105d5c26be0b0ba8f01d8aa00 (diff)
downloadtranslated-content-262f7e5bb53e4b8305cd6bbba78ca70766e99a43.tar.gz
translated-content-262f7e5bb53e4b8305cd6bbba78ca70766e99a43.tar.bz2
translated-content-262f7e5bb53e4b8305cd6bbba78ca70766e99a43.zip
MDN以下の文書内のリンクURLを正規化 (#2359)
- /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/mdn/guidelines/code_guidelines/css/index.html')
-rw-r--r--files/ja/mdn/guidelines/code_guidelines/css/index.html4
1 files changed, 2 insertions, 2 deletions
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;</pre>
direction | fill-mode | play-state | name */
animation: 3s ease-in 1s 2 reverse both paused slidein;</pre>
-<p>As an example, the first value that can be parsed as a {{cssxref("time", "&lt;time&gt;")}} is assigned to the {{cssxref("animation-duration")}}, and the second one is assigned to {{cssxref("animation-delay")}}. For more details, read the full <a href="/en-US/docs/Web/CSS/animation#Syntax">animation syntax</a> details.</p>
+<p>As an example, the first value that can be parsed as a {{cssxref("time", "&lt;time&gt;")}} is assigned to the {{cssxref("animation-duration")}}, and the second one is assigned to {{cssxref("animation-delay")}}. For more details, read the full <a href="/ja/docs/Web/CSS/animation#Syntax">animation syntax</a> details.</p>
<h3 id="Use_double_quotes_around_values" name="Use_double_quotes_around_values">値の周りには二重引用符を使用する</h3>
@@ -210,7 +210,7 @@ background-image: linear-gradient(to bottom, red, black);</pre>
/*CSS for really wide screens*/
}</pre>
-<p>This has many advantages, outlined in our <a href="/en-US/docs/Web/Apps/Progressive/Responsive/Mobile_first">Mobile First</a> article.</p>
+<p>This has many advantages, outlined in our <a href="/ja/docs/Web/Apps/Progressive/Responsive/Mobile_first">Mobile First</a> article.</p>
<h2 id="Selectors" name="Selectors">セレクター</h2>