[css-variables] Missing specifications for CSSVariablesMap::set()

Hi,

They're actually a copy/paste from get(), from what I can see:

"set(DOMString varName, DOMString varValue), returns void
Prepend "var-" to varName. Invoke getPropertyValue() on the associated
style declaration by passing varName and varValue as its two arguments,
in that order."

http://dev.w3.org/csswg/css-variables/#cssvariablesmap-methods

Claudio

Received on Wednesday, 12 June 2013 14:10:39 UTC