Some issues with undo manager specification text

I was looking at 
http://dvcs.w3.org/hg/undomanager/raw-file/tip/undomanager.html and ran 
into some issues:

1)  No mention of where feedback should be sent.  I have friends in high 
IRC places, so I _think_ I found the right venue, but in general there 
should just be a mailto: link in the spec near the beginning.

2)  UndoManager is not written in WebIDL (uses "in" for example).

3)  DOMTransaction should presumably be a callback interface.

4)  The callbacks on DOMTransaction should probably have more 
restrictive signatures than Function.  In particular, Function says 
nothing about what arguments are passed.  At a guess, these should all 
be something like:

   callback TransactionAction = void ();

instead of Function.

-Boris

Received on Wednesday, 19 September 2012 18:00:33 UTC