Skip to content

Commit 9cf15d7

Browse files
committed
docs: elaborate on how style auto-prefixing works
vuejs/docs@e465293
1 parent 37e0109 commit 9cf15d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/class-and-style.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ data() {
228228
<div :style="[baseStyles, overridingStyles]"></div>
229229
```
230230

231-
### 自動プリフィックス
231+
### 自動プレフィックス
232232

233-
`:style`[ベンダー接頭辞](https://developer.mozilla.org/ja/docs/Glossary/Vendor_Prefix)を要求される CSS プロパティを使用するとき、例えば、`transform` においては、Vue.js は自動的に適切な接頭辞を検出し、適用されるスタイルに追加します
233+
`:style` [ベンダープレフィックス](https://developer.mozilla.org/ja/docs/Glossary/Vendor_Prefix) が必要な CSS プロパティを使用するとき、Vue は自動的に適切なプレフィックスを追加します。Vue は現在のブラウザでどのスタイルプロパティがサポートされているかを実行時に確認することでこれを行います。ブラウザが特定のプロパティをサポートしていない場合は、様々なプレフィックスのバリエーションがテストされて、サポートされているものを見つけようとします
234234

235235
### 複数の値
236236

0 commit comments

Comments
 (0)