dasmurphy / base2

Automatically exported from code.google.com/p/base2
0 stars 1 forks source link

Valid selectors thrown as not valid #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I found that it happens when :not pseudo class is used e.g.

input:not([type="checkbox"]), input[type="checkbox"]:checked

will throw "is not valid CSS selector" exception

I'm using last version of Base // timestamp: Fri, 10 Aug 2007 20:00:50
on Windows XP Firefox

Original issue reported on code.google.com by marius...@gmail.com on 3 Sep 2007 at 9:47

GoogleCodeExporter commented 9 years ago
The problem is parsing of strings. Pretty easy to fix.

Original comment by dean.edw...@gmail.com on 3 Sep 2007 at 6:03

GoogleCodeExporter commented 9 years ago

Original comment by dean.edw...@gmail.com on 5 Dec 2007 at 4:47