From 4c212053deaca3391b1d0be8a0a3bcde7a560aa8 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 6 Nov 2021 11:17:40 +0900 Subject: 合成と混合の各文書を更新 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2021/11/05 時点の英語版に同期 --- files/ja/web/css/compositing_and_blending/index.md | 70 +++++++--------------- 1 file changed, 22 insertions(+), 48 deletions(-) (limited to 'files/ja/web/css/compositing_and_blending/index.md') diff --git a/files/ja/web/css/compositing_and_blending/index.md b/files/ja/web/css/compositing_and_blending/index.md index 42cf85122a..3b7a0a610d 100644 --- a/files/ja/web/css/compositing_and_blending/index.md +++ b/files/ja/web/css/compositing_and_blending/index.md @@ -3,70 +3,44 @@ title: 合成と混合 slug: Web/CSS/Compositing_and_Blending tags: - CSS - - リファレンス - 合成と混合 + - ガイド - 概要 + - リファレンス translation_of: Web/CSS/Compositing_and_Blending --- -
{{CSSRef}}
+{{CSSRef}} -

合成と混合 (Compositing and Blending) は CSS モジュールの一つで、様々な要素のシェイプを単一の画像に合成する方法を定義します。

+**合成と混合** (Compositing and Blending) は CSS モジュールの一つで、様々な要素のシェイプを単一の画像に合成する方法を定義します。 -

リファレンス

+## リファレンス -

プロパティ

+### プロパティ -
- -
+- {{cssxref("background-blend-mode")}} +- {{cssxref("isolation")}} +- {{cssxref("mix-blend-mode")}} -

データ型

+### データ型 -
- -
+- {{cssxref("<blend-mode>")}} -

仕様書

+## 仕様書 - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("Compositing")}}{{Spec2("Compositing")}}初回定義
+| 仕様書 | 状態 | 備考 | +| --------------------------- | ------------------------ | -------- | +| {{SpecName("Compositing")}} | {{Spec2("Compositing")}} | 初回定義 | -

ブラウザーの対応

+## ブラウザーの互換性 -

background-blend-mode プロパティ

+### `background-blend-mode` プロパティ -
-

{{Compat("css.properties.background-blend-mode")}}

-
+{{Compat("css.properties.background-blend-mode")}} -

isolation プロパティ

+### `isolation` プロパティ -
-

{{Compat("css.properties.isolation")}}

-
+{{Compat("css.properties.isolation")}} -

mix-blend-mode プロパティ

+### `mix-blend-mode` プロパティ -
-

{{Compat("css.properties.mix-blend-mode")}}

-
+{{Compat("css.properties.mix-blend-mode")}} -- cgit v1.2.3-54-g00ecf