Go to page contents.

Web Standards

Help with Web Standards

On this wiki

Wiki language

State Services Commission.

Why Web Standards?

Contents

Why use standards?

Web design is getting harder. As has been said, designing a site now means addressing “more customers, a broader audience, more diversity in terms of browsers, more accessibility for disabled users, users asking for more speed, while spending less to maintain or redesign a web site”. It’s an increased challenge from many angles.

Web standards were specifically developed to address this. They help ensure near universal access to online information as well as making for faster and cheaper web development by ending the expensive “build, break, rebuild” cycle.

What are web standards?

Web standards aim to produce a web where files can be read by anyone, regardless of what they are using to access the Internet. Although there are standards for much of the Internet, when we talk about web standards we generally mean those for HTML (and its successors) and CSS. Key is the seperation of structure from presentation. The web standards team are also concerned with the broader areas of accessibility and usability.

View the single-page Web Standards in a Nutshell (PDF v1.4, 208kb)

Accessibility

Governments, including ours, are the “largest single producer, collector, consumer, and disseminator of information in the country”, most of which, along with services, is being moved onto the Internet. It’s a democratic imperative that none are excluded from this vast online resource.

Because of this, web accessibility means ensuring people with a disability - often a sight impairment or motor disorder - can reach this information and services. This is a significant part of the population. But accessibility has a wider definition and includes users whose Internet access is limited by:

  • older client technology including computers, operating systems and/or browsers.
  • slower and/or restricted internet access. This can occur for users in rural and remote parts of the country, and for those with dial-up connections.
  • having bars on access to some types of programs, such as javascript or flash, because or firewalls or similar.

More on accessibility

Usability

Usability has been has been defined as “the extent to which a product can be used by specified users to achieve specified goals with effectiveness, efficiency and satisfaction”. In other words, usability measures the quality of a user's experience while on your website. So it goes beyond accessibility – a site may validate correctly, but be effectively unusable. You may be able to download all the pages correctly, and still get lost at every second turn. Always check your site with in a thorough user testing programme. We're happy to offer testing and information architecture advice.

More on usability

What’s in it for my organisation?

Web standards are often characterised as being useful only to the blind or otherwise disabled. While serving this group is an important part of the standards rationale, there are many other reasons why standards-based sites represent the future, not the least of which is the effect on your bottom line. In the commercial sector, it’s often about saving money. That's why sites like ESPN have dropped all layout tables in favour of structural markup and CSS-driven layout. The same drivers apply to government.

  • Cut costs. Compliant sites are often cheaper to maintain, develop and run. Pages can be much lighter, reducing load costs. There are no tables or framesets to decipher down the track - older table-based sites are particularly inflexible (and expensive) to update. So your longevity increases. You also avoid the costs of producing code forking, deeply nested tables, spacer pixels and propriety hacks.
  • Improve your searchability. Google has been called the biggest blind user on the web, because it (and other search engines) are especially partial to indexing standards-compliant sites.
  • Break the “build, break, re-build” cycle. Ensure forward compatibility with new browser releases: your CSS-based site will render properly in future browsers. You can't be sure about table-based sites. As leading (standards compliant) browsers evolve, the performance of non-standards sites deteriorates. This has been called “perpetual obsolescence”.
  • Simplify your design requirements. Compliant sites have a better chance of working properly on all resolution and monitor size, and still maintain design integrity.
  • Free your site from the desktop. Device independence: make it work in handhelds, phones and other devices.
  • Good publicity. Producing a good-looking, high-functioning, standards-compliant site is increasingly the benchmark of good design and development.
  • Prepare for the future of coding. The Web will move from HTML to XML, and standards will ease the transition.

And of course, you will pass our web standards audit. So, paraphrasing a recent blog on the subject, several parts of your organisation gain:

  • Web developers - maintainable code
  • Marketers - search engine effectiveness
  • Managers - cost effectiveness
  • Accessibility advocates - it's ethical

Building a business case for a standards-based site

Web standards is still not always an easy sell (see below). We hope that the above outlines the basis of a solid business case for building (or rebuilding) websites that adhere to standards. There may be an initial period of increased outlay, but it’s well worth the trouble. We also highly recommend pointing your development company to this or similar pages, and building standards compliance into development contracts.

The web standards team are more than happy to provide advice in preparing a business case for making your site standards compliant. In the meantime, here are some helpful links on the subject with business and IT managers in mind.

"It's about quality, not compliance"

The term "Web Standards" for some people, often those with a communications or design background, still has a constrictive, vaguely Orwellian feel about it. That's based on misunderstanding, as many top web designers such as Andy Rutledge will attest. Rutledge (who admittedly isn't sure about the term itself, but we're talking about the same things) aptly calls his response "Web Standards: it’s about quality, not compliance". A List Apart's Jeffrey Zeldman also makes a strong, entertaining case for web standards.