From 467610e49e395d65777d440c63dc5ba4c54340b2 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 2 Jan 2022 19:07:55 +0900 Subject: 2021/08/13 時点の英語版に同期 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/filter_effects/index.md | 62 ++++++++++---------------------- 1 file changed, 19 insertions(+), 43 deletions(-) (limited to 'files') diff --git a/files/ja/web/css/filter_effects/index.md b/files/ja/web/css/filter_effects/index.md index ee4ac2e0cf..7bc8c4bcf3 100644 --- a/files/ja/web/css/filter_effects/index.md +++ b/files/ja/web/css/filter_effects/index.md @@ -3,63 +3,39 @@ title: フィルター効果 slug: Web/CSS/Filter_Effects tags: - CSS - - Reference - フィルター効果 + - ガイド - 概要 + - リファレンス translation_of: Web/CSS/Filter_Effects --- -
{{CSSRef}}
+{{CSSRef}} -

フィルター効果 (Filter Effects) は CSS のモジュールの一つで、要素が文書内に表示される前の処理方法を定義します。

+**フィルター効果** (Filter Effects) は CSS のモジュールの一つで、要素が文書内に表示される前の処理方法を定義します。 -

リファレンス

+## リファレンス -

プロパティ

+### プロパティ -
- -
+- {{cssxref("backdrop-filter")}} +- {{cssxref("filter")}} -

データ型

+### データ型 -
- -
+- {{cssxref("<filter-function>")}} -

仕様書

+## 仕様書 - - - - - - - - - - - - - - - -
仕様書状態備考
{{ SpecName('Filters 1.0', '#FilterProperty', 'filter') }}{{ Spec2('Filters 1.0') }}初回定義
+| 仕様書 | 状態 | 備考 | +| ---------------------------------------------------------- | -------------------------- | -------- | +| {{ SpecName('Filters 1.0', '#FilterProperty', 'filter') }} | {{ Spec2('Filters 1.0') }} | 初回定義 | -

ブラウザーの対応

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

backdrop-filter プロパティ

+### `backdrop-filter` プロパティ -
-

{{Compat("css.properties.backdrop-filter")}}

+{{Compat("css.properties.backdrop-filter")}} -

filter プロパティ

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

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

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