[Webkit-unassigned] [Bug 195173] [css-values-3] calc() with out-of-range value must be clamped within range allowed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 28 11:04:08 PST 2019


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

Gérard Talbot <browserbugs2 at gtalbot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[css-values-4] calc() with  |[css-values-3] calc() with
                   |out-of-range value must be  |out-of-range value must be
                   |clamped within range        |clamped within range
                   |allowed                     |allowed

--- Comment #1 from Gérard Talbot <browserbugs2 at gtalbot.org> ---
Also in CSS3:

https://www.w3.org/TR/css-values-3/#calc-range

gives

Since widths smaller than 0px are not allowed, these three declarations are equivalent:

width: calc(5px - 10px);
width: calc(-5px);
width: 0px;

-- 
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/20190228/c5b27629/attachment.html>


More information about the webkit-unassigned mailing list