aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-02 19:07:55 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-09 12:38:24 +0900
commit467610e49e395d65777d440c63dc5ba4c54340b2 (patch)
tree63d42ae1045b017d97d0c732050d4e9f0f55ce6d /files
parent42d2053fc23495385e0247a42c120a72ed2966f9 (diff)
downloadtranslated-content-467610e49e395d65777d440c63dc5ba4c54340b2.tar.gz
translated-content-467610e49e395d65777d440c63dc5ba4c54340b2.tar.bz2
translated-content-467610e49e395d65777d440c63dc5ba4c54340b2.zip
2021/08/13 時点の英語版に同期
Diffstat (limited to 'files')
-rw-r--r--files/ja/web/css/filter_effects/index.md62
1 files changed, 19 insertions, 43 deletions
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
---
-<div>{{CSSRef}}</div>
+{{CSSRef}}
-<p><ruby><strong>フィルター効果</strong><rp> (</rp><rt>Filter Effects</rt><rp>) </rp></ruby>は CSS のモジュールの一つで、要素が文書内に表示される前の処理方法を定義します。</p>
+**フィルター効果** (Filter Effects) は CSS のモジュールの一つで、要素が文書内に表示される前の処理方法を定義します。
-<h2 id="Reference" name="Reference">リファレンス</h2>
+## リファレンス
-<h3 id="Properties" name="Properties">プロパティ</h3>
+### プロパティ
-<div class="index">
-<ul>
- <li>{{cssxref("backdrop-filter")}}</li>
- <li>{{cssxref("filter")}}</li>
-</ul>
-</div>
+- {{cssxref("backdrop-filter")}}
+- {{cssxref("filter")}}
-<h3 id="Data_types" name="Data_types">データ型</h3>
+### データ型
-<div class="index">
-<ul>
- <li>{{cssxref("&lt;filter-function&gt;")}}</li>
-</ul>
-</div>
+- {{cssxref("&lt;filter-function&gt;")}}
-<h2 id="Specifications" name="Specifications">仕様書</h2>
+## 仕様書
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">仕様書</th>
- <th scope="col">状態</th>
- <th scope="col">備考</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{ SpecName('Filters 1.0', '#FilterProperty', 'filter') }}</td>
- <td>{{ Spec2('Filters 1.0') }}</td>
- <td>初回定義</td>
- </tr>
- </tbody>
-</table>
+| 仕様書 | 状態 | 備考 |
+| ---------------------------------------------------------- | -------------------------- | -------- |
+| {{ SpecName('Filters 1.0', '#FilterProperty', 'filter') }} | {{ Spec2('Filters 1.0') }} | 初回定義 |
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2>
+## ブラウザーの互換性
-<h3 id="backdrop-filter_プロパティ"><code>backdrop-filter</code> プロパティ</h3>
+### `backdrop-filter` プロパティ
-<div>
-<p>{{Compat("css.properties.backdrop-filter")}}</p>
+{{Compat("css.properties.backdrop-filter")}}
-<h3 id="filter_プロパティ"><code>filter</code> プロパティ</h3>
+### `filter` プロパティ
-<div>
-<p>{{Compat("css.properties.filter")}}</p>
-</div>
-</div>
+{{Compat("css.properties.filter")}}