[Webkit-unassigned] [Bug 203312] Implement the CSS exponent functions: pow(), sqrt(), hypot()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 15 11:51:14 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=203312

--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 417716
  --> https://bugs.webkit.org/attachment.cgi?id=417716
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=417716&action=review

> Source/WebCore/css/CSSCalculationValue.cpp:785
> +    bool isExpFuncNode() const { return m_operator == CalcOperator::Hypot || m_operator == CalcOperator::Sqrt || m_operator == CalcOperator::Pow; }

What is "exp" a contraction for here?

> Source/WebCore/css/CSSCalculationValue.cpp:1810
> +    // TODO: clamp, sin, cos, tan, asin, acos, atan, atan2.

Remove clamp

> Source/WebCore/css/CSSCalculationValue.cpp:1863
> +    // TODO: clamp, sin, cos, tan, asin, acos, atan, atan2.

Remove clamp

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210115/5305d161/attachment-0001.htm>


More information about the webkit-unassigned mailing list