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 1510 - Fix self-hosted productions for L2 HTML
Summary: Fix self-hosted productions for L2 HTML
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-06-27 05:51 UTC by Curt Arnold
Modified: 2005-06-27 05:59 UTC (History)
0 users

See Also:


Attachments

Description Curt Arnold 2005-06-27 05:51:25 UTC
The self-hosted productions for L1 and L2 HTML test suites were broken.  It appears that they were 
never completed which is to be expected since the primary users of the self-hosted tests were the KSVG 
team and they don't have an interest (as far as I know) in the HTML suites.  The Apple WebKit (aka 
Safari) team did express an interest, so I spent some time fixing them up.

Issues fixed:

Inconsistent build paths used in build.xml (some task still used build/selfhtml instead of build/self-
hosted/html).

Resource files (right.png, w3clogo.png, frame.html, iframe.html) not properly copied.

self-xhtml/.../all-tests.xhtml did not have copyright notice in bottom frame on start up.

DOMTSApplet.class not properly placed.

Expected results for HTMLDocument04 and HTMLScriptElement are affected by changed made in 
conversion to self-hosted.  Produced scripts and now modified by build.xml to reflected the change in 
document URL and number of script elements.