Hello, I'm having some trouble deciding if certain <blockquote>
scenarios are valid, or semantically correct.

Example 1:

<p><blockquote>TEXT</blockquote></p>

OR

<blockquote><p>TEXT</p></blockquote>

OR

<blockquote>TEXT</blockquote>

- Is the <p> even necessary? If so, does it go INSIDE or OUTSIDE the
<blockquote>?

--------------------------------
Example 2:

<dl>
<dt>Term</dt>
<dd><blockquote>TEXT</blockquote></dd>

</dl>

-Where does the <p> go in this situation? Whether or not the <p> is
inside or outside of the <blockquote> - is it even valid to have a <p>
element WITHIN a <dd> element?
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to