CSS Custom Properties for Cascading Variables Module

GPTKB entity

Statements (32)
Predicate Object
gptkbp:instanceOf gptkb:W3C_Recommendation
gptkbp:alsoKnownAs gptkb:CSS_Variables
gptkbp:appliesTo all CSS properties
gptkbp:defines custom properties
cascading variables
gptkbp:editor gptkb:Elika_J._Etemad
gptkb:Tab_Atkins_Jr.
gptkbp:enables dynamic theming
reuse of values
cascading of variables
gptkbp:example --main-color: #06c;
color: var(--main-color);
gptkbp:firstPublished 2015
gptkbp:hasSyntax --* (double hyphen prefix)
gptkbp:partOf gptkb:CSS
gptkbp:publishedBy gptkb:W3C
gptkbp:specifies animation of custom properties
inheritance of custom properties
serialization of custom properties
circular reference handling
computed value resolution
custom property registration
initial value fallback
scoping of variables
gptkbp:status Candidate Recommendation
gptkbp:supportedBy modern browsers
gptkbp:url https://www.w3.org/TR/css-variables-1/
gptkbp:usedBy web developers
gptkbp:uses var() function
gptkbp:bfsParent gptkb:CSS_Values_and_Units_Module
gptkbp:bfsLayer 7
https://www.w3.org/2000/01/rdf-schema#label CSS Custom Properties for Cascading Variables Module