- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Thu, 02 Dec 2021 00:38:22 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `serialization of non-calc() math functions`, and agreed to the following: * `RESOLVED: Spec FF/WK behavior of eager simplification` <details><summary>The full IRC log of that discussion</summary> <TabAtkins> Topic: serialization of non-calc() math functions<br> <TabAtkins> github: https://github.com/w3c/csswg-drafts/issues/4399#issuecomment-949067282<br> <fantasai> scribenick: fantasai<br> <fantasai> TabAtkins: should be a small clarification<br> <fantasai> TabAtkins: previous resolution didn't quite hit this<br> <fantasai> TabAtkins: issue is, when you have a unit that is not a canonical unit in a math function<br> <fantasai> TabAtkins: when precisely does it turn into the canonical unit?<br> <fantasai> TabAtkins: eg. when do you turn 1in into 96px?<br> <fantasai> TabAtkins: browsers all differ on this matter<br> <fantasai> TabAtkins: Safari and Firefox canonicalize eagerly<br> <fantasai> TabAtkins: Chrome only does this during the simplification process, sometimes.<br> <fantasai> TabAtkins: for specified styles it won't always fully simplify<br> <fantasai> TabAtkins: for computed values will sometimes simplify<br> <fantasai> TabAtkins: it's weird, calc(1in + 1in) becomes 2in<br> <fantasai> TabAtkins: but calc(1in + 10px) becomes 106px<br> <fantasai> TabAtkins: I think we should go with Firefox and Safari's behavior<br> <fantasai> TabAtkins: what Chrome is doing is complicated and unnecessary<br> <fantasai> TabAtkins: and two browsers are doing eager simplification already<br> <fantasai> Rossen_: any other opinions?<br> <fantasai> RESOLVED: Spec FF/WK behavior of eager simplification<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4399#issuecomment-984185505 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 2 December 2021 00:38:24 UTC