![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
http://www.abbeyinternet.com |
#3
| |||
| |||
|
|
On 20 Aug 2004 05:34:44 -0700, Alert wrote: http://www.abbeyinternet.com I gnerally do a quick check before I ever actually look at the code of a broken web-page, so it's habit I suppose (my excuse and I'm sticking to it..) http://validator.w3.org/check?uri=http://www.abbeyinternet.com 52 errors.. |

|
Given building web-sites is the primary aim/purpose of a web-desing company, and they cannot even manage to write valid HTML, I would give them a miss.. But then, maybe that is just me, I expect fewer than 10% of the home pages of web design companies would validate. ..what, *now* are you gonna' claim that was just a gateway page? Shheeesh.. Anyway, same principle applies to the home page of any company you consider. Can they even get their own home-page valid? (Let alone robust, accessible and resizeable, while degrading gracefully through the browser mire..) My 2c worth. |
#4
| |||
| |||
|
|
Thanks. At first you had me worried, but I checked these errors and none of them are real problems. |
|
They are all attributes which are required for cross-browser compatibility etc which don't happen to be supported by the XHTML 1.0 DTD. For example, the validator says there is no such attribute as marginheight in the body tag, but as a technical person like me you will know that it does exist and is useful. ![]() |
#5
| |||
| |||
|
|
Does anybody know a good online list of UK-based web designers? |
#6
| ||||
| ||||
|
|
On 20 Aug 2004 11:24:30 -0700, Alert <www_insider_org (AT) postmaster (DOT) co.uk wrote: Thanks. At first you had me worried, but I checked these errors and none of them are real problems. Missing tags and required elements are not problems in XHTML? What about |
|
the fact that poorly-formed XML won't work? |
|
They are all attributes which are required for cross-browser compatibility etc which don't happen to be supported by the XHTML 1.0 DTD. For example, the validator says there is no such attribute as marginheight in the body tag, but as a technical person like me you will know that it does exist and is useful. ![]() I've never used it. Dude, what's the point of doing old-fashioned HTML presentation in XHTML? All these can be eliminated with CSS. |
|
You want to use all this invalid stuff, fine, but be smart and use HTML4.01 transitional. |
#7
| ||||||
| ||||||
|
|
Alert wrote: Andrew Thompson wrote... Alert wrote: http://www.abbeyinternet.com http://validator.w3.org/check?uri=http://www.abbeyinternet.com 52 errors.. I checked these errors and none of them are real problems. They are all real problems, as the validator reported. Perhaps you mean |
|
none are terribly serious problems. That seems reasonable, but if they are not terribly serious, then it should be trivial to correct them, right? |
|
They are all attributes which are required for cross-browser compatibility etc Oh? How did you reach that conclusion? Or better still, how did the company reach that conclusion? |
|
which don't happen to be supported by the XHTML 1.0 DTD. Then the site should not claim that it is XHTML 1.0. |
|
For example, the validator says there is no such attribute as marginheight in the body tag, but as a technical person like me you will know that it does exist and is useful. ![]() I'm fairly certain that css margin and padding can replace marginheight attributes. |
|
The HTML on that site is fine. Worth checking though. Indeed. If a web design cannot come up with a home page that does not rely on non-standard attributes -- attributes that haven't been needed for years, if they ever were -- then perhaps they don't have a clear grasp of the web. [pointless quoting snipped] |
#8
| |||
| |||
|
|
Neal <neal413 (AT) yahoo (DOT) com> wrote in message news:<opsc1nnxt06v6656 (AT) news (DOT) individual.net>... On 20 Aug 2004 11:24:30 -0700, Alert <www_insider_org (AT) postmaster (DOT) co.uk wrote: Thanks. At first you had me worried, but I checked these errors and none of them are real problems. Missing tags and required elements are not problems in XHTML? What about There were no missing essential tage, elements or attributes. the fact that poorly-formed XML won't work? The XHTML was properly formed and it does work. |
|
They are all attributes which are required for cross-browser compatibility etc which don't happen to be supported by the XHTML 1.0 DTD. For example, the validator says there is no such attribute as marginheight in the body tag, but as a technical person like me you will know that it does exist and is useful. ![]() I've never used it. Dude, what's the point of doing old-fashioned HTML presentation in XHTML? All these can be eliminated with CSS. Because many people are still using old-fashioned browsers, especially in less the well-funded academic institutions which are among my clients. Not all browsers support CSS. |
|
You want to use all this invalid stuff, fine, but be smart and use HTML4.01 transitional. I would not "invalid stuff" and I would not choose a web design company that did. Some things which an XHTML validator would report as invalid may be essential in some web pages. The XHTML DTD does cover include every tag and every attribute used by every browser. |
#9
| |||
| |||
|
|
There is no HTML specification that includes every tag and every attribute that any browser might use. There never has been, and there probably never will be. |
#10
| ||||||
| ||||||
|
|
Alert wrote: Brian wrote... Alert wrote: I checked these errors and none of them are real problems. They are all real problems, as the validator reported. In what sense are they "real problems"? In the sense that they are not fake problems. I'm asking you to make a distinction between imaginary and not serious. |
|
which don't happen to be supported by the XHTML 1.0 DTD. Then the site should not claim that it is XHTML 1.0. What DTD should it be then? The one to which the document conforms. If it conforms to no |
|
dt-definition, then why pretend it does by including a dt-declaration? |
|
The only reason I can think is doc-type sniffing, but if you're using marginheight, you likely want quirks mode anyways. There is no HTML specification that includes every tag and every attribute that any browser might use. Don't write to a browser, write to the recommendation. |
|
For example, the validator says there is no such attribute as marginheight in the body tag, but as a technical person like me you will know that it does exist and is useful. ![]() I'm fairly certain that css margin and padding can replace marginheight attributes. Not all browsers support CSS. CSS is optional in any case. The question is, why fret over minor |
|
presentation details in e.g. Netscape 4, and create invalid markup in the process. Sure, marginheight is unlikely to cause any serious problem, but a web design company looks rather foolish producing invalid markup for their own page. You don't sound very sure that you know what you're talking about. And now you've resorted to insults? After claiming that marginheight is useful, you've little right to make such silly statements. |
![]() |
| Thread Tools | |
| Display Modes | |
| |