- From: BangSeongbeom <bangseongbeom@hotmail.com>
- Date: Wed, 13 May 2015 13:37:59 +0000
- To: www-style@w3.org, www-style@w3.org
'var()' function is limited for custom property only. Custom properties and normal properties should be treated equally. Like this: ..foo { --wall: 100px; padding-bottom: 50px; } ..foo .bar { margin-top: var(--wall); padding-top: var(padding-bottom); } And then we will change this function name to 'value()'. 'customcolor' keyword in [css-color] may be deleted.
Received on Tuesday, 2 June 2015 15:39:18 UTC