I'm trying to write an attribute selector with commas in it but it seems to match everything or at least not what I'm looking for when I add a comma. When I try my selector in CSS, it hits the right things but in Mootools it doesn't work.
Example: p[something^="This,Color,"] I've gotten in touch with one of the people who helped write the w3c spec and there shouldn't be an issue with having a comma and if there was it should be able to be escaped by a \. Anybody else had this issue? Mootools developers can you help? Thanks!
