Skip to content

Conversation

michalsnik
Copy link
Member

Fixes #160

@michalsnik
Copy link
Member Author

@mysticatea up


- [Void elements] which have end tags.
- Other elements which do not have end tags and are not self-closing.
- presence of end tags on [Void elements](https://www.w3.org/TR/html51/syntax.html#void-elements)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe better to say "an and tag"?

- [Void elements] which have end tags.
- Other elements which do not have end tags and are not self-closing.
- presence of end tags on [Void elements](https://www.w3.org/TR/html51/syntax.html#void-elements)
- absence of end tags or self-closed endings on other elements
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be clearer to say:

absence of both an end tag (e.g. </div>) and self-closing opening tag (e.g. <div/>) on other elements

@michalsnik
Copy link
Member Author

@chrisvfritz Thanks for suggestions! Updated :)

@michalsnik michalsnik merged commit 965a327 into master Nov 16, 2017
@michalsnik michalsnik deleted the update-html-end-tags-doc branch November 16, 2017 07:32
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.

2 participants