vuuvv / fizzler

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

Universal selector ignores attributes #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Run tests with attached patch applied, which exercises the selector case:
*[class="checkit"]

What is the expected output? What do you see instead?

Expected 2 div elements with class checkit to be selected.
Instead, all elements are selected.

Original issue reported on code.google.com by azizatif on 21 Apr 2009 at 10:32

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in r72 on the trunk.

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