Re: Intent to prototype and ship: CSS comparison functions: min() / max() / clamp()

2020-02-21 Thread Emilio Cobos Álvarez
On 2/21/20 11:46 AM, James Graham wrote: On 21/02/2020 01:42, Emilio Cobos Álvarez wrote: web-platform-tests: There's a variety of tests in: https://wpt.fyi/results/css/css-values?label=master&label=experimental&aligned&q=minmax%7Cclamp Do we have any sense of how good the test coverage is?

Re: Intent to prototype and ship: CSS comparison functions: min() / max() / clamp()

2020-02-21 Thread James Graham
On 21/02/2020 01:42, Emilio Cobos Álvarez wrote: web-platform-tests: There's a variety of tests in: https://wpt.fyi/results/css/css-values?label=master&label=experimental&aligned&q=minmax%7Cclamp Do we have any sense of how good the test coverage is? Also, not having enabled causes some confu

Intent to prototype and ship: CSS comparison functions: min() / max() / clamp()

2020-02-20 Thread Emilio Cobos Álvarez
Hi, In bug 1519519 I plan to enable the min() / max() / clamp() CSS functions by default. Summary: These functions allow authors to do what their name says :-) Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1519519 Standard: https://drafts.csswg.org/css-values-4/#comp-func Platform cover