- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Sat, 11 Dec 2021 11:17:26 +0000
- To: public-css-archive@w3.org
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