diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-10-17 22:17:49 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-10-25 23:29:36 +0900 |
commit | 490c6e5d55aaec161f3218c962f6d4ded162aaf0 (patch) | |
tree | dd0f89ee5c92b1512f74c4c4b210869fc0d8cb7c /files/ja/web/css/image-resolution | |
parent | c1ebda663f5e7c64d8bee25e38d3c5819a6d3bba (diff) | |
download | translated-content-490c6e5d55aaec161f3218c962f6d4ded162aaf0.tar.gz translated-content-490c6e5d55aaec161f3218c962f6d4ded162aaf0.tar.bz2 translated-content-490c6e5d55aaec161f3218c962f6d4ded162aaf0.zip |
ヘッダーの翻訳忘れを修正
Diffstat (limited to 'files/ja/web/css/image-resolution')
-rw-r--r-- | files/ja/web/css/image-resolution/index.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/files/ja/web/css/image-resolution/index.md b/files/ja/web/css/image-resolution/index.md index 2ca8ba9fc4..81a98fa021 100644 --- a/files/ja/web/css/image-resolution/index.md +++ b/files/ja/web/css/image-resolution/index.md @@ -17,7 +17,7 @@ translation_of: Web/CSS/image-resolution 画像の解像度は、単位の長さあたりの画像ピクセル数として定義されています (例: 1 インチあたりのピクセル数)。既定では、CSS は CSS ピクセル単位に 1 つの画像ピクセルの解像度を想定していますが、`image-resolution` プロパティを使用することで、異なる解像度を指定することができます。 -## Syntax +## 構文 ```css image-resolution: from-image; @@ -32,7 +32,7 @@ image-resolution: revert; image-resolution: unset; ``` -### Values +### 値 - `{{cssxref("<resolution>")}}` - : 内在解像度を明示的に指定します。 @@ -43,15 +43,15 @@ image-resolution: unset; > **Note:** SVG などのベクター形式は内在解像度を持たないので、このプロパティはベクター画像には影響しません。 -## Formal definition +## 公式定義 {{cssinfo}} -## Formal syntax +## 形式文法 {{csssyntax}} -## Examples +## 例 ### 印刷用に高い dpi を設定 @@ -75,15 +75,15 @@ image-resolution: unset; } ``` -## Specifications +## 仕様書 {{Specifications}} -## Browser compatibility +## ブラウザーの互換性 {{Compat}} -## See also +## 関連情報 - その他の画像に関する CSS プロパティ: {{cssxref("object-fit")}}, {{cssxref("object-position")}}, {{cssxref("image-orientation")}}, {{cssxref("image-rendering")}}. - [Chromium bug: 1086473](https://bugs.chromium.org/p/chromium/issues/detail?id=1086473). |