Re: elements with presentational content

Right, sorry, so lets say the inner element is legal - a span, for 
example:

<p>10:55<span>AM</span></p>

yura

On Thu May 29 16:37:35 2014, Joseph Scheuhammer wrote:
> Yura wrote:
>
>> Let's say there's this markup that represents current time:
>>
>> <p>10:55<p>AM</p></p>
>
> Illegal markup.  Paragraphs don't nest.  In fact, FF creates this DOM:
>
> <p>10:55</p>
> <p>AM</p>
> <p></p>
>

Received on Thursday, 29 May 2014 20:45:39 UTC