Bug 203310

Summary: Implement the CSS clamp() function
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: CSSAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, esprehn+autocc, ews-watchlist, glenn, gyuyoung.kim, koivisto, macpherson, menard, mmaxfield, sam, simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar, WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 203342    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch
none
Patch koivisto: review+

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.