On Wed, 5 Jul 2006, Sam Varshavchik wrote:
Pawel Tecza writes:
Hello again :)
On Wed, 5 Jul 2006, Pawel Tecza wrote:
Hello Sam,
Your webmail doesn't validate at http://validator.w3.org/.
It's because of non-standard attribute "border" for
<frameset> tag. Is it a bug or feature?
Unfortunately, it's not only one reason. I removed this attribute
and checked a few Sqwebmail pages and there are many other bugs,
for example:
* "Folders" page:
- end tag for "td" omitted, but OMITTAG NO was specified.
- end tag for element "td" which is not open.
* "Folder" page:
- character "<" is the first character of a delimiter but occurred
as data.
- document type does not allow element "td" here.
* "Preferences" page
- there is no attribute "wrap".
* "Global Address Book Search" page:
- end tag for "table" which is not finished.
Do you want to fix them or you are not interested in validation
of your webmail?
No, these all need to be located, and fixed (except for the non-standard
tags).
OK, I'll send the patches to you, if I find and fix the bugs.
Pawel