Skip to content

Commit e465293

Browse files
docs: elaborate on how style auto-prefixing works (#1062)
1 parent 77c2c01 commit e465293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/class-and-style.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ The array syntax for `:style` allows you to apply multiple style objects to the
230230

231231
### Auto-prefixing
232232

233-
When you use a CSS property that requires [vendor prefixes](https://developer.mozilla.org/en-US/docs/Glossary/Vendor_Prefix) in `:style`, for example `transform`, Vue will automatically detect and add appropriate prefixes to the applied styles.
233+
When you use a CSS property that requires a [vendor prefix](https://developer.mozilla.org/en-US/docs/Glossary/Vendor_Prefix) in `:style`, Vue will automatically add the appropriate prefix. Vue does this by checking at runtime to see which style properties are supported in the current browser. If the browser doesn't support a particular property then various prefixed variants will be tested to try to find one that is supported.
234234

235235
### Multiple Values
236236

0 commit comments

Comments
 (0)