RE: [css-variables] Empty variable values?

> Consider this: 
> div::before { content: ""; } 
> 
> Empty string is valid value of the content so you cannot assign empty 
> string to nullify/undefine that property 

Not really. The valid value is '""' not '' (that one is still invalid) 		 	   		  

Received on Saturday, 9 February 2013 18:09:11 UTC