Re: [Htmlvalidator-help] html validator
Brought to you by:
mgueury
From: Jorge B. <JOR...@te...> - 2006-07-19 20:23:01
|
Yes, i had the Tidy Algorithm. With the SGML Algorithm option it shows=20 the error. It outlines these errors: line 10 column 7 - Error: document type does not allow element "dd" here line 11 column 7 - Error: end tag for "dd" omitted, but OMITTAG NO was=20 specified line 10 column 4 - Info: start tag was here line 11 column 7 - Error: end tag for "dt" omitted, but OMITTAG NO was=20 specified line 9 column 4 - Info: start tag was here which it what it was expected according to the info on the link you told = me: " OpenJade, the SGML parser, has the following advantages: * It is the same algorithm that the http://validator.w3.org=20 <http://validator.w3.org> * So, it gives the same errors than the W3c validator. This can be important if you want or need to have your pages W3c compliants. * It is based on DTDs: a language that defines the HTML syntax. There are a lot of SGML DTDs for ex, several types or versions of HTML, SVG or MathML, ... * It gives better result for Strict HTML or XHTML validations." Thanks for the info, Marc. Regards Jorge Marc Gueury escribi=F3: > Hi Jorge, > > Are you sure that you use the SGML parser ? > It is in the options. > > Please read this too:=20 > http://users.skynet.be/mgueury/mozilla/user_guide.html#Tidy_vs_SGML_par= ser_ > > Marc > > Jorge Blazquez wrote: >> Hi Marc, >> >> i tried the beta but still get the green mark of valid xhtml. I've bee= n=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: >> =20 >>> 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: >>> =20 >>>> 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= "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=20 >>>> element's aren't closed. (btw, I'm using version 0.7.9.3) >>>> >>>> Thanks for your time >>>> >>>> Jorge >>>> >>>> >>>> =20 >> >> >> ----------------------------------------------------------------------= --- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to shar= e your >> opinions on IT & business topics through brief surveys -- and earn cas= h >> http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID= =3DDEVDEV >> _______________________________________________ >> Htmlvalidator-help mailing list >> Htm...@li... >> https://lists.sourceforge.net/lists/listinfo/htmlvalidator-help >> >> >> >> =20 > |