Re: [Htmlvalidator-help] html validator
Brought to you by:
mgueury
From: Jorge B. <JOR...@te...> - 2006-07-19 17:27:49
|
Hi Marc, i tried the beta but still get the green mark of valid xhtml. I've been=20 looking for the bug number but haven't found it. By the way, the beta looks really nice Regards Jorge Marc Gueury escribi=F3: > Hi Jorge, > > This is a bug in tidy that I never find back the right number, but=20 > that you can find > here http://tidy.sf.net/ if you look in the bugs. > > To see the error you speak about here, maybe try the 0.8x beta that=20 > you can > find here: > > http://users.skynet.be/mgueury/mozilla/preview_080.html > > The beta is really stable. It is a beta until that all features are=20 > frozen. > > Marc > > Ps: CC to the mailing list. > > > Jorge Blazquez wrote: >> Hi Mark, >> >> I've been using the HTML Validator extension for Firefox for quite a=20 >> lot. I find it a fantastic feature, so thanks fro doing it :-) >> It's always great to see the green mark at the bottom right of the=20 >> page ;-) >> >> Bu today I was expecting a red mark to appear and I got the green=20 >> check mark, which surprised me. I had an invalid html page but HTML=20 >> Tidy was telling me it was all ok. Since I know it's very rare that's=20 >> a bug, i guess maybe i have'nt configured it right. >> >> Here's the html code i'm testing: >> >> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" >> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> >> <html xmlns=3D"http://www.w3.org/1999/xhtml" lang=3D"es" xml:lang=3D"e= s"> >> <head> >> <title>PRUEBA</title> >> </head> >> <body> >> <dl> >> <dt>skkdkjd >> <dd>lllllll >> </dl> </body> >> </html> >> >> Since I'm using XHTML it should point errors since the dt and dd=20 >> element's aren't closed. (btw, I'm using version 0.7.9.3) >> >> Thanks for your time >> >> Jorge >> >> > |