Mon, 28 Sep 2009 10:59:16 +0200Fix issue with child selector in Firefox 3.5
Grauw <laurens.hg@grauw.nl> [Mon, 28 Sep 2009 10:59:16 +0200] rev 64
Fix issue with child selector in Firefox 3.5
They implemented IE’s Node.children collection, but failed to implement its tags() method.

Mon, 28 Sep 2009 10:58:23 +0200Fix page encoding in IE.
Grauw <laurens.hg@grauw.nl> [Mon, 28 Sep 2009 10:58:23 +0200] rev 63
Fix page encoding in IE.

Mon, 28 Sep 2009 10:58:13 +0200Add tests for ID, descendant and child selector
Grauw <laurens.hg@grauw.nl> [Mon, 28 Sep 2009 10:58:13 +0200] rev 62
Add tests for ID, descendant and child selector

Wed, 23 Sep 2009 16:38:55 +0200Add some tests regarding selectors attribute matching.
Grauw <laurens.hg@grauw.nl> [Wed, 23 Sep 2009 16:38:55 +0200] rev 61
Add some tests regarding selectors attribute matching.
Specifically, empty attribute value match,
and IE behaviour wrt. class/enctype attributes and value retrieval

Thu, 27 Aug 2009 18:40:58 +0200Missing jsunit.js file!
Grauw <laurens.hg@grauw.nl> [Thu, 27 Aug 2009 18:40:58 +0200] rev 60
Missing jsunit.js file!

Mon, 20 Jul 2009 22:03:21 +0200Put URI class definition in a function scope, use closures for some variables.
Grauw [Mon, 20 Jul 2009 22:03:21 +0200] rev 59
Put URI class definition in a function scope, use closures for some variables.

Mon, 20 Jul 2009 21:42:55 +0200Documentation improvements
Grauw [Mon, 20 Jul 2009 21:42:55 +0200] rev 58
Documentation improvements

Mon, 20 Jul 2009 21:42:31 +0200Fix bug in normalisation. Thanks to Dan Tsymbala for pointing it out.
Grauw [Mon, 20 Jul 2009 21:42:31 +0200] rev 57
Fix bug in normalisation. Thanks to Dan Tsymbala for pointing it out.

Fri, 03 Jul 2009 16:20:53 +0200Fix bug with :not(:lang(en)) not working
Grauw [Fri, 03 Jul 2009 16:20:53 +0200] rev 56
Fix bug with :not(:lang(en)) not working

Fri, 03 Jul 2009 16:09:52 +0200Add some tests for :not selector
Grauw [Fri, 03 Jul 2009 16:09:52 +0200] rev 55
Add some tests for :not selector