We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d48731 commit adfdf76Copy full SHA for adfdf76
1 file changed
css3-lists/Overview.src.html
@@ -1220,6 +1220,10 @@ <h4>
1220
<li>Append the <i>current tuple</i>'s <i>counter glyph</i> to <var>S</var>
1221
<code>floor( <var>value</var> / <var><i>current tuple</i>'s weight</var> )</code>
1222
times (this may be 0).</li>
1223
+
1224
+ <li>Decrement <var>value</var> by the <var><i>current tuple</i>'s weight multiplied
1225
+ by the number of times the <i>current tuple</i> was appended to <var>S</var>
1226
+ in the previous step.</li>
1227
</ol>
1228
1229
<p>If the loop ended because <var>value</var> is 0, return S. Otherwise, the
0 commit comments