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 515 - various transform changes
Summary: various transform changes
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: ECMAScript Binding (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 514
  Show dependency treegraph
 
Reported: 2004-02-03 08:28 UTC by Bob Clary
Modified: 2004-02-10 20:22 UTC (History)
0 users

See Also:


Attachments
patch-transforms.diff (9.00 KB, patch)
2004-02-03 08:29 UTC, Bob Clary
Details
remove extra ) (780 bytes, patch)
2004-02-10 15:00 UTC, Bob Clary
Details

Description Bob Clary 2004-02-03 08:28:28 UTC
test-to-ecmascript.xsl, test-to-jsunit.xsl:

test-to-ecamscript.xsl contains one error where there is a missing }

In test-to-ecmascript.xsl and test-to-jsunit.xsl there are also calls which
generate thousands of strict warnings in Mozilla. These strict warnings should
be reduced to help find and fix other issues which may be hidden in the noise.

test-to-jsunit.xsl also generates the alltests.html file. alltests.html could be
improved to support improved reporting of available implementations/content
types. See bug 514
Comment 1 Bob Clary 2004-02-03 08:29:58 UTC
Created attachment 215 [details]
patch-transforms.diff

patch
Comment 2 Bob Clary 2004-02-10 15:00:28 UTC
Created attachment 223 [details]
remove extra ) 

you introduced an extra ) in your version of the patch.