From 490c6e5d55aaec161f3218c962f6d4ded162aaf0 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 17 Oct 2021 22:17:49 +0900 Subject: ヘッダーの翻訳忘れを修正 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/object-position/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'files/ja/web/css/object-position') 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 +## 例

画像の内容の配置を設定

@@ -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")}} -- cgit v1.2.3-54-g00ecf