Subscribe<ul>
<li>foo
<li>bar
<li>baz
</ul><ul>
<li>foo
<li>bar
<li>baz
</li></li></li>
</ul>Advertise here: Contact FM.
<ul>
<li>foo</li>
<li>bar</li>
<li>baz</li>
</ul>
<ul>rather than
<li>foo
<li>bar
</li></li>
</ul>
<ul>then there is already some logic about what elements may contain which others. <li>s may not contain <li>s.
<li>foo
<li>bar
</ul>
</li></li>
</li> tag.1 <ul>Parser sez:
2 <li>foo
3 <li>bar
4 <li>baz
5 </ul>
making <blockquote> render without excessive vertical space,
blockquoteIs that so hard?
<p> Here is a blockquote:in an HTML file, it renders as follows:
<blockquote>
Stuff in blockquote.
</blockquote>
That was a blockquote.
Stuff in blockquote.That was a blockquote.
<p> Here is a blockquote.<blockquote>Stuff in blockquote.</blockquote>That was a blockquote.Is that hard? Not terribly. Is it annoying? Yes. Is it ugly? I think so, and it's uglier when there's more text. Are most people aware of this subtlety? Apparently not, because I see the extra vertical space all the time; also, I suspect people avoid using <blockquote> when they should use it, because it's ugly (unless they know the "easy" trick). But to me it's even uglier to italicize quoted text. So that's why people (or at least I) keep bringing it up.
Stuff in blockquote.
Stuff in blockquote.That was a blockquote.
posted by cortex at 5:00 PM on May 8