- From: Joseph Scheuhammer <clown@alum.mit.edu>
- Date: Thu, 29 May 2014 16:37:35 -0400
- To: Yura Zenevich <yzenevich@mozilla.com>, Alexander Surkov <surkov.alexander@gmail.com>, Joseph Scheuhammer <clown@alum.mit.edu>
- CC: James Craig <jcraig@apple.com>, W3C WAI Protocols & Formats <public-pfwg@w3.org>
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> -- ;;;;joseph. 'A: After all, it isn't rocket science.' 'K: Right. It's merely computer science.' - J. D. Klaun -
Received on Thursday, 29 May 2014 20:38:03 UTC