[csswg-drafts] Pull Request: [css-color-4] fix typo in conversions.js

romainmenke has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [css-color-4] fix typo in conversions.js ==
[css-color-4] fix typo

```js
var alpha = 1;
if (alpha = 0) {
 console.log('truthy')
} else {
 console.log(5 / alpha);
}

> Infinity
```


See https://github.com/w3c/csswg-drafts/pull/6879


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 11 December 2021 11:17:28 UTC