- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 26 Mar 2019 20:41:38 +0000
- To: public-css-archive@w3.org
tabatkins has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-values-4] How to serialize infinite values? == In an expression like `calc(1/0 * 1px)`, it resolves to ∞px. Per the simplification rules currently defined, this should serialize without the calc() wrapper. What should a value like that serialize *as*, tho? I'm considering specifying that infinite values serialize as a `1/0` expression, even tho divisions are technically resolved away before serialization happens. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3768 using your GitHub account
Received on Tuesday, 26 March 2019 20:41:39 UTC