This page is designed to tell commercial web developers why they should develop StandardsCompliant web pages.
Because the IT department of your biggest clients are changing away from InternetExplorer in droves. Windows users tend towards MozillaFirefox or Opera, Mac users may be using MozillaCamino or Safari. Linux users have probably been using Mozilla forever.
The percentage of people using a non-IE browser is estimated to be between 5% and 15%, depending on who you ask. You wouldn't tolerate a phone system or secretary that turned away 10% of potential customers who ring you...
Don't put tooltips in the alt attribute. They belong in title.
Put an empty alt attribute on your images as a rule of thumb. Only contain when the image actually replaces part of a sentence or is otherwise part of the text should the alt attribute contain any text, which should be what the image replaces. Imagine your content being read aloud: would the content alt attribute make sense as part of the text? If not, its alternative text should be empty. This means decorative and even illustrative images should not containt alternative text.
Be careful with your comments: <! > by themselves delimit a declaration block, and the -- double dashes can be used to open and close comments inside such a block. This means:
See a great guide on the specifics and the Mozilla Web Author FAQ. IBM have also migrating web apps from IE to Mozilla
If you support Mozilla, you're supporting Netscape 7 and up. These days it's realistic to drop support for any version of Netscape 4 or below.
3 pages link to RealWorldWebCompliance: