aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/grid_areas/index.html
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-09-14 11:04:18 +0900
committerGitHub <noreply@github.com>2021-09-14 11:04:18 +0900
commitbce43c8c14df736ba41f00bf7dec5627421fa66b (patch)
tree41f22bd6f6b4954dd8e72e2cc219bd4dced09eb0 /files/ja/glossary/grid_areas/index.html
parentec7e93e64a34705de7dc374c6890298bc267c5b6 (diff)
downloadtranslated-content-bce43c8c14df736ba41f00bf7dec5627421fa66b.tar.gz
translated-content-bce43c8c14df736ba41f00bf7dec5627421fa66b.tar.bz2
translated-content-bce43c8c14df736ba41f00bf7dec5627421fa66b.zip
Glossary以下の文書内のリンクURLを正規化 (#2353)
- /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/glossary/grid_areas/index.html')
-rw-r--r--files/ja/glossary/grid_areas/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ja/glossary/grid_areas/index.html b/files/ja/glossary/grid_areas/index.html
index 90913c78a8..f8407cd0ab 100644
--- a/files/ja/glossary/grid_areas/index.html
+++ b/files/ja/glossary/grid_areas/index.html
@@ -5,7 +5,7 @@ tags:
- CSS Grids
translation_of: Glossary/Grid_Areas
---
-<p><strong>グリッドエリア</strong>はグリッド上で一つ以上の {{glossary("grid cell", "グリッドセル")}} からなる長方形の領域です。グリッドエリアは <a href="/en-US/docs/Web/CSS/CSS_Grid_Layout/Line-based_Placement_with_CSS_Grid">ライン指定による配置</a> や <a href="/en-US/docs/Web/CSS/CSS_Grid_Layout/Grid_Template_Areas">名前付きグリッドエリア</a>でエリアを定義すると作成されます。</p>
+<p><strong>グリッドエリア</strong>はグリッド上で一つ以上の {{glossary("grid cell", "グリッドセル")}} からなる長方形の領域です。グリッドエリアは <a href="/ja/docs/Web/CSS/CSS_Grid_Layout/Line-based_Placement_with_CSS_Grid">ライン指定による配置</a> や <a href="/ja/docs/Web/CSS/CSS_Grid_Layout/Grid_Template_Areas">名前付きグリッドエリア</a>でエリアを定義すると作成されます。</p>
<p><img alt="Image showing a highlighted grid area" src="https://mdn.mozillademos.org/files/14771/1_Grid_Area.png" style="height: 253px; width: 380px;"></p>
@@ -74,7 +74,7 @@ translation_of: Glossary/Grid_Areas
<h3 id="さらに詳しい説明">さらに詳しい説明</h3>
<ul>
- <li>CSS グリッドレイアウトガイド: <em><a href="/en-US/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout">グリッドレイアウトの基本コンセプト</a></em></li>
- <li>CSS グリッドレイアウトガイド: <em><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Grid_Template_Areas">グリッドテンプレートエリア</a></em></li>
+ <li>CSS グリッドレイアウトガイド: <em><a href="/ja/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout">グリッドレイアウトの基本コンセプト</a></em></li>
+ <li>CSS グリッドレイアウトガイド: <em><a href="/ja/docs/Web/CSS/CSS_Grid_Layout/Grid_Template_Areas">グリッドテンプレートエリア</a></em></li>
<li><a href="https://drafts.csswg.org/css-grid/#grid-area-concept">CSS グリッドレイアウト仕様に於けるグリッドエリアの定義</a></li>
</ul>