From b7fb26437de36e5545d652b955e9872471ed6418 Mon Sep 17 00:00:00 2001 From: nfreear Date: Fri, 17 Mar 2006 11:53:13 +0000 Subject: [PATCH] Accessibility: tidied, scripted the validator links, added 'skip block' explanation, removed MIME type, 'no new window' notes. Updated javascript, image sections. --- lang/en_utf8/help/accessibility.html | 51 ++++++++-------------------- 1 file changed, 15 insertions(+), 36 deletions(-) diff --git a/lang/en_utf8/help/accessibility.html b/lang/en_utf8/help/accessibility.html index 831aafb879..e8af111948 100644 --- a/lang/en_utf8/help/accessibility.html +++ b/lang/en_utf8/help/accessibility.html @@ -1,18 +1,9 @@ - -
+
 
 
 

Accessibility

@@ -33,9 +24,8 @@ NOTES: Hard-coded links need to be edited/ scripted. At present there are still some tables used for layout, but in general presentation (using style sheets) is separated from content.

-

We welcome feedback, particularly reports of any inaccessible content. Please contact us via - [Message to admin] - [webmaster@MYSITE.EDU] +

We welcome feedback, particularly reports of any inaccessible content. + Please [message the administrator].

@@ -46,16 +36,16 @@ NOTES: Hard-coded links need to be edited/ scripted.

Links

+

There is a link before each side block, which allows screen reader users to skip the block. + Note, the link is hidden from graphical browsers.

+

Many links have title attributes that describe the link in greater detail, unless the text of the link already fully describes the target (such as the headline of an article). If a link has an access key this will be announced in the link title.

-

Whenever possible, links are written to make sense out of context.

- -

There are no javascript: pseudo-links. All links can be followed in any - browser, even if scripting is turned off. There are no links that open - new windows without warning.

+

Whenever possible, links are written to make sense out of context. + There are no javascript: pseudo-links.

Images

@@ -64,28 +54,17 @@ an access key this will be announced in the link title.

provide alternate text where appropriate; images that are purely decorative contain a null alt attribute. Images, such as maps, that present complex information have a longdesc attribute linking them to a text description of the -image content. When a page is viewed using the simplified layout the content of -this description page is displayed along with the image it describes.

+image content.

Standards compliance

This site is built using valid XHTML - for markup and uses CSS for presentation. All XHTML pages are served using - the application/xhtml+xml MIME type to browsers that accept it - this helps us - ensure that the content on all pages remains well-formed.

+ for markup and uses CSS for presentation.

- Validate HTML -| Section 508 Check -| WCAG 1 (2,3) Check + Validate HTML +| Section 508 Check +| WCAG 1 (2,3) Check

- - \ No newline at end of file -- 2.39.5