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 1137 - test-to-ecmascript misproduces addEventListener
Summary: test-to-ecmascript misproduces addEventListener
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: ECMAScript Binding (show other bugs)
Version: unspecified
Hardware: Macintosh All
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-02 05:16 UTC by Curt Arnold
Modified: 2005-03-02 05:37 UTC (History)
0 users

See Also:


Attachments

Description Curt Arnold 2005-03-02 05:16:16 UTC
Line 377 in test-to-ecmascript.xsl some lost the contents of the first '' which resulted in 
addEventListener not being property produced.

-<xsl:template match="*[local-name()='' or local-name() = 'removeEventListener']" mode="body">
+<xsl:template match="*[local-name()='addEventListener' or local-name() = 'removeEventListener']" 
mode="body">