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 598 - Check HTML validity of generated and stock HTML
Summary: Check HTML validity of generated and stock HTML
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: Process (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-13 03:51 UTC by Curt Arnold
Modified: 2004-03-30 05:44 UTC (History)
0 users

See Also:


Attachments
Fixes for build.xml and most transforms (110.93 KB, patch)
2004-03-13 04:03 UTC, Curt Arnold
Details
Disables HTML validation with JTidy (695 bytes, patch)
2004-03-15 11:35 UTC, Curt Arnold
Details
Skip HTML validation if JTidy not on classpath, alltests fixes (7.13 KB, patch)
2004-03-18 23:13 UTC, Curt Arnold
Details
Yet another attempt, previous would stop build if JTidy wasn't around (3.67 KB, patch)
2004-03-19 01:48 UTC, Curt Arnold
Details
Yet more JTidy, plus JSUnit download (4.63 KB, patch)
2004-03-19 02:59 UTC, Curt Arnold
Details
Add get-xhtml1 to gen-jsunit-no-validation dependencies (497 bytes, patch)
2004-03-19 03:32 UTC, Curt Arnold
Details

Description Curt Arnold 2004-03-13 03:51:53 UTC
The DOM TS build process generates a large amount of HTML from validated XML 
sources using XSLT stylesheets.  The generated HTML had not been checked for 
validity as HTML.

The attached patch adds JTidy validation of generated HTML to the build 
process and fixes up all identified issues in the XSLT transforms, 
documentation and test files.
Comment 1 Curt Arnold 2004-03-13 04:03:13 UTC
Created attachment 307 [details]
Fixes for build.xml and most transforms
Comment 2 Curt Arnold 2004-03-15 11:35:57 UTC
Created attachment 310 [details]
Disables HTML validation with JTidy

Previous target fails on Mac and on Gump.
Comment 3 Curt Arnold 2004-03-18 23:13:08 UTC
Created attachment 316 [details]
Skip HTML validation if JTidy not on classpath, alltests fixes
Comment 4 Curt Arnold 2004-03-19 01:48:41 UTC
Created attachment 320 [details]
Yet another attempt, previous would stop build if JTidy wasn't around
Comment 5 Curt Arnold 2004-03-19 02:59:00 UTC
Created attachment 321 [details]
Yet more JTidy, plus JSUnit download

JSUnit download part of bug 603
Comment 6 Curt Arnold 2004-03-19 03:32:17 UTC
Created attachment 322 [details]
Add get-xhtml1 to gen-jsunit-no-validation dependencies