[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Bring the FAQ towards well-formed XHTML.

From: Travis P <svn_at_castle.fastmail.fm>
Date: 2004-04-23 22:58:30 CEST

On Apr 23, 2004, at 11:00 AM, John Peacock wrote:

> Alex Holst wrote:
>
>> <p><blockquote>
>> ...
>> </blockquote>
>> +</p>
>
> I didn't think that <p> elements could nest? Shouldn't the
> <blockquote> be sufficient by itself?

Within an XHTML 1.0 Strict <body> tag,

This is illegal:
  <p> <blockquote> <p> </p> </blockquote> </p>

This is legal:
<blockquote> <p> </p> </blockquote>

I used the WDG validator to test.

(My <p> </p> comment in the "add FAQ about the status of symlink
support" thread would have been better in this thread if I'd seen it
soon enough. Oh well.)

-Travis

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 23 22:58:49 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.