Re: [Htmlvalidator-help] HTML Tag Validation
Brought to you by:
mgueury
From: Marc G. <mg...@sk...> - 2007-01-01 16:55:30
|
Hi James, Sorry for the time to answer but I got no access to mail for a long time. In short, the only way to force the HTML version used by the extension is to use the 0.8x version in SGML. And set the DTD to the 3.2 version, something like this at the begin of your HTML. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> Anyway, In the case of Tidy, Tidy chooses the algorithm and check the HTML on a guess trick. I think there is no way to force the version used. The options are here, I do not think there is an option for this: http://tidy.sourceforge.net/docs/quickref.html Hope it helps, and Happy New Year ! Marc James Urie wrote: > Hi, > > I was wondering if there was an easy way to specify the HTML Version > for validation. I am assuming that I would have to use the SGML > version for this type of processing. I would like to set validation > against HTML 3.2 spec. > > Thanks for your help, > > James > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > ------------------------------------------------------------------------ > > _______________________________________________ > Htmlvalidator-help mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlvalidator-help |