
stas at stason
Jan 25, 2002, 1:57 AM
Post #7 of 8
(597 views)
Permalink
|
allan wrote: > Stas Bekman wrote: > >>allan wrote: >> >> >>>>I guess a lot of this problems are only warnings, not errors. >>>> >>>> >>>a third or so yes. but we might as well fix those dont you think? >>> >>of course. I've fixed some of the them already, but since it requires >>manual search-n-replace, it'd be cool if somebody will help me to nail >>them all down. >> > > ill have alook as well when time permits > > >>And Allan, you didn't tell us how have you done the validation. I'll put >>this into admin docs, so those who change the content will be >>responsible to verify the changes and fix things. >> > > it was done with my editor (bbedit) it validates exactly as > w3c's would ... I'd rather use some standard/free library so other people on different platforms can use it. i've used sgmlcheck ~/apache.org/modperl-docs/dst_html/index.html which has reported all the align=center problems. I've fixed them, see cvs (just committed), it still reports these: sgmlcheck ~/apache.org/modperl-docs/dst_html/index.html Processing file /home/stas/apache.org/modperl-docs/dst_html/index.html /usr/bin/nsgmls:<OSFD>0:13:48:E: there is no attribute "TYPE" /usr/bin/nsgmls:<OSFD>0:18:11:E: there is no attribute "CLASS" /usr/bin/nsgmls:<OSFD>0:172:10:E: there is no attribute "CLASS" /usr/bin/nsgmls:<OSFD>0:297:73:E: there is no attribute "STYLE" /usr/bin/nsgmls:<OSFD>0:304:49:E: there is no attribute "STYLE" /usr/bin/nsgmls:<OSFD>0:311:24:E: there is no attribute "BGCOLOR" _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:stas [at] stason http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl For additional commands, e-mail: docs-dev-help [at] perl
|