CSS Math Functions

GPTKB entity

Statements (20)
Predicate Object
gptkbp:instanceOf gptkb:website
gptkbp:canBeNested true
gptkbp:canMixUnits true
gptkbp:canUseUnits true
gptkbp:definedIn gptkb:CSS_Values_and_Units_Module_Level_4
gptkbp:example font-size: clamp(1rem, 2vw, 2rem);
width: calc(100% - 80px);
gptkbp:function calc()
clamp()
max()
min()
gptkbp:hasSyntax function-style, e.g., calc(expression)
https://www.w3.org/2000/01/rdf-schema#label CSS Math Functions
gptkbp:introducedIn gptkb:CSS3
gptkbp:limitation Not all CSS properties support math functions
gptkbp:purpose Allow mathematical expressions in CSS property values
gptkbp:supportedBy modern browsers
gptkbp:usedIn gptkb:CSS
gptkbp:bfsParent gptkb:CSS_Working_Group
gptkbp:bfsLayer 4