Re: [css-variables] How to spec the OM for vars?

Boris Zbarsky:
> Obviously you could also log and then forward to the original getter or
> setter and so forth.  People do this all the time right now with methods
> in the web platform.  Granted, for methods there's a bit less
> boilerplate needed.

You could define it so that the getters/setters call 
getProperty/setProperty methods on the object, so authors could then 
intercept property accesses there.  (Same for variables, if we wanted to 
allow interception of variables.)  Not sure whether that's a good idea, 
performance-wise though.

Received on Friday, 24 August 2012 05:23:42 UTC