Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Add support for /deep/ to querySelector and querySelectorAll #492

Merged
merged 1 commit into from
Aug 14, 2014

Conversation

arv
Copy link
Contributor

@arv arv commented Aug 14, 2014

Fixes #436

@jmesserly
Copy link
Contributor

lgtm! out of curiosity, what wa the story behind the skipped tests?

@arv
Copy link
Contributor Author

arv commented Aug 14, 2014

The skipped tests are due to the way we filter query results instead of walking the logical dom. With the filtering approach we fail when the element is not part of the composed tree.

I realized that we did not need to skip the entire tests and some of the skips were fixed in a follow up pr.

arv added a commit that referenced this pull request Aug 14, 2014
Add support for /deep/ to querySelector and querySelectorAll
@arv arv merged commit 57232dc into googlearchive:master Aug 14, 2014
@arv arv deleted the qsa-deep branch August 14, 2014 20:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants