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 455 - Make L3 Core tests compatible with XHTML implementations
Summary: Make L3 Core tests compatible with XHTML implementations
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 3 (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-01-05 03:02 UTC by Curt Arnold
Modified: 2004-02-21 04:07 UTC (History)
0 users

See Also:


Attachments
barfoo_utf16,svg (1.77 KB, image/svg+xml)
2004-01-05 03:04 UTC, Curt Arnold
Details
barfoo_utf16.xml (1.07 KB, text/xml)
2004-01-05 03:05 UTC, Curt Arnold
Details
Test changes, new data files (non UTF-16), misc build changes (821.03 KB, patch)
2004-01-05 03:25 UTC, Curt Arnold
Details
Schema and DTD missing bitmask decl, test-to-ecmascript not well-formed (2.64 KB, patch)
2004-01-06 03:11 UTC, Curt Arnold
Details
Changes createElement to create XHTML elements or same as document root (40.05 KB, patch)
2004-01-08 12:38 UTC, Curt Arnold
Details
Removed XHTML incompabilities, other fixes (381.28 KB, patch)
2004-02-20 21:18 UTC, Curt Arnold
Details

Description Curt Arnold 2004-01-05 03:02:31 UTC
Change sample files and tests to use XHTML tagnames so that tests can be run 
against XHTML specific DOM implementations.  See www-dom-ts message of 4 Jan 
2004.
Comment 1 Curt Arnold 2004-01-05 03:04:49 UTC
Created attachment 155 [details]
barfoo_utf16,svg
Comment 2 Curt Arnold 2004-01-05 03:05:30 UTC
Created attachment 156 [details]
barfoo_utf16.xml
Comment 3 Curt Arnold 2004-01-05 03:25:54 UTC
Created attachment 157 [details]
Test changes, new data files (non UTF-16), misc build changes
Comment 4 Curt Arnold 2004-01-06 03:11:05 UTC
Created attachment 160 [details]
Schema and DTD missing bitmask decl, test-to-ecmascript not well-formed
Comment 5 Curt Arnold 2004-01-08 12:38:15 UTC
Created attachment 177 [details]
Changes createElement to create XHTML elements or same as document root

Only fixes about 1/4 of the tests that create arbitrary elements than an XHTML
only implementation would not recognize.
Comment 6 Curt Arnold 2004-02-20 21:18:39 UTC
Created attachment 248 [details]
Removed XHTML incompabilities, other fixes

Removed creation of non-XHTML compatible documents, elements and attributes.
Removed lots of extraneous namespaceAware and expandEntityReference
implementation attributes.  Fix ups for SVG data files.