Skip to content

Commit dba0294

Browse files
committed
[css-lists-3] Mention that all increments and sets are processed, in order.
1 parent 5bd0809 commit dba0294

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css-lists-3/Overview.bs

+5
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,11 @@ Manipulating Counter Values: the 'counter-increment' and 'counter-set' propertie
814814
</pre>
815815
</div>
816816

817+
If multiple instances of the same <<custom-ident>> occur in the property value,
818+
they are all processed, in order.
819+
Thus increments will compound,
820+
but only the last set value will take effect.
821+
817822
<h3 id="creating-counters">
818823
Creating and Inheriting Counters</h3>
819824

0 commit comments

Comments
 (0)