[Webkit-unassigned] [Bug 203312] Implement the CSS exponent functions: pow(), sqrt(), hypot()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 19 09:35:02 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=203312
--- Comment #13 from Darin Adler <darin at apple.com> ---
(In reply to Kevin Turner from comment #12)
> Perhaps something like 'canBehaveAsIdentity()'? hypot() and sqrt() can not
> behave as identity functions under any circumstance whereas min/max() can
> when it has one parameter. Would a direct check like 'isIdentity()' be
> inappropriate here? We could check that the m_children vector is of size 1
> and the operator either min or max.
Yes, those both sound good.
--
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/20210119/94fc3ae5/attachment.htm>
More information about the webkit-unassigned
mailing list