Re: [css-variables] typo in example

On Fri, Mar 29, 2013 at 2:19 AM, Florian Rivoal <florian@rivoal.net> wrote:
> I found a typo in example 13:
>
>   print(el.style.var.foo-bar);
>   /* Retrieves "var-foo" and subtracts a JS variable named "bar"
>
> It should say:
>
>   /* Retrieves "var.foo" and subtracts [...]

Not technically a typo (it retrieves the value of the "var-foo"
property), but your version is clearer if I want to maintain this
abbreviated explanation.

~TJ

Received on Friday, 29 March 2013 17:00:53 UTC