- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 02 Jun 2011 02:33:18 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists In directory hutz:/tmp/cvs-serv19827 Modified Files: Overview.src.html Log Message: Fixed the additive algorithm to actually decrement the value. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v retrieving revision 1.106 retrieving revision 1.107 diff -u -d -r1.106 -r1.107 --- Overview.src.html 2 Jun 2011 02:30:10 -0000 1.106 +++ Overview.src.html 2 Jun 2011 02:33:16 -0000 1.107 @@ -1220,6 +1220,10 @@ <li>Append the <i>current tuple</i>'s <i>counter glyph</i> to <var>S</var> <code>floor( <var>value</var> / <var><i>current tuple</i>'s weight</var> )</code> times (this may be 0).</li> + + <li>Decrement <var>value</var> by the <var><i>current tuple</i>'s weight multiplied + by the number of times the <i>current tuple</i> was appended to <var>S</var> + in the previous step.</li> </ol> <p>If the loop ended because <var>value</var> is 0, return S. Otherwise, the
Received on Thursday, 2 June 2011 02:33:20 UTC