From 0fade6a001e0275bd20326c6ac6e04a759bb8cd0 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 9 Nov 2021 23:39:03 +0900 Subject: CSS Masking の文書を変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/css_masking/index.html | 75 --------------------------------- files/ja/web/css/css_masking/index.md | 75 +++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+), 75 deletions(-) delete mode 100644 files/ja/web/css/css_masking/index.html create mode 100644 files/ja/web/css/css_masking/index.md (limited to 'files/ja/web/css/css_masking') diff --git a/files/ja/web/css/css_masking/index.html b/files/ja/web/css/css_masking/index.html deleted file mode 100644 index 39b0d5dfa6..0000000000 --- a/files/ja/web/css/css_masking/index.html +++ /dev/null @@ -1,75 +0,0 @@ ---- -title: CSS マスク -slug: Web/CSS/CSS_Masking -tags: - - CSS - - CSS マスク - - Overview - - Reference - - 概要 -translation_of: Web/CSS/CSS_Masking ---- -
{{CSSRef}}
- -

CSS マスク (CSS Masking) CSS のモジュールの一つで、マスク、クリップを含め、可視要素の一部または全部のを隠すための方法を定義します。

- -

リファレンス

- -

プロパティ

- -
- -
- -

仕様書

- - - - - - - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName("CSS Masks")}}{{Spec2("CSS Masks")}} 
{{SpecName('SVG1.1', 'masking.html#MaskProperty', 'mask')}}{{Spec2('SVG1.1')}}初回定義
- -

ブラウザーの対応

- -

mask プロパティ

- -
-

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

-
diff --git a/files/ja/web/css/css_masking/index.md b/files/ja/web/css/css_masking/index.md new file mode 100644 index 0000000000..39b0d5dfa6 --- /dev/null +++ b/files/ja/web/css/css_masking/index.md @@ -0,0 +1,75 @@ +--- +title: CSS マスク +slug: Web/CSS/CSS_Masking +tags: + - CSS + - CSS マスク + - Overview + - Reference + - 概要 +translation_of: Web/CSS/CSS_Masking +--- +
{{CSSRef}}
+ +

CSS マスク (CSS Masking) CSS のモジュールの一つで、マスク、クリップを含め、可視要素の一部または全部のを隠すための方法を定義します。

+ +

リファレンス

+ +

プロパティ

+ +
+ +
+ +

仕様書

+ + + + + + + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName("CSS Masks")}}{{Spec2("CSS Masks")}} 
{{SpecName('SVG1.1', 'masking.html#MaskProperty', 'mask')}}{{Spec2('SVG1.1')}}初回定義
+ +

ブラウザーの対応

+ +

mask プロパティ

+ +
+

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

+
-- cgit v1.2.3-54-g00ecf