W3C home > Mailing lists > Public > www-validator@w3.org > January 2006

Re: [VE][79] Error Message Feedback

From: Liam Quinn <liam@htmlhelp.com>
Date: Wed, 4 Jan 2006 22:50:34 -0500 (EST)
To: Przemek Gierski <pgierski@o2.pl>
cc: www-validator@w3.org
Message-ID: <Pine.LNX.4.44.0601042248210.11860-100000@localhost.localdomain>

On Wed, 4 Jan 2006, Przemek Gierski wrote:

> Validating http://uniabiolchem.ovh.org/index.php?strona=start
> Error [79]: "end tag for element X which is not open"
> 
> Hi, I am validating this, and I think that everything is ok with the
> code, could You look alt the output of validator and then to source?

"p" is only allowed to contain inline elements, but "table" is a 
block-level element.  Since the </p> end tag is optional in HTML, the 
<table> start tag implicitly closes the open "p" element.

-- 
Liam Quinn
Received on Thursday, 5 January 2006 03:50:06 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:58:54 UTC