Re: [Htmlvalidator-help] validator, tag case
Brought to you by:
mgueury
From: Marc G. <mg...@sk...> - 2006-07-19 18:44:32
|
Hi Stef, HTML allows uppercase tags. Not XHTML. It could be that tidy has a bug about it or that the DTD is not well defined in your case. What means that the XHTML/HTML detection works differently for both program. I need a testcase to log such a bug in Tidy and to see if it is really a bug. Hope it helps, Marc Ps: Please read this: http://users.skynet.be/mgueury/mozilla/preview_080.html Stef Nychka wrote: > > Hi, Marc. I really like your validator. It provides better > context, which w3c's does not (handy if the source has a > server side include, which screws up line numbers), and it > seems like the errors are much more descriptive (eg. & vs. > &). > > Thanx! > > I noticed one discrepancy, though. Your validator allows > <OL>, and likely all upper case tags, where as w3c's does > not (well, it requires <ol>, at least). > > The following's not important, likely, but just in case: > > - I downloaded yours from > > https://addons.mozilla.org/firefox/249/ > (Windows version 0.793) > > I'm running it on Windows 2000, Firefox 1.5.0.4. I > don't believe I have any other Firefox "addons" > installed. > > - The w3c validator I'm using is at > > http://validator.w3.org/ > > - I haven't tested things out thoroughly, but am fairly > certain about the discrepancy. > > Cheers > |