- From: David Faure <faure@kde.org>
- Date: Tue, 24 Jun 2003 17:44:55 -0400 (EDT)
- To: www-dom-ts@w3.org
- Cc: staikos@kde.org
Hello, Many tests fail in Konqueror (and almost certainly Safari, maybe other browsers too) due to a capitalization issue. For instance hc_attrname.html expects "class" but since the document is HTML, we return "CLASS", as per the HTML specification. According to Curt Arnold this would be (from memory) because the spec says uppercase, but since Mozilla and IE return lowercase, the tests were changed to expect lowercase. But this completely screws up any browser that attempts to actually comply to the DOM spec, which is what this is all about, isn't it? If the tests accept that Mozilla and IE return lowercase, why not simply accept both (the "Mozilla and IE" way, and the "compliant" way, i.e. uppercase)? PS: congratulations for the improvements to the test suite. It looks much more complete now, it catches many little unimplemented things - which I'm fixing one by one :) -- David FAURE, faure@kde.org, sponsored by Trolltech to work on KDE, Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org). Qtella users - stability patches at http://blackie.dk/~dfaure/qtella.html
Received on Wednesday, 25 June 2003 10:01:25 UTC