diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-11-10 02:36:52 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-11-20 22:35:37 +0900 |
commit | b6ef6d47830a2e326211e670174fe1955ad31fa7 (patch) | |
tree | 8f25d8d47ae30ddfb8beb325f0b070f16bc05390 /files/ja/web/css/mask-border-source/index.md | |
parent | 684f3a1f7c141b4d1c522687062ff0e6e2e1a080 (diff) | |
download | translated-content-b6ef6d47830a2e326211e670174fe1955ad31fa7.tar.gz translated-content-b6ef6d47830a2e326211e670174fe1955ad31fa7.tar.bz2 translated-content-b6ef6d47830a2e326211e670174fe1955ad31fa7.zip |
CSS Masking に関するプロパティの記事を更新
- 2021/11/10 時点の英語版に同期
Diffstat (limited to 'files/ja/web/css/mask-border-source/index.md')
-rw-r--r-- | files/ja/web/css/mask-border-source/index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ja/web/css/mask-border-source/index.md b/files/ja/web/css/mask-border-source/index.md index 9454167e1c..df2fea1ac8 100644 --- a/files/ja/web/css/mask-border-source/index.md +++ b/files/ja/web/css/mask-border-source/index.md @@ -3,12 +3,12 @@ title: mask-border-source slug: Web/CSS/mask-border-source tags: - CSS - - CSS Masking + - CSS マスク - CSS プロパティ - 実験的 - NeedsCompatTable - NeedsExample - - Reference + - リファレンス - recipe:css-property browser-compat: css.properties.mask-border-source translation_of: Web/CSS/mask-border-source @@ -22,7 +22,7 @@ translation_of: Web/CSS/mask-border-source ## 構文 ```css -/* Keyword 値 */ +/* キーワード値 */ mask-border-source: none; /* <image> 値 */ |