lewisje / ourlibrary

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

getEBCS("[class~=foo]") returns partial matches #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When called, API.getEBCS("[class~=foo]") returns partial class name
matches, ie: foo-bar, foo-whatever.

This goes against the CSS Selectors specs and therefore, QSA.

Original issue reported on code.google.com by gabrielg...@gmail.com on 3 May 2010 at 10:51

GoogleCodeExporter commented 9 years ago
Yes, there was an oversight in the handling of that selector in the XPath 
branch (and
no adequate test for this case in SlickSpeed, of course).  Fixed in the 
builder. 
Will be in the next repository/downloads update with the rest of the latest
enhancements and fixes.

Thanks Gabriel!

Original comment by dmark.ci...@gmail.com on 3 May 2010 at 11:36

GoogleCodeExporter commented 9 years ago

Original comment by dmark.ci...@gmail.com on 3 May 2010 at 11:36

GoogleCodeExporter commented 9 years ago

Original comment by dmark.ci...@gmail.com on 6 May 2010 at 3:11