@@ -1118,13 +1118,18 @@ <h3 id=the-background-position><span class=secno>3.6. </span>Positioning
11181118]</ pre >
11191119
11201120 < p > If only one value is specified, the second value is assumed to be
1121- ‘< code class =property > center</ code > ’. If two values are given
1122- and at least one value is not a keyword, then the first value represents
1123- the horizontal position (or offset) and the second represents the vertical
1124- position (or offset). < var > <percentage></ var > and
1125- < var > <length></ var > values here represent an offset of the top left
1126- corner of the background image from the top left corner of the background
1127- positioning area.
1121+ ‘< code class =property > center</ code > ’. If two values are given,
1122+ a length or percentage as the first value represents the horizontal
1123+ position (or offset) and a length or percentage as the second value
1124+ represents the vertical position (or offset).
1125+ < var > <percentage></ var > and < var > <length></ var > values here
1126+ represent an offset of the top left corner of the background image from
1127+ the top left corner of the background positioning area.
1128+
1129+ < p class =note > Note that a pair of keywords can be reordered while a
1130+ combination of keyword and length or percentage cannot. So ‘< code
1131+ class =css > center left</ code > ’ is valid while ‘< code
1132+ class =css > 50% left</ code > ’ is not.
11281133
11291134 < p > If three or four values are given, then each
11301135 < var > <percentage></ var > or< var > <length></ var > represents an
0 commit comments