You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Single values for <<repeat-style>> have the following
149
149
meanings:
@@ -157,6 +157,14 @@ Tiling Images Shorthand: the 'background-repeat' property</h3>
157
157
<dd>
158
158
Computes to ''no-repeat repeat''.
159
159
160
+
<dt><dfn>repeat-block</dfn>
161
+
<dd>
162
+
Computes to itself. The [=used value=] will be ''repeat'' in [=block flow direction|block direction=] and ''no-repeat'' in [=inline base direction|inline direction=].
163
+
164
+
<dt><dfn>repeat-inline</dfn>
165
+
<dd>
166
+
Computes to itself. The [=used value=] will be ''repeat'' in [=inline base direction|inline direction=] and ''no-repeat'' in [=block flow direction|block direction=].
0 commit comments