Class RoundCssFunction<T>

Type Parameters:
T - the element type of the DOM
All Implemented Interfaces:
CssFunction<T>

public class RoundCssFunction<T> extends CalcCssFunction<T>
Processes the round() function.
 round               = "round(", [ rounding-strategy , "," ] , calc-sum , [ "," , calc-sum ] ")" ;
 rounding-strategy   = "nearest" | "up" | "down" | "to-zero" ;
 calc-sum            = (* see superclass *)
 
CSS Values and Units Module Level 4. Paragraph 10.3. Stepped Value Functions: round(), mod(), and rem()
csswg.org
CSS Values and Units Module Level 4. Paragraph 10.8. Syntax
csswg.org