We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c38a3 commit 4055049Copy full SHA for 4055049
css-counter-styles-3/Overview.bs
@@ -646,15 +646,15 @@ Accumulating Numerals: the ''additive'' system</h4>
646
647
1. Let |symbol| and |weight| be |tuple|'s [=counter symbol=] and weight, respectively.
648
649
- 2. If |weight| is zero, or |weight| is greater than |value|,
650
- [=iteration/continue=].
+ 2. If |weight| is zero, [=iteration/continue=].
651
652
3. Let |reps| be <code>floor( |value| / |weight| )</code>.
653
654
4. Append |symbol| to |S| |reps| times.
655
656
5. Decrement |value| by <code>|weight| * |reps|</code>.
657
- If |value| is now zero, return |S|.
+
+ 6. If |value| is zero, return |S|.
658
659
4. Assertion: |value| is still non-zero.
660
0 commit comments