Mar
SharePoint branding without accessibility requirements
If a SharePoint site has to be branded but is not required to meet any accessibility standard, the next consideration is whether the proposed branding style is radically different from the default look of SharePoint (or any of its associated built-in styles).
If the branding is exactly the same except for a change of colour, a new site theme should be created or an existing theme should be copied and modified.
If there are small structure and colour changes required to a built-in style for a SharePoint, the built-in SharePoint style should be copied and modified.
If the branding of the proposed SharePoint site is quite different from any of the built-in styles, a new branding will have to be created from scratch.
An example of changes that would qualify as regarding a complete build of master pages would be a custom navigation menu.
General considerations when creating a completely new branding for SharePoint
If the design of the site is going to be radically different from built-in SharePoint sites, the best practice is to create static web pages of the site design. This is the case for both accessible and non-accessible site designs.
The static pages should work well across a variety of browsers and pass accessibility testing if this is a requirement for the final SharePoint branding. This task of creating the static web pages could be done by an external party such as a web design agency. There are guidelines that should be followed when creating static pages for a branding for SharePoint that are outside the scope of this document.
Once these static pages have been created, these static pages will need to be cut up into separate ASP.NET files that SharePoint will use as the layout. This is a developer task.
Custom development of code and website files are also required when creating a new SharePoint branding.
Sites with accessibility requirements will require a lot more coding than those without. The development required really depends on the requirements of the site content.
SharePoint Designer
SharePoint designer is a free programme from Microsoft that can be used to customize the appearance of SharePoint whether it is WSS only or MOSS. Although some parts of the designer may be useful such as the workflow wizard, it is not suitable for any significant branding of SharePoint.
Accessibility standards overview
Website accessibility standards are specified by the Web Accessibility Initiative (WAI) which is a sub group of the W3C. The most common accessibility level to aim for is Double-A.
The main goals to achieve Double-A conformance is to produce clean HTML where the layout is controlled by CSS.
Aside from producing reasonably clean HTML, other considerations for accessible sites include providing:
- alternate text for images
- alternate content for media such as flash or navigation that depends on JavaScript
- meaningful titles for links on the page
Some of the standards for accessibility are the responsibility of the content editor such as providing alternate means of accessing content.
There are programs such as Total Validator which can automatically validate a web page against an accessibility level.