File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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">
20322041Acknowledgments</h2>
You can’t perform that action at this time.
0 commit comments