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

Edit to Nested Elements section #50

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Conversation

pandrews
Copy link

@pandrews pandrews commented Nov 1, 2017

When following lesson on a mac,

document.querySelectorAll('html > body > div > blockquote') 

did not yield intended result; instead, needed

document.querySelectorAll('html > body > div > article > blockquote')

Please delete the text below before submitting your contribution.


Thanks for contributing! If this contribution is for instructor training, please send an email to [email protected] with a link to this contribution so we can record your progress. You’ve completed your contribution step for instructor checkout just by submitting this contribution.

Please keep in mind that lesson maintainers are volunteers and it may be some time before they can respond to your contribution. Although not all contributions can be incorporated into the lesson materials, we appreciate your time and effort to improve the curriculum. If you have any questions about the lesson maintenance process or would like to volunteer your time as a contribution reviewer, please contact Kate Hertweck ([email protected]).


When following lesson on a mac, 

~~~
document.querySelectorAll('html > body > div > blockquote') 
~~~
did not yield intended result; instead, needed 
~~~
document.querySelectorAll('html > body > div > article > blockquote')
~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant