Skip to content

Commit 7f2693c

Browse files
committed
[css-counter-styles] Fix bikeshed warnings about vars used only once.
1 parent d28b1c9 commit 7f2693c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-counter-styles/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ Positional Numerals: the ''numeric'' system</h4>
557557
and <var>symbol(n)</var> be the nth <i>counter symbol</i> in the list of <i>counter symbols</i> (0-indexed).
558558

559559
<ol>
560-
<li>If <var>value</var> is 0, append <var>symbol(0)</var> to
560+
<li>If <var>value</var> is 0, append <code>symbol(0)</code> to
561561
<var>S</var> and return <var>S</var>.
562562

563563
<li>While <var>value</var> is not equal to 0:
@@ -642,7 +642,7 @@ Accumulating Numerals: the ''additive'' system</h4>
642642
<code>floor( <var>value</var> / <var><i>current tuple</i>’s weight</var> )</code>
643643
times (this may be 0).
644644

645-
<li>Decrement <var>value</var> by the <var><i>current tuple</i>’s</var> weight multiplied
645+
<li>Decrement <var>value</var> by the <var><i>current tuple</i>’s weight</var> multiplied
646646
by the number of times the <i>current tuple</i> was appended to <var>S</var>
647647
in the previous step.
648648
</ol>

0 commit comments

Comments
 (0)