Skip to content

Commit 0bc2158

Browse files
authored
[css-backgrounds-4] Added repeat-block and repeat-inline keywords for background-repeat (#10755)
1 parent d802a6c commit 0bc2158

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ Tiling Images Shorthand: the 'background-repeat' property</h3>
463463
'background-repeat-x' and 'background-repeat-y' longhand properties.
464464

465465
<pre class=prod>
466-
<dfn><<repeat-style>></dfn> = repeat-x | repeat-y | <<repetition>>{1,2}
466+
<dfn><<repeat-style>></dfn> = repeat-x | repeat-y | repeat-block | repeat-inline | <<repetition>>{1,2}
467467
</pre>
468468

469469
<p>Single values for <<repeat-style>> have the following
@@ -478,6 +478,14 @@ Tiling Images Shorthand: the 'background-repeat' property</h3>
478478
<dd>
479479
Computes to ''no-repeat repeat''.
480480

481+
<dt><dfn>repeat-block</dfn>
482+
<dd>
483+
Computes to ''repeat'' in the [=block axis=] and ''no-repeat'' in the [=inline axis=].
484+
485+
<dt><dfn>repeat-inline</dfn>
486+
<dd>
487+
Computes to ''repeat'' in the [=inline axis=] and ''no-repeat'' in the [=block axis=].
488+
481489
<dt>''background-repeat-x/repeat''
482490
<dd>
483491
Computes to ''repeat repeat''.
@@ -2027,6 +2035,7 @@ Additions since [[CSS3BG]]</h3>
20272035
* added ''background-clip/border-area'' and ''background-clip/text'' values to 'background-clip'
20282036
* added 'background-tbd'
20292037
* added 'background-repeat-*' longhands
2038+
* added logical keywords ''background-repeat/repeat-block'' and ''background-repeat/repeat-inline'' to 'background-repeat'
20302039

20312040
<h2 id="acknowledgments">
20322041
Acknowledgments</h2>

0 commit comments

Comments
 (0)