However, the Tidy extension for Firefox reports a warning:

---------------------------------------------------------------------
trimming empty <...>
Cause:

A tag is empty or just containing spaces. Space are ignored, due that
introduction spaces are trimmed in HTML.  This tag is probably really empty
or it can be due to a previous error. Tidy is trying to correct the tags of
the page.


This can also be a side effect of a tag being implicitely closed by another
one just following.
Solution:

Remove the tag.


BAD     <font size=2></font>
BAD     <font size=2> </font>
BAD     <font size=2> 
        </font>


Here is a sample of a <p> tag implicitely closed by a block tag <table>. And
then <p> is empty. See the defintion of <p> for more info

BAD     <p><table>...


References:

None
--------------------------------------------------------------------------

Regards,
-Scott Weaver

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:wicket-user-
> [EMAIL PROTECTED] On Behalf Of Scott Sauyet
> Sent: Friday, August 26, 2005 12:21 PM
> To: [email protected]
> Subject: Re: [Wicket-user] maybe a bug
> 
> I don't think so.  The WC3 Validator doesn't report a problem with this
> page:
> 
>      http://test.sauyet.com/CSS/EmptyDiv/
> 
> which includes an empty div.
> 
>    -- Scott
> 
> Gwyn Evans wrote:
> > I'm not 100% sure why it's doing it, but isn't <div> a block-level
> > tag, i.e. it needs to surround something to be valid?  Maybe the
> > parser that Wicket's using is detecting & correcting the <div/> rather
> > than complaining?
> >
> > /Gwyn
> >
> > On 26/08/05, pepone pepone <[EMAIL PROTECTED]> wrote:
> >
> >>I put this tag in a markup of my componente <div class="clear"/>
> >>
> >>and when i see the source of the page its render as <div
> >>class="clear"> that is not the same
> >>
> >>my tag has not any wicket attributes i don“t know why is changed
> >>
> >>thanks
> >
> >
> >
> > -------------------------------------------------------
> > SF.Net email is Sponsored by the Better Software Conference & EXPO
> > September 19-22, 2005 * San Francisco, CA * Development Lifecycle
> Practices
> > Agile & Plan-Driven Development * Managing Projects & Teams * Testing &
> QA
> > Security * Process Improvement & Measurement *
> http://www.sqe.com/bsce5sf
> > _______________________________________________
> > Wicket-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
> >
> 
> 
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle
> Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to