[css3-values] Proposing new functional notation prop()

The proposed syntax for the ‘prop()’ expression is:
prop( <property-name> <type-or-unit>? [ , <selector> ]? ) 
Prop would return the value of the css property <property-name> for the selector <selector> if defined or else for the current element.

Received on Tuesday, 11 March 2014 15:52:22 UTC