- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Thu, 07 Apr 2022 13:53:08 +0000
- To: public-css-archive@w3.org
@simevidas You can't use `infinity` like that unless the property allows it (like `animation-iteration-count`). You need `calc(infinity * 1px)`, `calc(1px / 0)`, etc. Needs to be inside a math function, and have length unit. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6467#issuecomment-1091768423 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 7 April 2022 13:53:10 UTC