Clarify mixing tags recommendation in README

This commit is contained in:
Wilson Lin 2018-07-06 17:25:02 +12:00
parent f4c95ca2ff
commit ebbc0d9193
1 changed files with 3 additions and 2 deletions

View File

@ -292,8 +292,9 @@ Remove any whitespace from the start and end of a tag, if the first and/or last
Useful when combined with whitespace collapsing.
Other whitespace between text nodes and tags are not removed, as it is not recommended to mix non-inline tags with raw text; wrap text in an appropriate tag.
Basically, a tag should only either contain text and [inline text semantics](https://developer.mozilla.org/en-US/docs/Web/HTML/Element#Inline_text_semantics), or tags.
Other whitespace between text nodes and tags are not removed, as it is not recommended to mix non-formatting tags with raw text.
Basically, a tag should only either contain text and [formatting tags](#formatting-tags), or only non-formatting tags.
<table><thead><tr><th>Before<th>After<tbody><tr><td>