aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/mask-border-source
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-10-02 11:10:49 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2021-10-12 01:46:21 +0900
commita3643ff82b78257981873b27753f00a26796adb3 (patch)
tree1af083f3595f9efedec04a9ffda2c4b3a0c81fbb /files/ja/web/css/mask-border-source
parentea197b97a285a7f4fb51f252ac25ad8a5d6482c8 (diff)
downloadtranslated-content-a3643ff82b78257981873b27753f00a26796adb3.tar.gz
translated-content-a3643ff82b78257981873b27753f00a26796adb3.tar.bz2
translated-content-a3643ff82b78257981873b27753f00a26796adb3.zip
Web/CSS/mask-border とその関連プロパティを更新
- 2021/08/13 時点の英語版に同期 - mask-border, mask-mode, mask_outset, mask_slice については新規翻訳
Diffstat (limited to 'files/ja/web/css/mask-border-source')
-rw-r--r--files/ja/web/css/mask-border-source/index.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/files/ja/web/css/mask-border-source/index.md b/files/ja/web/css/mask-border-source/index.md
index 4363af2925..9454167e1c 100644
--- a/files/ja/web/css/mask-border-source/index.md
+++ b/files/ja/web/css/mask-border-source/index.md
@@ -5,7 +5,7 @@ tags:
- CSS
- CSS Masking
- CSS プロパティ
- - Experimental
+ - 実験的
- NeedsCompatTable
- NeedsExample
- Reference
@@ -53,31 +53,31 @@ mask-border-source: unset;
## 例
-### Basic usage
+### 基本的な使用
-This property doesn't appear to be supported anywhere yet. When it eventually starts to be supported, it will serve to define the source of the border mask.
+このプロパティは、まだどこでも対応されていないようです。このプロパティが対応されるようになれば、境界マスクのソースを定義する役割を果たすことになります。
```css
mask-border-source: url(image.jpg);
```
-Chromium-based browsers support an outdated version of this property — `mask-box-image-source` — with a prefix:
+Chromium ベースのブラウザーは、このプロパティの古い版 — `mask-box-image-source` — に接頭辞つきで対応しています。
```css
-webkit-mask-box-image-source: url(image.jpg);
```
-> **Note:** The [`mask-border`](/ja/docs/Web/CSS/mask-border) page features a working example (using the out-of-date prefixed border mask properties supported in Chromium), so you can get an idea of the effect.
+> **Note:** [`mask-border`](/ja/docs/Web/CSS/mask-border) ページでは動作する例を (Chromium で対応している古い接頭辞つきの境界マスクプロパティを使用して) 挙げていますので、効果について分かるでしょう。
-## Specifications
+## 仕様書
{{Specifications}}
-## Browser compatibility
+## ブラウザーの互換性
{{Compat}}
-## See also
+## 関連情報
- {{cssxref("mask-border")}}
- {{cssxref("mask-border-mode")}}