- Notifications
You must be signed in to change notification settings - Fork4k
correct the number of space/newline in DOM tree#3876
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
CLAassistant commentedSep 12, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There are only 2 newline after `</ol>`:```</ol></body></html>```
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR corrects whitespace formatting in DOM tree representations within a documentation article about DOM nodes. The changes adjust newline characters in text content to match the actual structure of the HTML being demonstrated.
- Adds an extra newline character to the BODY text content in the first DOM tree example
- Removes one newline character from the final text node in the second DOM tree example
Tip: Customize your code reviews with copilot-instructions.md.Create the file orlearn how to get started.
Uh oh!
There was an error while loading.Please reload this page.
see 'files changed'