RE: MutationObserver does not observe state changes

Right, firing change records on everything affected is definitely a no-go; thanks for the clear illustration. Maybe just certain properties should be called out as observable (i.e. change records will be fired for them). The motivation would be to eliminate the plethora of "xchanged" events we keep introducing into specs, in favor of a centralized mechanism. So the cost of adding such change-record--firing code would be the same as the cost of maintaining such events.



Received on Wednesday, 31 July 2013 17:04:32 UTC