aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/image-orientation
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/image-orientation
parentc1ebda663f5e7c64d8bee25e38d3c5819a6d3bba (diff)
downloadtranslated-content-490c6e5d55aaec161f3218c962f6d4ded162aaf0.tar.gz
translated-content-490c6e5d55aaec161f3218c962f6d4ded162aaf0.tar.bz2
translated-content-490c6e5d55aaec161f3218c962f6d4ded162aaf0.zip
ヘッダーの翻訳忘れを修正
Diffstat (limited to 'files/ja/web/css/image-orientation')
-rw-r--r--files/ja/web/css/image-orientation/index.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/files/ja/web/css/image-orientation/index.md b/files/ja/web/css/image-orientation/index.md
index bbb8eb4009..a144eafefb 100644
--- a/files/ja/web/css/image-orientation/index.md
+++ b/files/ja/web/css/image-orientation/index.md
@@ -57,15 +57,15 @@ image-orientation: flip; /* 回転せず、水平方向の反転のみ適用 */
{{cssxref("&lt;transform-function&gt;")}} などの他の CSS プロパティとの組み合わせで使用された場合、 `image-orientation` による回転は、常に他の変形が行われる前に適用されます。
-## Formal definition
+## 公式定義
{{cssinfo}}
-## Formal syntax
+## 形式文法
{{csssyntax}}
-## Examples
+## 例
<h3 id="Orienting_image_from_image_data">画像データから画像の向きを変更</h3>
@@ -97,15 +97,15 @@ imageOrientation.addEventListener("change", function (evt) {
{{EmbedLiveSample("Orienting_image_from_image_data", "100%", 240)}}
-## Specifications
+## 仕様書
{{Specifications}}
-## Browser compatibility
+## ブラウザーの互換性
{{Compat}}
-## See also
+## 関連情報
- その他の画像関連 CSS プロパティ: {{cssxref("object-fit")}}, {{cssxref("object-position")}}, {{cssxref("image-orientation")}}, {{cssxref("image-rendering")}}, {{cssxref("image-resolution")}}
- {{cssxref("transform")}} および {{cssxref("rotate")}}