This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15339 - Remove the initTransitionEvent method
Summary: Remove the initTransitionEvent method
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: Transitions (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: L. David Baron (Mozilla)
QA Contact: This bug has no owner yet - up for the taking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-26 06:08 UTC by Dominic Cooney
Modified: 2013-02-13 01:30 UTC (History)
4 users (show)

See Also:


Attachments

Description Dominic Cooney 2011-12-26 06:08:09 UTC
The new pattern for programmatic event creation adopted eg by DOM4, HTML5, etc.
is to define constructors for events instead of init*Event methods.

For example, ProgressEvent is defined in this new style:
<http://www.w3.org/TR/2011/WD-progress-events-20110809/#interface-progressevent>

The TransitionEvent should have a constructor and the initTransitionEvent method
should be removed.
Comment 1 L. David Baron (Mozilla) 2013-02-13 01:30:03 UTC
Fixed in https://dvcs.w3.org/hg/csswg/rev/3c4df823dd45