IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Strange errors
Trying to validate [link|http://www.mikevitale.com/|http://www.mikevitale.com/] shows 3 errors. Two of them I take exception with right off the bat:

Unescaped Special Character Error155Character: '<' should be &lt;
Unescaped Special Character Error233Character: '>' should be &gt;

Those are, as best I can tell, the start and end tags of the following comment:

<!-- CSS Layout graciously donated by [link|http://www.bluerobot.com/web/layouts/|http://www.bluerobot.com/web/layouts/] -->

Why should those be escaped?

Edit: Fixed escaping of < and > in table up top.
-YendorMike

"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
- Benjamin Franklin, 1759 Historical Review of Pennsylvania
Collapse Edited by Yendor Dec. 16, 2005, 09:48:15 PM EST
Strange errors
Trying to validate [link|http://www.mikevitale.com/|http://www.mikevitale.com/] shows 3 errors. Two of them I take exception with right off the bat:

Unescaped Special Character Error155Character: '<' should be <
Unescaped Special Character Error233Character: '>' should be >

Those are, as best I can tell, the start and end tags of the following comment:

<!-- CSS Layout graciously donated by [link|http://www.bluerobot.com/web/layouts/|http://www.bluerobot.com/web/layouts/] -->

Why should those be escaped?
-YendorMike

"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
- Benjamin Franklin, 1759 Historical Review of Pennsylvania
New That's a bug
It occurs in commented style sheets. I hadn't realized that commenting style sheets was so common.

I'm planing to fix it this weekend - thanks for your feedback!



"Whenever you find you are on the side of the majority, it is time to pause and reflect"   --Mark Twain

"The significant problems we face cannot be solved at the same level of thinking we were at when we created them."   --Albert Einstein

"This is still a dangerous world. It's a world of madmen and uncertainty and potential mental losses."   --George W. Bush
New Err...
Comments in stylesheets are of the /* C++ */ variety. Nothing to do with unescaped &lt; and &gt; tags...
-YendorMike

"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
- Benjamin Franklin, 1759 Historical Review of Pennsylvania
New Ah Right
that's another bug I have to fix.

I've just fixed this one, seems html comments are a lot more [link|http://www.howtocreate.co.uk/SGMLComments.html|complicated] than most people (me among them) realize.

The spurious error was caused by Comment deriving from CDATA. It *is* a sort of opaque hunk of text that I don't care about, like CDATA, but there are different escaping rules so I eliminated the inheritance relationship and made them distinct.

Not yet deployed, probably won't deploy new version until late sunday. Still working on CSS1 validation (fairly easy), then CSS2 (some of which jumps the shark).

Thanks for your report.



"Whenever you find you are on the side of the majority, it is time to pause and reflect"   --Mark Twain

"The significant problems we face cannot be solved at the same level of thinking we were at when we created them."   --Albert Einstein

"This is still a dangerous world. It's a world of madmen and uncertainty and potential mental losses."   --George W. Bush
     Update: Scruitinzier back online - all known problems fixed. - (tuberculosis) - (23)
         Crash (?) on W3C.org's page. - (Another Scott) - (3)
             I get that the URLs I've tried too -NT - (cforde)
             It's crashing on my home page, too. - (static)
             Doh! I'm an idiot! Fixed! - (tuberculosis)
         Three questions - (ben_tilly) - (11)
             What is your name? What is your quest? What... - (admin) - (1)
                 I'll definitely try the CSS trick -NT - (ben_tilly)
             Re: Three questions - (tuberculosis) - (2)
                 The cookie is a login cookie - (ben_tilly) - (1)
                     Yes, that is coming - (tuberculosis)
             What I've been contemplating... - (ChrisR) - (5)
                 Ooooohhhh ... yeah, do that -NT - (drewk)
                 ++GREAT - (folkert)
                 That would be cool - (tuberculosis) - (2)
                     Been using HTMLValidator for a while - (ChrisR) - (1)
                         Could do a little extension - (tuberculosis)
         Managed to blow it up - (JayMehaffey) - (2)
             Oh cool! - (tuberculosis) - (1)
                 No problem -NT - (JayMehaffey)
         Strange errors - (Yendor) - (3)
             That's a bug - (tuberculosis) - (2)
                 Err... - (Yendor) - (1)
                     Ah Right - (tuberculosis)

Not straight enough to make a perfect structure.
104 ms