Re: [Htmlvalidator-help] html validator
Brought to you by:
mgueury
From: Marc G. <mg...@sk...> - 2006-07-18 23:07:08
|
Hi Jorge, This is a bug in tidy that I never find back the right number, but 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 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 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 > 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 > page ;-) > > Bu today I was expecting a red mark to appear and I got the green > check mark, which surprised me. I had an invalid html page but HTML > Tidy was telling me it was all ok. Since I know it's very rare that's > 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="http://www.w3.org/1999/xhtml" lang="es" xml:lang="es"> > <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 > element's aren't closed. (btw, I'm using version 0.7.9.3) > > Thanks for your time > > Jorge > > |