[css3-transitions] how to create a transition event?

http://dev.w3.org/csswg/css3-transitions/#transition-events- says:
  # The initTransitionEvent method is used to initialize the value
  # of a TransitionEvent  created through the DocumentEvent
  # interface.

However, I can't find anything in the spec that mentions what string
should be passed to DocumentEvent::createEvent in order to create a
TransitionEvent.  The spec should say what the appropriate string
is.

-David

-- 
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/

Received on Saturday, 12 December 2009 07:23:27 UTC