-webkit-background-size is listed as a simple alias for background-size when it has different syntactic behaviour.
-webkit-background-size: 10px is equivalent to background-size: 10px 10px.
background-size: 10px is equivalent to background-size: 10px auto (see https://drafts.csswg.org/css-backgrounds-3/#bg-size).
-webkit-background-sizeis listed as a simple alias forbackground-sizewhen it has different syntactic behaviour.-webkit-background-size: 10pxis equivalent tobackground-size: 10px 10px.background-size: 10pxis equivalent tobackground-size: 10px auto(see https://drafts.csswg.org/css-backgrounds-3/#bg-size).