Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Descendant Human Readable Selector is wrong #34

Closed
atifaziz opened this issue Aug 23, 2015 · 2 comments
Closed

Descendant Human Readable Selector is wrong #34

atifaziz opened this issue Aug 23, 2015 · 2 comments

Comments

@atifaziz
Copy link
Owner

Originally reported on Google Code with ID 34

What steps will reproduce the problem?
1. fizz.exe explain "p a"

What is the expected output? What do you see instead?
Expected: "Select <a> which are descendants of <p>."
But was:  "Select <p> whose descendant is <a>."

Please use labels and text to provide additional information.
The ordering is the wrong way round, we are saying that the parent is
selected when in fact it is the child that is selected.

Reported by info%colinramsay.co.uk@gtempaccount.com on 2009-05-15 12:43:57

@atifaziz
Copy link
Owner Author

Fixed in r206.

"Take all <p> elements, then take their descendants which are <a> elements and select
them."

Reported by info%colinramsay.co.uk@gtempaccount.com on 2009-05-15 14:37:16

@atifaziz
Copy link
Owner Author

Reported by info%colinramsay.co.uk@gtempaccount.com on 2009-05-15 14:37:26

  • Status changed: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant