vuuvv / fizzler

Automatically exported from code.google.com/p/fizzler
GNU General Public License v3.0
0 stars 0 forks source link

Multiple CSS class failure #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Fizzler doesn't support multiple class selectors like 'p.marine.pastoral'. To 
reproduce:

1. Create an HTML document with a <div class="class1 class2"></div> and 
<div class="class1 class3"></div>.
2. Do a 'var result = Parser.Parse("div.class1.class2")'.
3. Notice how 'result.Count' is 2 and not the expected 1.

Original issue reported on code.google.com by asbjornu on 7 Apr 2009 at 10:51

GoogleCodeExporter commented 8 years ago
This was fixed back in r55 I think.

Original comment by info%colinramsay.co.uk@gtempaccount.com on 21 Apr 2009 at 4:17