Re: [css3-background] round(N+0.5) with background-repeat: round

On Tue, Mar 26, 2013 at 1:20 PM, Tab Atkins Jr. <jackalmage@gmail.com> wrote:
> On Tue, Mar 26, 2013 at 7:39 AM, Simon Sapin <simon.sapin@exyr.org> wrote:
>>
>> What should round() do when two natural numbers are equally near? For
>> example, with W = 250 and X = 100, should round(W / X) be 2 or 3?
>
> I believe in other cases, we've explicitly specified that it rounds up.

Do we need to worry about the situation where a bunch of round(W/X)
items are in a row?  If so it might be better to make it alternate.

zw

Received on Tuesday, 26 March 2013 17:42:08 UTC