- From: Philip TAYLOR (Webmaster, Ret'd) <P.Taylor@Rhul.Ac.Uk>
- Date: Fri, 23 Sep 2011 16:11:01 +0100
- To: Joe Java <cop3252@yahoo.com>
- CC: "www-validator@w3.org" <www-validator@w3.org>
It would help if you could cite the exact part of the HTML 5 Draft Specification that states that a <UL> may be nested in a <P> element. Philip Taylor -------- Joe Java wrote: > The following page : > > https://eyeasme.com/Joe/test.html > > with this source code: > <!DOCTYPE html> > <html> > <head lang="en"> > <meta charset="UTF-8" /> > <title> Color test </title> > <body> > <p> > <ul> > <li> red </li> > </ul> > </p> > </body> > </html> > > > gives this error when validated: > Line 11, Column 9: No p element in scope but a p end tag seen. > > This error message goes away if a "p" tag is inserted immediately > before line 11 (the closing "p" tag). > > See: > https://eyeasme.com/Joe/test2.html > > This is wrong. Please fix the validator. >
Received on Friday, 23 September 2011 15:11:49 UTC