2009-11-01 Geoffrey Sneddon Update index. default tip
2009-11-01 Geoffrey Sneddon More tests.
2009-11-01 Geoffrey Sneddon Fix gotDescendants.
2009-11-01 Geoffrey Sneddon Add test runner.
2009-10-07 Geoffrey Sneddon Use html5lib for parsing to preserve whitespace.
2009-10-07 Geoffrey Sneddon Removing error checking is impossible given compat. restraints.
2009-10-07 Geoffrey Sneddon Add note about there only ever being one doctype node in a document in HTML and XML.
2009-10-07 Geoffrey Sneddon Regen spec
2009-10-07 Geoffrey Sneddon Add comment about <…> in createElement.
2009-10-06 Geoffrey Sneddon Update DOMException constants to match current Web IDL
2009-10-06 Geoffrey Sneddon Add a whole bunch more tests.
2009-10-06 Geoffrey Sneddon Apparently tests are nice.
2009-10-06 Geoffrey Sneddon Per DOM Level 3 Core with createElementNS, if namespaceURI is "http://www.w3.org/2000/xmlns/" and neither qualifiedName nor prefix is "xmlns", a NAMESPACE_ERR exception should be thrown.
2009-10-06 Geoffrey Sneddon Don't raise WRONG_DOCUMENT_ERR when calling DOMImplementation.createDocument with a doctype created with another implementation.
2009-10-06 Geoffrey Sneddon Add comments to some of the more complex tests to make it obvious what they are testing.
2009-10-05 Geoffrey Sneddon Add another constraint from DOM Level 3 Core (createElementNS with xml/xmlns when namespace is wrong), and update tests.
2009-10-05 Geoffrey Sneddon Update tests to reflect the previous change to the spec.
2009-10-05 Geoffrey Sneddon Be vain and add myself as editor.
2009-10-05 Geoffrey Sneddon Fix one grammatical error which has been copy/pasted all over.
2009-10-05 Geoffrey Sneddon Change how that constraint is worded to avoid needless duplication.
2009-10-05 Geoffrey Sneddon Add a constraint from DOM Level 3 Core which is present in all major browsers.
2009-10-05 Geoffrey Sneddon For some reason I'd like these running in IE.
2009-08-28 Geoffrey Sneddon Decomment commented out test that causes horrible bug in WebKit (and no output in WebKit).
2009-08-28 Geoffrey Sneddon Add Makefile for the Make obsessed.
2009-08-28 Geoffrey Sneddon Add some sane tests which just have namespaceURI/qualifiedName set along with doctype.
2009-08-28 Geoffrey Sneddon What I have so far