RESOLVED FIXED 203310
Implement the CSS clamp() function
https://bugs.webkit.org/show_bug.cgi?id=203310
Summary Implement the CSS clamp() function
Simon Fraser (smfr)
Reported 2019-10-23 13:10:06 PDT
Attachments
Patch (13.53 KB, patch)
2019-10-23 22:56 PDT, Simon Fraser (smfr)
no flags
Patch (13.55 KB, patch)
2019-10-23 23:20 PDT, Simon Fraser (smfr)
no flags
Patch (20.31 KB, patch)
2019-12-03 21:11 PST, Simon Fraser (smfr)
koivisto: review+
Radar WebKit Bug Importer
Comment 1 2019-10-23 13:10:35 PDT
Simon Fraser (smfr)
Comment 2 2019-10-23 22:56:09 PDT
Simon Fraser (smfr)
Comment 3 2019-10-23 23:20:02 PDT
Simon Fraser (smfr)
Comment 4 2019-12-03 21:11:35 PST
Sam Weinig
Comment 5 2019-12-04 05:46:40 PST
Comment on attachment 384786 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=384786&action=review > Source/WebCore/css/CSSCalculationValue.cpp:761 > + bool isClampNode() const { return m_operator == CalcOperator::Clamp; } Is this used?
Simon Fraser (smfr)
Comment 6 2019-12-04 09:28:20 PST
Note You need to log in before you can comment on or make changes to this bug.