[widgets] remove update related methods form A&E

I would like to propose we get remove the following methods from the A&E spec:

7.17 The onbeforeupdate Callback
7.18 The onafterupdate Callback

For onbeforeupdate, there is no guarantee that the widget will be
running when an update is takes place.
For onafterupdate, late binding of this may make this method
impractical or just unusable. I.e., when would this method be called?
When the widget restarts, but after document.onload or before
document.onload? etc.

Kind regards,
Marcos

-- 
Marcos Caceres
http://datadriven.com.au

Received on Monday, 6 April 2009 14:37:07 UTC