[WebIDL] change argument names from identifiers

It would be nice if argument names were not identifiers, so "callback" can  
be used as in:

   foo(optional Listener? callback)

Argument names should mean nothing whatsoever and as far as I can tell you  
can disambiguate them already. Both DOM and HTML ran into this problem.


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Tuesday, 21 February 2012 21:01:01 UTC