aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/object-fit
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-fit
parentc1ebda663f5e7c64d8bee25e38d3c5819a6d3bba (diff)
downloadtranslated-content-490c6e5d55aaec161f3218c962f6d4ded162aaf0.tar.gz
translated-content-490c6e5d55aaec161f3218c962f6d4ded162aaf0.tar.bz2
translated-content-490c6e5d55aaec161f3218c962f6d4ded162aaf0.zip
ヘッダーの翻訳忘れを修正
Diffstat (limited to 'files/ja/web/css/object-fit')
-rw-r--r--files/ja/web/css/object-fit/index.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/files/ja/web/css/object-fit/index.md b/files/ja/web/css/object-fit/index.md
index 81c6393a75..d544d45920 100644
--- a/files/ja/web/css/object-fit/index.md
+++ b/files/ja/web/css/object-fit/index.md
@@ -53,11 +53,11 @@ object-fit: unset;
- `scale-down`
- : コンテンツは `none` または `contain` を指定したかのようにサイズが決められ、オブジェクトの実際のサイズが小さいほうを採用します。
-## Formal definition
+## 公式定義
{{cssinfo}}
-## Formal syntax
+## 形式文法
{{csssyntax}}
@@ -138,19 +138,19 @@ img {
}
```
-#### Result
+#### 結果
{{ EmbedLiveSample('Setting_object-fit_for_an_image', 500, 1100) }}
-## Specifications
+## 仕様書
{{Specifications}}
-## Browser compatibility
+## ブラウザーの互換性
{{Compat}}
-## See also
+## 関連情報
- その他の画像関連 CSS プロパティ: {{cssxref("object-position")}}, {{cssxref("image-orientation")}}, {{cssxref("image-rendering")}}, {{cssxref("image-resolution")}}
- {{cssxref("background-size")}}