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 | |
parent | c1ebda663f5e7c64d8bee25e38d3c5819a6d3bba (diff) | |
download | translated-content-490c6e5d55aaec161f3218c962f6d4ded162aaf0.tar.gz translated-content-490c6e5d55aaec161f3218c962f6d4ded162aaf0.tar.bz2 translated-content-490c6e5d55aaec161f3218c962f6d4ded162aaf0.zip |
ヘッダーの翻訳忘れを修正
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/web/css/cross-fade()/index.md | 8 | ||||
-rw-r--r-- | files/ja/web/css/element()/index.md | 6 | ||||
-rw-r--r-- | files/ja/web/css/image-orientation/index.md | 12 | ||||
-rw-r--r-- | files/ja/web/css/image-rendering/index.md | 14 | ||||
-rw-r--r-- | files/ja/web/css/image-resolution/index.md | 16 | ||||
-rw-r--r-- | files/ja/web/css/image/image()/index.md | 2 | ||||
-rw-r--r-- | files/ja/web/css/object-fit/index.md | 12 | ||||
-rw-r--r-- | files/ja/web/css/object-position/index.md | 14 | ||||
-rw-r--r-- | files/ja/web/css/url()/index.md | 12 |
9 files changed, 48 insertions, 48 deletions
diff --git a/files/ja/web/css/cross-fade()/index.md b/files/ja/web/css/cross-fade()/index.md index 86e21e9c97..b654ae148f 100644 --- a/files/ja/web/css/cross-fade()/index.md +++ b/files/ja/web/css/cross-fade()/index.md @@ -123,19 +123,19 @@ cross-fade(url(white.png), url(black.png), 100%); /* 完全に白 */ } ``` -#### Result +#### 結果 {{EmbedLiveSample("Older_syntax_for_cross-fade", "330", "330")}} -## Specifications +## 仕様書 {{Specifications}} -## Browser compatibility +## ブラウザーの互換性 {{Compat}} -## See also +## 関連情報 - {{cssxref("image")}} - {{cssxref("url()")}} diff --git a/files/ja/web/css/element()/index.md b/files/ja/web/css/element()/index.md index ae781e3bf0..f790c32369 100644 --- a/files/ja/web/css/element()/index.md +++ b/files/ja/web/css/element()/index.md @@ -70,15 +70,15 @@ element(id) ![](example2.png) -## Specifications +## 仕様書 {{Specifications}} -## Browser compatibility +## ブラウザーの互換性 {{Compat}} -## See also +## 関連情報 - {{cssxref("image/image()", "image()")}} - {{cssxref("image/image-set()", "image-set()")}} 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("<transform-function>")}} などの他の 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")}} diff --git a/files/ja/web/css/image-rendering/index.md b/files/ja/web/css/image-rendering/index.md index d4bfadd6ac..df2637afc3 100644 --- a/files/ja/web/css/image-rendering/index.md +++ b/files/ja/web/css/image-rendering/index.md @@ -49,15 +49,15 @@ image-rendering: unset; > **Note:** `optimizeQuality` および `optimizeSpeed` の値は、初期の草稿で (SVG の仕様 {{SVGAttr("image-rendering")}} に似たものとして) `smooth` および `pixelated` の同義語として定義されていました。 -## Formal definition +## 公式定義 {{cssinfo}} -## Formal syntax +## 形式文法 {{csssyntax}} -## Examples +## 例 <h3 id="Setting_image_scaling_algorithms">画像の拡大縮小アルゴリズムの設定</h3> @@ -95,15 +95,15 @@ img { } ``` -#### Result +#### 結果 {{EmbedLiveSample('Setting_image_scaling_algorithms')}} -## Specifications +## 仕様書 {{Specifications}} -## Browser compatibility +## ブラウザーの互換性 {{Compat}} @@ -111,6 +111,6 @@ img { > > Chromium と Safari (WebKit) での動作については、 [`GetInterpolationQuality`](https://cs.chromium.org/chromium/src/third_party/blink/renderer/core/style/computed_style.cc?type=cs&q=GetInterpolationQuality&g=0&l=1160) 関数と [`CSSPrimitiveValue::operator ImageRendering()`](https://github.com/WebKit/webkit/blob/9b169b6c85394d94f172e5d75ca2f6c74830e99c/Source/WebCore/css/CSSPrimitiveValueMappings.h#L4324) をそれぞれ参照してください。 -## See also +## 関連情報 - その他の画像に関する CSS プロパティ: {{cssxref("object-fit")}}, {{cssxref("object-position")}}, {{cssxref("image-orientation")}}, {{cssxref("image-rendering")}}, {{cssxref("image-resolution")}} 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). diff --git a/files/ja/web/css/image/image()/index.md b/files/ja/web/css/image/image()/index.md index 096eb8b87f..0463f6e6c1 100644 --- a/files/ja/web/css/image/image()/index.md +++ b/files/ja/web/css/image/image()/index.md @@ -143,7 +143,7 @@ ul { {{Compat}} -## See also +## 関連情報 - {{CSSxRef("<image>")}} - {{CSSxRef("element()")}} 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")}} 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")}} diff --git a/files/ja/web/css/url()/index.md b/files/ja/web/css/url()/index.md index 7bf8df75de..03e2749ad5 100644 --- a/files/ja/web/css/url()/index.md +++ b/files/ja/web/css/url()/index.md @@ -62,9 +62,9 @@ content: url(star.svg) url(star.svg) url(star.svg) url(star.svg) url(star.svg); **`url()`** 関数は {{cssxref('background')}}, {{cssxref('background-image')}}, {{cssxref('border')}}, {{cssxref('border-image')}}, {{cssxref('border-image-source')}}, {{cssxref('content')}}, {{cssxref('cursor')}}, {{cssxref('filter')}}, {{cssxref('list-style')}}, {{cssxref('list-style-image')}}, {{cssxref('mask')}}, {{cssxref('mask-image')}}, {{cssxref('offset-path')}}, [@font-face](/ja/docs/Web/CSS/@font-face) ブロック内での [src](/ja/docs/Web/CSS/@font-face/src), [@counter-style/symbol](/ja/docs/Web/CSS/@counter-style/symbols) の値として使用することができます。 -## Syntax +## 構文 -### Values +### 値 - `<string>` @@ -128,7 +128,7 @@ li::after { } ``` -#### Result +#### 結果 {{EmbedLiveSample("Usage_in_the_content_property", "100%", 110)}} @@ -174,15 +174,15 @@ URL がフィルターへのパスとして使用される場合、 URL は以 filter: url(#svg-blur); /* HTML ページに埋め込まれた SVG の ID */ } -## Specifications +## 仕様書 {{Specifications}} -## Browser compatibility +## ブラウザーの互換性 {{Compat}} -## See also +## 関連情報 - {{cssxref("<gradient>")}} - {{cssxref("element()")}} |