Platform/Layout/CSSVariables: Difference between revisions

(Created page with "= CSS3 Variables = == implementation notes == variable definition is a type of CSS declaration that is composed by a property token prefixed by a ‘var-’ string and by a CSS...")
 
Line 9: Line 9:
the ‘parent-var()’ notation behaves like the ‘var()’ notation, but it references the value of the variable as it had been specified on the parent CSS element. [FIXME: needs better explanation in the spec]
the ‘parent-var()’ notation behaves like the ‘var()’ notation, but it references the value of the variable as it had been specified on the parent CSS element. [FIXME: needs better explanation in the spec]


the ‘$’ prefix is the equivalent of the ‘var()’ notation. [FIXME: remove?]
the ‘$’ prefix is the equivalent of the ‘var()’ notation. [REMOVE: the CSS-WG decided to drop the '$' notation]


== existing implementations ==
== existing implementations ==