Re: [csswg-drafts] [css-values] random() function (#2826)

@bendc Yes and you should keep using Math.random() for this. It is not CSS's role to do compute. Please don't mix things up.

HTML is for markup.
CSS is for markup styling.
JavaScript is for compute.

Each have their reasons to be, if you need compute, use JavaScript.
I'd appreciate if you did not add more bloat to the already very bloated web.

-- 
GitHub Notification of comment by leo-lb
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2826#issuecomment-468381809 using your GitHub account

Received on Thursday, 28 February 2019 18:24:07 UTC