From a3643ff82b78257981873b27753f00a26796adb3 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 2 Oct 2021 11:10:49 +0900 Subject: Web/CSS/mask-border とその関連プロパティを更新 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2021/08/13 時点の英語版に同期 - mask-border, mask-mode, mask_outset, mask_slice については新規翻訳 --- files/ja/web/css/mask-border-source/index.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'files/ja/web/css/mask-border-source') 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")}} -- cgit v1.2.3-54-g00ecf