HTML and CSS Reference
In-Depth Information
It completely loses the quote in the second paragraph. TagSoup keeps the quote in the second paragraph but
introduces a quote around the boundary whitespace between the two paragraphs:
<p>Sarah answered, <q>I'm really not sure about this.</p>
<q></q>
<p><q>Maybe you should ask somebody else?</q> Then she
sat down.</p>
Consequently, I prefer to fix these overlap problems by hand if there aren't too many of them. You're more
likely to reproduce the original intent that way.
Search WWH ::




Custom Search