Re: [csswg-drafts] [css-values-4] What should non-calc() math functions serialize to when they're fully resolved? (#4399)

Another question: should dimensions always be converted to their canonical units? I.e. does ``min(1cm)`` serialize to ``min(1cm)`` or ``min(37.795px)``? The simplification steps suggest that they do get converted.

This is tested by css-values/minmax-length-serialize.html, among others.

-- 
GitHub Notification of comment by smfr
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4399#issuecomment-554608796 using your GitHub account

Received on Saturday, 16 November 2019 06:12:45 UTC