On Jun 12, 6:43 pm, honyk <[email protected]> wrote:
> Thank you guys, my problem has been already solved. I found closing
> <a> element in listitems using my way (<a/>) as not sufficient for
> correct processing. When I add an extra closing tag like this: <li><a
> name="id01" id="id01"></a>Item 1</li> everything is fine, also MSIE
> rendering. I didn't know it is necessary.
> Btw, my original code hasn't doubled any tags. I suspect Firefox ;-)
>
> Regards,
> Jan

The empty element syntax (eg <br/>) is standard in XHTML only for
elements defined as EMPTY (such as <br> and <link>). While it is not
actually forbidden for elements which just happen to be empty, both
the XHTML spec and the XML spec recommend not using it for these.

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to