aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/object-position
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-10-17 22:17:49 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2021-10-25 23:29:36 +0900
commit490c6e5d55aaec161f3218c962f6d4ded162aaf0 (patch)
treedd0f89ee5c92b1512f74c4c4b210869fc0d8cb7c /files/ja/web/css/object-position
parentc1ebda663f5e7c64d8bee25e38d3c5819a6d3bba (diff)
downloadtranslated-content-490c6e5d55aaec161f3218c962f6d4ded162aaf0.tar.gz
translated-content-490c6e5d55aaec161f3218c962f6d4ded162aaf0.tar.bz2
translated-content-490c6e5d55aaec161f3218c962f6d4ded162aaf0.zip
ヘッダーの翻訳忘れを修正
Diffstat (limited to 'files/ja/web/css/object-position')
-rw-r--r--files/ja/web/css/object-position/index.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/files/ja/web/css/object-position/index.md b/files/ja/web/css/object-position/index.md
index 51d6f63a95..77d7f60034 100644
--- a/files/ja/web/css/object-position/index.md
+++ b/files/ja/web/css/object-position/index.md
@@ -44,15 +44,15 @@ object-position: unset;
> **Note:** 置換要素がボックス外にはみ出る位置も指定できます。
-## Formal definition
+## 公式定義
{{cssinfo}}
-## Formal syntax
+## 形式文法
{{csssyntax}}
-## Examples
+## 例
<h3 id="Positioning_image_content">画像の内容の配置を設定</h3>
@@ -90,18 +90,18 @@ img {
1 枚目の画像は、その左端が要素のボックスの左端から 10 ピクセルはみ出して配置されています。2 番目の画像は、その右端が要素のボックスの右端と同じ位置にあり、要素のボックスの高さの 10% の位置にあります。
-#### Result
+#### 結果
{{ EmbedLiveSample('Positioning_image_content', '100%','600px') }}
-## Specifications
+## 仕様書
{{Specifications}}
-## Browser compatibility
+## ブラウザーの互換性
{{Compat}}
-## See also
+## 関連情報
- その他の画像関連 CSS プロパティ: {{cssxref("object-fit")}}, {{cssxref("image-orientation")}}, {{cssxref("image-rendering")}}, {{cssxref("image-resolution")}}