Re: Using <a> in a <ul> element in front of <li>

On 1 Apr 2010, at 08:07, Hanno van Dijk - Novisites wrote:

> Using the following code:
> 
> <ul>
> 
>                         <a href='nl/content/home'><li><br />Home</li></a>
> 
> </ul>
> 
> Is this a known issue or a coding flaw, because it works as it should and looks okay to me!
> 

The only element that may be a child element of a <ul> is <li>, and a <li> element may not be a child element of an <a> element.


-- 
David Dorward
http://dorward.me.uk

Received on Thursday, 1 April 2010 13:21:11 UTC