Skip to content

Commit 26175e4

Browse files
committed
[css-backgrounds-4] Added repeat-block and repeat-inline keywords for background-repeat
1 parent 9053832 commit 26175e4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Tiling Images Shorthand: the 'background-repeat' property</h3>
143143
<p>This shorthand sets the values for the
144144
'background-repeat-x' and 'background-repeat-y' longhand properties.
145145
Where
146-
<pre class=prod><dfn><<repeat-style>></dfn> = repeat-x | repeat-y | <<repetition>>{1,2}</pre>
146+
<pre class=prod><dfn><<repeat-style>></dfn> = repeat-x | repeat-y | repeat-block | repeat-inline | <<repetition>>{1,2}</pre>
147147

148148
<p>Single values for <<repeat-style>> have the following
149149
meanings:
@@ -157,6 +157,14 @@ Tiling Images Shorthand: the 'background-repeat' property</h3>
157157
<dd>
158158
Computes to ''no-repeat repeat''.
159159

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=].
167+
160168
<dt>''background-repeat-x/repeat''
161169
<dd>
162170
Computes to ''repeat repeat''.

0 commit comments

Comments
 (0)