Skip to content

Commit 49b2e90

Browse files
committed
[css-values-4] Define stacked multipliers w3c#6085
1 parent 5d6e15c commit 49b2e90

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

css-values-4/Overview.bs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,13 @@ Component Value Multipliers</h3>
262262
at least one component value must not be omitted.
263263
</ul>
264264

265+
The [=+=] and [=#=] multipliers may be stacked as ''+#'';
266+
similarly, the [=#=] and [=?=] multipliers may be stacked as ''#?''.
267+
These stacks each represent the later multiplier
268+
applied to the result of the earlier multiplier.
269+
(These same stacks can be represented using grouping,
270+
but in complex grammars this can push the number of brackets beyond readability.)
271+
265272
For repeated component values (indicated by <css>*</css>, <css>+</css>, or <css>#</css>),
266273
UAs must support at least 20 repetitions of the component.
267274
If a property value contains more than the supported number of repetitions,

0 commit comments

Comments
 (0)