Prepare your site for web standards

Expand
22 out of 28 rated this helpful - Rate this topic

Prepare your site for web standards

[This documentation is preliminary and is subject to change.]

Today, users can choose from a variety of modern web browsers, including Windows Internet Explorer 10 Consumer Preview. In order to take advantage of the rich capabilities of most modern-day web browsers, while continuing to provide a satisfactory experience on older browsers, design your websites using features based on established standards, such as HTML5, Cascading Style Sheets, Level 3 (CSS3), and Scalable Vector Graphics (SVG). This section highlights topics that help you prepare your site for web standards.

In this section

TopicDescription

Enable web standards support

Windows Internet Explorer 9 supports a variety of established and emerging standards, such as HTML5, CSS3, SVG, and others. For Internet Explorer 9 to display a webpage that uses features from one or more of these standards, the webpage must be displayed in IE9 Standards mode.

Investigate document mode issues

This topic helps you learn how to use the F12 developer tools to research and identify a problem related to the document type of a webpage.

Detect features instead of browsers

This article shows how to use feature detection to verify support for standards-based featured and demonstrates different ways to detection features effectively.

Create an effective fallback strategy

This article shows how to create effective strategies that allow webpages to display correctly when viewed with web browsers that do not support features defined by stable, widely supported standards.

Reference the IE compatibility cookbooks

The Windows Internet Explorer Compatibility Cookbooks includes information about changes to features, identifies features that have been deprecated or removed, and describes general tools and guidance. New topics will be added as features are modified and as user feedback identifies areas where more information is needed.

Accessibility

Learn more about developing accessible web applications, Accessible Rich Internet Applications (ARIA), Microsoft Active Accessibility support in MSHTML, and accessible HTML elements.

 

To prepare your site for web standards

Learn the basics:

As you create your website:

If you've already created a website:

It's one thing to recognize that you need to create standards-enabled websites, but another to know how to do that, especially if you're used to older techniques and processes.

See Also

 

 

Build date: 3/13/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD