Bug 143438 - Remove unnecessarily wrapped function and FIXME statement
Summary: Remove unnecessarily wrapped function and FIXME statement
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-05 21:33 PDT by Joonghun Park
Modified: 2015-04-05 21:58 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joonghun Park 2015-04-05 21:33:22 PDT
Remove unnecessarily wrapped function parseAdditiveValueExpression and "FIXME: calc (http://webkit.org/b/16662) Add parsing for min and max here" statement.
Because min() and max() css function was dropped in the latest CR specification of CSS Values and Units Module Level3(http://www.w3.org/TR/css3-values/).