Index: hc_documentgetimplementation.xml =================================================================== RCS file: /sources/public/2001/DOM-Test-Suite/tests/level1/core/hc_documentgetimplementation.xml,v retrieving revision 1.1 diff -r1.1 hc_documentgetimplementation.xml 3c3 < Copyright (c) 2001 World Wide Web Consortium, --- > Copyright (c) 2001-2003 World Wide Web Consortium, 22,24c22,25 < "getImplementation()" method. It should return a < DOMImplementation whose "hasFeature("XML","1.0") < method returns the boolean value "true". --- > "getImplementation()" method. If contentType="text/html", > DOMImplementation.hasFeature("HTML","1.0") should be true. > Otherwise, DOMImplementation.hasFeature("XML", "1.0") > should be true. 28a30 > 32c34,35 < --- > > 35,36c38,45 < < --- > > > > > > > > Index: hc_domimplementationfeaturenoversion.xml =================================================================== RCS file: /sources/public/2001/DOM-Test-Suite/tests/level1/core/hc_domimplementationfeaturenoversion.xml,v retrieving revision 1.1 diff -r1.1 hc_domimplementationfeaturenoversion.xml 3c3 < Copyright (c) 2001 World Wide Web Consortium, --- > Copyright (c) 2001-2003 World Wide Web Consortium, 34a35 > 40a42,44 > > > 42c46,48 < --- > > > Index: hc_domimplementationfeaturenull.xml =================================================================== RCS file: /sources/public/2001/DOM-Test-Suite/tests/level1/core/hc_domimplementationfeaturenull.xml,v retrieving revision 1.1 diff -r1.1 hc_domimplementationfeaturenull.xml 3c3 < Copyright (c) 2001 World Wide Web Consortium, --- > Copyright (c) 2001-2003 World Wide Web Consortium, 34a35 > 42a44,47 > > > > 44c49,51 < --- > > > Index: hc_domimplementationfeaturexml.xml =================================================================== RCS file: /sources/public/2001/DOM-Test-Suite/tests/level1/core/hc_domimplementationfeaturexml.xml,v retrieving revision 1.1 diff -r1.1 hc_domimplementationfeaturexml.xml 3c3 < Copyright (c) 2001 World Wide Web Consortium, --- > Copyright (c) 2001-2003 World Wide Web Consortium, 22c22 < (Test for xml, lower case) --- > (Test for html when contentType="text/html", xml, lower case) 27c27 < version)" method is invoked with "feature" equal to "xml". --- > version)" method is invoked with "feature" equal to "html" or "xml". 32a33 > 38a40,43 > > > > 40c45,47 < --- > > >