You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Travis P <sv...@castle.fastmail.fm> on 2004/04/23 20:58:30 UTC

Re: Bring the FAQ towards well-formed XHTML.

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