Web Development
Web Developer Guidelines
Visual Design Recommendations

Checkpoint 1.18 - Mobile-PDA

Only CSS Level 1 is used

WCAG 1.0 Priority 2

WCAG Guideline 3. Use markup and style sheets and do so properly.

Stylesheets allow for global control of presentation of the web page information, allow for a consistent web site look and feel, and ease of maintenance, and help cater for the application of user-specified stylesheets. Additionally, by caching the stylesheet, download times will often be reduced.

Requirement

Only CSS Level 1 is used

Recommendation

Many of the CSS attributes are supported by wireless CSS but not all. The more advanced styling techniques might not work across multiple mobile browswers, so CSS should be as simple as possible.

Checking Tool

Review the CSS stylesheet and ensure it contains only CSS Level 1.

Information Source

The original source of this information is located on the W3C web site  (www.w3.org/TR/WCAG10-TECHS/#tech-style-sheets)

 

Back to top